/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/ |
D | reader.go | 153 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 …]
|
D | exports.go | 107 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 D | StdSubtypeResolver.java | 229 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/ |
D | main.cpp | 162 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
|
D | AidlNamedType.cpp | 27 static void emitConversionNotes(Formatter& out, const NamedType& namedType) { in emitConversionNotes() 113 const NamedType& namedType, Formatter& out, in emitAidl()
|
D | AidlHelper.cpp | 118 const NamedType& namedType = *static_cast<const NamedType*>(&type); in importLocallyReferencedType() local 195 const NamedType& namedType, const Coordinator& coordinator, in getFileWithHeader()
|
D | AidlTranslate.cpp | 75 static void emitEnumStaticAssert(Formatter& out, const NamedType& namedType, AidlBackend backend) { in emitEnumStaticAssert() 99 for (const auto& namedType : namedTypes) { in emitStaticAsserts() local
|
D | AidlType.cpp | 64 const NamedType& namedType = static_cast<const NamedType&>(type); in getAidlType() local
|
/aosp_15_r20/system/tools/hidl/lint/lints/ |
D | namingConventions.cpp | 42 const NamedType* namedType = static_cast<const NamedType*>(type); in namingConventions() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | flatbuffer_serializer.cpp | 64 auto namedType = t.cast<c10::NamedType>(); in print_type() local 301 auto namedType = t.cast<c10::NamedType>(); in functionToFB() local
|
H A D | export_module.cpp | 259 auto namedType = t.cast<c10::NamedType>(); in getFunctionTuple() local 763 auto namedType = type.cast<c10::NamedType>(); in type_printer() local
|
H A D | python_print.cpp | 1730 auto namedType = type.cast<c10::NamedType>(); in printType() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | SeparateStructFromUniformDeclarations.cpp | 69 TType *namedType = new TType(structure, true); in doReplacement() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | module.cpp | 318 auto namedType = t.cast<c10::NamedType>(); in print_type() local
|
/aosp_15_r20/system/tools/hidl/ |
D | CompoundType.cpp | 651 for (const NamedType* namedType : getSortedDefinedTypes()) { in emitInlineHidlDefinition() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | writer.go | 616 func (w *writer) namedType(obj *types2.TypeName, targs *types2.TypeList) { func
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A D | schemasInternals.h | 782 const xmlChar *namedType; member
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 782 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 781 const xmlChar *namedType; member
|