Searched defs:NamedType (Results 1 – 14 of 14) sorted by relevance
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/ |
| 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
|
| /external/python/pyasn1/docs/source/pyasn1/type/namedtype/ |
| D | namedtype.rst | 4 .. |NamedType| replace:: NamedType substdef 6 NamedType title
|
| D | defaultednamedtype.rst | 4 .. |NamedType| replace:: DefaultedNamedType substdef
|
| D | optionalnamedtype.rst | 4 .. |NamedType| replace:: OptionalNamedType substdef
|
| /external/rust/cxx/syntax/ |
| D | names.rs | 25 impl NamedType { implementation
|
| D | resolve.rs | 36 impl UnresolvedName for NamedType { implementation
|
| D | tokens.rs | 302 impl ToTokens for NamedType { implementation 304 let NamedType { rust, generics } = self; in to_tokens() localVariable
|
| D | mod.rs | 303 pub struct NamedType { struct 304 pub rust: Ident, 305 pub generics: Lifetimes,
|
| D | check.rs | 82 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/ |
| D | StdSubtypeResolver.java | 231 HashMap<NamedType, NamedType> collectedSubtypes) in _collectAndResolve()
|
| /external/clang/include/clang/AST/ |
| D | DeclarationName.h | 420 struct NT NamedType; member
|
| /external/python/pyasn1/pyasn1/type/ |
| D | namedtype.py | 23 class NamedType(object): class
|
| /external/llvm/unittests/CodeGen/ |
| D | DIEHashTest.cpp | 64 TEST_F(DIEHashTest, NamedType) { in TEST_F() argument
|
| /external/clang/lib/Serialization/ |
| D | ASTReader.cpp | 5521 QualType NamedType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
|