Home
last modified time | relevance | path

Searched defs:NamedType (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DNamedType.java9 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/
Dnamedtype.rst4 .. |NamedType| replace:: NamedType substdef
6 NamedType title
Doptionalnamedtype.rst4 .. |NamedType| replace:: OptionalNamedType substdef
Ddefaultednamedtype.rst4 .. |NamedType| replace:: DefaultedNamedType substdef
/aosp_15_r20/system/tools/hidl/
DNamedType.h30 struct NamedType : public Type { struct
54 DISALLOW_COPY_AND_ASSIGN(NamedType); argument
DNamedType.cpp23 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 Dnames.rs26 impl NamedType { implementation
H A Dtokens.rs302 impl ToTokens for NamedType { implementation
304 let NamedType { rust, generics } = self; in to_tokens() localVariable
H A Dmod.rs340 pub(crate) struct NamedType { struct
341 pub rust: Ident,
342 pub generics: Lifetimes,
H A Dresolve.rs36 impl UnresolvedName for NamedType { implementation
/aosp_15_r20/external/rust/cxx/syntax/
Dnames.rs26 impl NamedType { implementation
Dtokens.rs302 impl ToTokens for NamedType { implementation
304 let NamedType { rust, generics } = self; in to_tokens() localVariable
Dmod.rs340 pub(crate) struct NamedType { struct
341 pub rust: Ident,
342 pub generics: Lifetimes,
Dresolve.rs36 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 Dnames.rs26 impl NamedType { impl
H A Dtokens.rs302 impl ToTokens for NamedType { implementation
304 let NamedType { rust, generics } = self; in to_tokens() localVariable
H A Dmod.rs340 pub(crate) struct NamedType { struct
341 pub rust: Ident,
342 pub generics: Lifetimes,
H A Dresolve.rs36 impl UnresolvedName for NamedType { implementation
/aosp_15_r20/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp78 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitCompoundTypeAidlDefinition()
114 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitAidl()
DAidlTranslate.cpp441 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()
DAidlHelper.cpp139 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in emitFileHeader()
196 const std::map<const NamedType*, const ProcessedCompoundType>& processedTypes) { in getFileWithHeader()
DAidlInterface.cpp175 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 DStdSubtypeResolver.java231 HashMap<NamedType, NamedType> collectedSubtypes) in _collectAndResolve()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclarationName.h420 struct NT NamedType; member
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Dnamedtype.py23 class NamedType(object): class

12