Home
last modified time | relevance | path

Searched defs:namedType (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dreader.go153 type namedType struct { struct
154 doc string // doc comment for type
155 name string // type name
156 decl *ast.GenDecl // nil if declaration hasn't been seen yet
158 isEmbedded bool // true if this type is embedded
159 isStruct bool // true if this type is a struct
160 embedded embeddedSet // true if the embedded type is a pointer
163 values []*Value // consts and vars
164 funcs methodSet
165 methods methodSet
[all …]
Dexports.go107 func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType)…
170 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
H A DStdSubtypeResolver.java229 protected void _collectAndResolve(AnnotatedClass annotatedType, NamedType namedType, in _collectAndResolve()
271 protected void _collectAndResolveByTypeId(AnnotatedClass annotatedType, NamedType namedType, in _collectAndResolveByTypeId()
283 byName.put(namedType.getName(), namedType); in _collectAndResolveByTypeId() local
/aosp_15_r20/system/tools/hidl/hidl2aidl/
Dmain.cpp162 static void getSubTypes(const NamedType& namedType, std::set<const NamedType*>* types) { in getSubTypes()
439 for (const auto& namedType : namedTypesInPackage) { in main() local
458 for (const auto& namedType : namedTypesInPackage) { in main() local
DAidlNamedType.cpp27 static void emitConversionNotes(Formatter& out, const NamedType& namedType) { in emitConversionNotes()
113 const NamedType& namedType, Formatter& out, in emitAidl()
DAidlHelper.cpp118 const NamedType& namedType = *static_cast<const NamedType*>(&type); in importLocallyReferencedType() local
195 const NamedType& namedType, const Coordinator& coordinator, in getFileWithHeader()
DAidlTranslate.cpp75 static void emitEnumStaticAssert(Formatter& out, const NamedType& namedType, AidlBackend backend) { in emitEnumStaticAssert()
99 for (const auto& namedType : namedTypes) { in emitStaticAsserts() local
DAidlType.cpp64 const NamedType& namedType = static_cast<const NamedType&>(type); in getAidlType() local
/aosp_15_r20/system/tools/hidl/lint/lints/
DnamingConventions.cpp42 const NamedType* namedType = static_cast<const NamedType*>(type); in namingConventions() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer.cpp64 auto namedType = t.cast<c10::NamedType>(); in print_type() local
301 auto namedType = t.cast<c10::NamedType>(); in functionToFB() local
H A Dexport_module.cpp259 auto namedType = t.cast<c10::NamedType>(); in getFunctionTuple() local
763 auto namedType = type.cast<c10::NamedType>(); in type_printer() local
H A Dpython_print.cpp1730 auto namedType = type.cast<c10::NamedType>(); in printType() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSeparateStructFromUniformDeclarations.cpp69 TType *namedType = new TType(structure, true); in doReplacement() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp318 auto namedType = t.cast<c10::NamedType>(); in print_type() local
/aosp_15_r20/system/tools/hidl/
DCompoundType.cpp651 for (const NamedType* namedType : getSortedDefinedTypes()) { in emitInlineHidlDefinition() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dwriter.go616 func (w *writer) namedType(obj *types2.TypeName, targs *types2.TypeList) { func
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A DschemasInternals.h782 const xmlChar *namedType; member
/aosp_15_r20/external/libxml2/include/libxml/
H A DschemasInternals.h782 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
DschemasInternals.h781 const xmlChar *namedType; member

12