/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 234 struct TypeInfo { struct in google::protobuf::DynamicMessage 235 int size; 236 int has_bits_offset; 237 int oneof_case_offset; 238 int internal_metadata_offset; 239 int extensions_offset; 242 DynamicMessageFactory* factory; // The factory that created this object. 243 const DescriptorPool* pool; // The factory's DescriptorPool. 244 const Descriptor* type; // Type of this DynamicMessage. 248 std::unique_ptr<uint32[]> offsets; [all …]
|
/external/google-fruit/include/fruit/impl/util/ |
D | type_info.h | 31 struct alignas(1) alignas(void*) TypeInfo { struct 33 struct ConcreteTypeInfo { argument 61 ConcreteTypeInfo concrete_type_info; argument
|
/external/clang/lib/Driver/ |
D | Types.cpp | 19 struct TypeInfo { struct 26 static const TypeInfo TypeInfos[] = { argument
|
/external/llvm-project/clang/lib/Driver/ |
D | Types.cpp | 23 struct TypeInfo { struct 39 static constexpr TypeInfo TypeInfos[] = { argument
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Representation.h | 158 struct TypeInfo { struct 160 TypeInfo(SymbolID Type, StringRef Field, InfoType IT) in TypeInfo() argument 162 TypeInfo(SymbolID Type, StringRef Field, InfoType IT, StringRef Path) in TypeInfo() function 164 TypeInfo(llvm::StringRef RefName) : Type(RefName) {} in TypeInfo() function 165 TypeInfo(llvm::StringRef RefName, StringRef Path) : Type(RefName, Path) {} in TypeInfo() argument 173 struct FieldTypeInfo : public TypeInfo { argument
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info.h | 51 TypeInfo() {} in TypeInfo() function
|
D | protostream_objectsource.h | 57 class TypeInfo; variable
|
/external/libchrome/mojo/core/ports/ |
D | user_message.h | 27 struct TypeInfo {}; in COMPONENT_EXPORT() struct
|
/external/angle/src/tests/gl_tests/ |
D | DepthStencilFormatsTest.cpp | 500 struct TypeInfo in TEST_P() struct 502 GLuint attachment; in TEST_P() 503 GLuint format; in TEST_P() 504 GLuint type; in TEST_P() 505 void *data; in TEST_P() 506 int depthBits; in TEST_P() 507 int stencilBits; in TEST_P()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.h | 24 void *TypeInfo; member
|
D | ubsan_value.h | 90 u16 TypeInfo; variable
|
D | ubsan_type_hash_itanium.cc | 194 std::type_info *TypeInfo; member
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.h | 23 void *TypeInfo; member
|
D | ubsan_value.h | 89 u16 TypeInfo; variable
|
D | ubsan_type_hash_itanium.cpp | 195 std::type_info *TypeInfo; member
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 23 public class TypeInfo implements Resolvable { class 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, in TypeInfo() method in TypeInfo 37 public TypeInfo(String typeString) { in TypeInfo() method in TypeInfo 136 private TypeInfo(TypeInfo other) { in TypeInfo() method in TypeInfo
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
D | vptr-corrupted-vtable-itanium.cpp | 19 std::type_info *TypeInfo; member
|
/external/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
D | vptr-corrupted-vtable-itanium.cpp | 22 std::type_info *TypeInfo; member
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 81 struct TypeInfo { struct 85 TypeInfo() : Width(0), Align(0), AlignIsRequired(false) {} in TypeInfo() argument 86 TypeInfo(uint64_t Width, unsigned Align, bool AlignIsRequired) in TypeInfo() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 163 struct TypeInfo { struct 168 TypeInfo() : AlignIsRequired(false) {} in TypeInfo() argument 169 TypeInfo(uint64_t Width, unsigned Align, bool AlignIsRequired) in TypeInfo() function
|
/external/ImageMagick/MagickCore/ |
D | type.h | 82 } TypeInfo; typedef
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Initialization.h | 195 TypeSourceInfo *TypeInfo; member 338 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary() 343 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 75 class TypeInfo { class 78 TypeInfo() : in TypeInfo() function in TypeInfo 89 TypeInfo(const char* name_arg) : in TypeInfo() function in TypeInfo 102 TypeInfo( TypeInfo* elem_type, int num_elem ) : in TypeInfo() function in TypeInfo
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 603 CatchTypeInfo TypeInfo{nullptr, 0}; in EnterCXXTryStmt() local 932 CatchTypeInfo TypeInfo = Handler.Type; in emitCatchPadBlock() local 982 CatchTypeInfo TypeInfo = Handler.Type; in emitWasmCatchPadBlock() local 1014 CatchTypeInfo TypeInfo = Handler.Type; in emitWasmCatchPadBlock() local
|
/external/python/apitools/apitools/gen/ |
D | message_registry.py | 30 TypeInfo = collections.namedtuple('TypeInfo', ('type_name', 'variant')) variable
|