/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 291 struct DynamicMessageFactory::TypeInfo { struct in google::protobuf::DynamicMessageFactory 292 int size; 293 int has_bits_offset; 294 int oneof_case_offset; 295 int extensions_offset; 298 DynamicMessageFactory* factory; // The factory that created this object. 299 const DescriptorPool* pool; // The factory's DescriptorPool. 300 const Descriptor* type; // Type of this DynamicMessage. 304 std::unique_ptr<uint32_t[]> offsets; 305 std::unique_ptr<uint32_t[]> has_bits_indices; [all …]
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 291 struct DynamicMessageFactory::TypeInfo { struct in google::protobuf::DynamicMessageFactory 292 int size; 293 int has_bits_offset; 294 int oneof_case_offset; 295 int extensions_offset; 298 DynamicMessageFactory* factory; // The factory that created this object. 299 const DescriptorPool* pool; // The factory's DescriptorPool. 300 const Descriptor* type; // Type of this DynamicMessage. 304 std::unique_ptr<uint32_t[]> offsets; 305 std::unique_ptr<uint32_t[]> has_bits_indices; [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/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
D | type_info.h | 52 TypeInfo() {} in TypeInfo() function
|
D | protostream_objectsource.h | 61 class TypeInfo; variable
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info.h | 52 TypeInfo() {} in TypeInfo() function
|
D | protostream_objectsource.h | 61 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 | 579 struct TypeInfo in TEST_P() struct 581 GLuint attachment; in TEST_P() 582 GLuint format; in TEST_P() 583 GLuint type; in TEST_P() 584 void *data; in TEST_P() 585 int depthBits; in TEST_P() 586 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/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 28 public class TypeInfo implements Resolvable { class 33 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, in TypeInfo() method in TypeInfo 45 public TypeInfo(String typeString) { in TypeInfo() method in TypeInfo 147 private TypeInfo(TypeInfo other) { in TypeInfo() method in TypeInfo
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.h | 59 } TypeInfo; typedef
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.h | 59 } TypeInfo; typedef
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
D | vptr-corrupted-vtable-itanium.cpp | 19 std::type_info *TypeInfo; member
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | def.h | 72 } TypeInfo; typedef
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.h | 72 } TypeInfo; typedef
|
/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/ImageMagick/MagickCore/ |
D | type.h | 82 } TypeInfo; typedef
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 80 class TypeInfo { class 83 TypeInfo() in TypeInfo() function in TypeInfo 88 TypeInfo(const char* name_arg) in TypeInfo() function in TypeInfo 95 TypeInfo(TypeInfo* elem_type, int num_elem) in TypeInfo() function in TypeInfo
|
/external/python/apitools/apitools/gen/ |
D | message_registry.py | 30 TypeInfo = collections.namedtuple('TypeInfo', ('type_name', 'variant')) variable
|
/external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
D | container_test_types.h | 111 template <class T> friend class TypeInfo; member
|
/external/libcxx/test/support/ |
D | container_test_types.h | 108 template <class T> friend class TypeInfo; member
|