/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3rewritestreams.inl | 3 template<class ImplTraits, class SuperType> 4 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 10 template<class ImplTraits, class SuperType> 11 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 19 template<class ImplTraits, class SuperType> 20 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 27 template<class ImplTraits, class SuperType> 28 void RewriteRuleElementStream<ImplTraits, SuperType>::init(TreeAdaptorType* adaptor, 101 template<class ImplTraits, class SuperType> 102 void RewriteRuleElementStream<ImplTraits, SuperType>::reset() [all …]
|
H A D | antlr3intstream.inl | 3 template<class ImplTraits, class SuperType> 4 ANTLR_INLINE IntStream<ImplTraits, SuperType>::IntStream() 10 template<class ImplTraits, class SuperType> 11 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType IntStream<ImplTraits, SuperType>… 16 template<class ImplTraits, class SuperType> 17 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, SuperTyp… 22 template<class ImplTraits, class SuperType> 23 …TLR_INLINE const typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, Sup… 28 template<class ImplTraits, class SuperType> 29 ANTLR_INLINE ANTLR_MARKER IntStream<ImplTraits, SuperType>::get_lastMarker() const [all …]
|
H A D | antlr3intstream.hpp | 99 template<class ImplTraits, class SuperType> 133 SuperType* get_super(); 228 template<class ImplTraits, class SuperType> 229 class EBCDIC_IntStream : public IntStream<ImplTraits, SuperType> 238 template<class ImplTraits, class SuperType> 239 class UTF8_IntStream : public IntStream<ImplTraits, SuperType> 253 template<class ImplTraits, class SuperType> 254 class UTF16_IntStream : public IntStream<ImplTraits, SuperType> 317 template<class ImplTraits, class SuperType> 318 class UTF32_IntStream : public IntStream<ImplTraits, SuperType>
|
H A D | antlr3traits.hpp | 160 template<class SuperType> 163 typename UserTraits<TraitsType>::template IntStreamType<SuperType>, 164 IntStream<TraitsType, SuperType>, 165 typename UserTraits<TraitsType>::template IntStreamType<SuperType>::BaseType 277 template<class SuperType> 279 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>, 280 RewriteRuleElementStream<TraitsType, SuperType>, 281 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>::BaseType 286 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>, 287 RewriteRuleElementStream<TraitsType, SuperType>, [all …]
|
H A D | antlr3baserecognizer.inl | 28 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits,… 30 return static_cast<SuperType*>(this); 58 SuperType* super = static_cast<SuperType*>(this); 98 SuperType* super = static_cast<SuperType*>(this); 207 this->reportError( ClassForwarder<SuperType>() ); 261 SuperType* super = static_cast<SuperType*>(this); 274 SuperType* super = static_cast<SuperType*>(this); 420 SuperType* super = static_cast<SuperType*>(this); 511 SuperType* super = static_cast<SuperType*>(this); 543 SuperType* super = static_cast<SuperType*>(this); [all …]
|
H A D | antlr3interfaces.hpp | 39 template<class ImplTraits, class SuperType> 45 template<class ImplTraits, class SuperType> 133 template<class ImplTraits, class SuperType> 245 template<class ImplTraits, class SuperType>
|
H A D | antlr3rewritestreams.hpp | 56 template<class ImplTraits, class SuperType> 64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT… 66 typedef typename SuperType::TokenType TokenType;
|
H A D | antlr3cyclicdfa.hpp | 93 template<typename SuperType> 94 …ANTLR_INT32 predict(CtxType* ctx, RecognizerType* recognizer, IntStreamType* is, SuperType& super);
|
H A D | antlr3baserecognizer.hpp | 52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType; typedef in BaseRecognizer 86 SuperType* get_super();
|
H A D | antlr3cyclicdfa.inl | 71 template<typename SuperType> 74 IntStreamType* is, SuperType& super)
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
H A D | TestSubtypes.java | 20 static abstract class SuperType { class in TestSubtypes 24 static class SubB extends SuperType { 28 static class SubC extends SuperType { 32 static class SubD extends SuperType { 49 public SuperType value; 52 public PropertyBean(SuperType v) { value = v; } in PropertyBean() 266 … SuperType bean = mapper.readValue("{\"@type\":\"TestSubtypes$SubC\", \"c\":1}", SuperType.class); in testDeserializationNonNamed() 277 SuperType bean = mapper.readValue("{\"@type\":\"TypeB\", \"b\":13}", SuperType.class); in testDeserializatioNamed() 282 bean = mapper.readValue("{\"@type\":\"TypeD\", \"d\":-4}", SuperType.class); in testDeserializatioNamed()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
H A D | TestCustomEnumKeyDeserializer.java | 158 @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "@type", defaultImpl = SuperType.class) 159 static class SuperType { class in TestCustomEnumKeyDeserializer 219 SuperType superType = mapper.readValue("{\"someMap\": {\"FOO\": \"bar\"}}", in testCustomEnumKeySerializerWithPolymorphic() 220 SuperType.class); in testCustomEnumKeySerializerWithPolymorphic()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprObjC.cpp | 120 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 136 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr() 203 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 216 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen/gen/external/perfetto/protos/perfetto/trace/translation/ |
D | translation_table.pb.cc | 740 : SuperType(arena) {} in ChromeHistorgramTranslationTable_HashToNameEntry_DoNotUse() 955 : SuperType(arena) {} in ChromeUserEventTranslationTable_ActionHashToNameEntry_DoNotUse() 1170 : SuperType(arena) {} in ChromePerformanceMarkTranslationTable_SiteHashToNameEntry_DoNotUse() 1179 : SuperType(arena) {} in ChromePerformanceMarkTranslationTable_MarkHashToNameEntry_DoNotUse() 1447 : SuperType(arena) {} in SliceNameTranslationTable_RawToDeobfuscatedNameEntry_DoNotUse() 1662 : SuperType(arena) {} in ProcessTrackNameTranslationTable_RawToDeobfuscatedNameEntry_DoNotUse() 1877 : SuperType(arena) {} in ChromeStudyTranslationTable_HashToNameEntry_DoNotUse()
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/ |
D | function.pb.h | 294 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> SuperType; typedef 318 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> SuperType; typedef 489 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> SuperType; typedef 511 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_UINT32> SuperType; typedef 533 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 559 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef
|
D | function.pb.cc | 428 : SuperType(arena) {} in FunctionDef_AttrEntry_DoNotUse() 437 : SuperType(arena) {} in FunctionDef_ArgAttrs_AttrEntry_DoNotUse() 659 : SuperType(arena) {} in FunctionDef_ArgAttrEntry_DoNotUse() 668 : SuperType(arena) {} in FunctionDef_ResourceArgUniqueIdEntry_DoNotUse() 677 : SuperType(arena) {} in FunctionDef_RetEntry_DoNotUse() 686 : SuperType(arena) {} in FunctionDef_ControlRetEntry_DoNotUse()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/translation/ |
H A D | translation_table.pb.h | 370 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 546 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 722 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 744 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 943 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 1119 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/translation/ |
D | translation_table.pb.h | 400 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 576 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 752 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 774 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 973 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 1149 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef 1325 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType; typedef
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1760 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument 1788 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1805 SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1874 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1909 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr() 1948 QualType SuperType; in ActOnClassPropertyRefExpr() local 1955 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr() 1957 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr() 1963 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr() 2022 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | map_entry_lite.h | 444 SuperType; 446 explicit MapEntryLite(Arena* arena) : SuperType(arena) {}
|
H A D | map_field_lite.h | 183 struct MapEntryToMapField : MapEntryToMapField<typename MEntry::SuperType> {};
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_base_feature_overrides_proto_gen/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/ |
D | base_feature_overrides.pb.cc | 87 : SuperType(arena) {} in BaseFeatureOverrides_FeatureState_ParamsEntry_DoNotUse() 341 : SuperType(arena) {} in BaseFeatureOverrides_FeatureStatesEntry_DoNotUse()
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_base_feature_overrides_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/ |
D | base_feature_overrides.pb.h | 88 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BYTES> SuperType; typedef 276 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> SuperType; typedef
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | map_entry_lite.h | 444 SuperType; 446 explicit MapEntryLite(Arena* arena) : SuperType(arena) {}
|
H A D | map_field_lite.h | 183 struct MapEntryToMapField : MapEntryToMapField<typename MEntry::SuperType> {};
|