Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
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
/external/python/pyasn1/docs/source/pyasn1/type/namedtype/
Dnamedtype.rst4 .. |NamedType| replace:: NamedType substdef
6 NamedType title
Ddefaultednamedtype.rst4 .. |NamedType| replace:: DefaultedNamedType substdef
Doptionalnamedtype.rst4 .. |NamedType| replace:: OptionalNamedType substdef
/external/rust/cxx/syntax/
Dnames.rs25 impl NamedType { implementation
Dresolve.rs36 impl UnresolvedName for NamedType { implementation
Dtokens.rs302 impl ToTokens for NamedType { implementation
304 let NamedType { rust, generics } = self; in to_tokens() localVariable
Dmod.rs303 pub struct NamedType { struct
304 pub rust: Ident,
305 pub generics: Lifetimes,
Dcheck.rs82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DStdSubtypeResolver.java231 HashMap<NamedType, NamedType> collectedSubtypes) in _collectAndResolve()
/external/clang/include/clang/AST/
DDeclarationName.h420 struct NT NamedType; member
/external/python/pyasn1/pyasn1/type/
Dnamedtype.py23 class NamedType(object): class
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp64 TEST_F(DIEHashTest, NamedType) { in TEST_F() argument
/external/clang/lib/Serialization/
DASTReader.cpp5521 QualType NamedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local