/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
H A D | NamedType.java | 9 public final class NamedType implements java.io.Serializable class 18 public NamedType(Class<?> c) { this(c, null); } in NamedType() method in NamedType 20 public NamedType(Class<?> c, String name) { in NamedType() method in NamedType
|
/aosp_15_r20/external/python/pyasn1/docs/source/pyasn1/type/namedtype/ |
D | namedtype.rst | 4 .. |NamedType| replace:: NamedType substdef 6 NamedType title
|
D | optionalnamedtype.rst | 4 .. |NamedType| replace:: OptionalNamedType substdef
|
D | defaultednamedtype.rst | 4 .. |NamedType| replace:: DefaultedNamedType substdef
|
/aosp_15_r20/system/tools/hidl/ |
D | NamedType.h | 30 struct NamedType : public Type { struct 54 DISALLOW_COPY_AND_ASSIGN(NamedType); argument
|
D | NamedType.cpp | 23 NamedType::NamedType(const std::string& localName, const FQName& fullName, const Location& loc, in NamedType() function in android::NamedType
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | names.rs | 26 impl NamedType { implementation
|
H A D | tokens.rs | 302 impl ToTokens for NamedType { implementation 304 let NamedType { rust, generics } = self; in to_tokens() localVariable
|
H A D | mod.rs | 340 pub(crate) struct NamedType { struct 341 pub rust: Ident, 342 pub generics: Lifetimes,
|
H A D | resolve.rs | 36 impl UnresolvedName for NamedType { implementation
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | names.rs | 26 impl NamedType { implementation
|
D | tokens.rs | 302 impl ToTokens for NamedType { implementation 304 let NamedType { rust, generics } = self; in to_tokens() localVariable
|
D | mod.rs | 340 pub(crate) struct NamedType { struct 341 pub rust: Ident, 342 pub generics: Lifetimes,
|
D | resolve.rs | 36 impl UnresolvedName for NamedType { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | names.rs | 26 impl NamedType { impl
|
H A D | tokens.rs | 302 impl ToTokens for NamedType { implementation 304 let NamedType { rust, generics } = self; in to_tokens() localVariable
|
H A D | mod.rs | 340 pub(crate) struct NamedType { struct 341 pub rust: Ident, 342 pub generics: Lifetimes,
|
H A D | resolve.rs | 36 impl UnresolvedName for NamedType { implementation
|
/aosp_15_r20/system/tools/hidl/hidl2aidl/ |
D | AidlNamedType.cpp | 78 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitCompoundTypeAidlDefinition() 114 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitAidl()
|
D | AidlTranslate.cpp | 441 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes, in emitCppTranslateHeader() 477 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes, in emitTranslateSource() 574 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitTranslation()
|
D | AidlHelper.cpp | 139 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitFileHeader() 196 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in getFileWithHeader()
|
D | AidlInterface.cpp | 175 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitAidl()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/ |
H A D | StdSubtypeResolver.java | 231 HashMap<NamedType, NamedType> collectedSubtypes) in _collectAndResolve()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | DeclarationName.h | 420 struct NT NamedType; member
|
/aosp_15_r20/external/python/pyasn1/pyasn1/type/ |
D | namedtype.py | 23 class NamedType(object): class
|