/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A 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 …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | emcc.rs | 19 struct TypeInfo { struct 23 unsafe impl Sync for TypeInfo {} argument 129 tinfo: *const TypeInfo, in __cxa_throw()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | emcc.rs | 19 struct TypeInfo { struct 23 unsafe impl Sync for TypeInfo {} argument 129 tinfo: *const TypeInfo, in __cxa_throw()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | emcc.rs | 19 struct TypeInfo { struct 23 unsafe impl Sync for TypeInfo {} implementation 129 tinfo: *const TypeInfo, in __cxa_throw()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | emcc.rs | 19 struct TypeInfo { struct 23 unsafe impl Sync for TypeInfo {} argument 129 tinfo: *const TypeInfo, in __cxa_throw()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | emcc.rs | 19 struct TypeInfo { struct 23 unsafe impl Sync for TypeInfo {} implementation 129 tinfo: *const TypeInfo, in __cxa_throw()
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Types.cpp | 19 struct TypeInfo { struct 26 static const TypeInfo TypeInfos[] = { argument
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 573 struct TypeInfo in TEST_P() struct 575 GLuint attachment; in TEST_P() 576 GLuint format; in TEST_P() 577 GLuint type; in TEST_P() 578 void *data; in TEST_P() 579 int depthBits; in TEST_P() 580 int stencilBits; in TEST_P()
|
/aosp_15_r20/external/google-fruit/include/fruit/impl/util/ |
H A D | type_info.h | 31 struct alignas(1) alignas(void*) TypeInfo { struct 33 struct ConcreteTypeInfo { argument 61 ConcreteTypeInfo concrete_type_info; argument
|
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/ |
H A D | tracing_traits_generator.cc | 39 struct TypeInfo { struct 40 BaseType flatbuf_type; 41 std::string cpp_type;
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A 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
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A 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
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_ndk.cpp | 49 struct TypeInfo { struct 51 std::string cpp_name; 53 bool value_is_cheap = false;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ASTContext.h | 152 struct TypeInfo { struct 157 TypeInfo() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfo() function 158 TypeInfo(uint64_t Width, unsigned Align, in TypeInfo() argument 166 struct TypeInfoChars { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ASTContext.h | 152 struct TypeInfo { struct 157 TypeInfo() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfo() argument 158 TypeInfo(uint64_t Width, unsigned Align, in TypeInfo() function 166 struct TypeInfoChars { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ASTContext.h | 152 struct TypeInfo { struct 157 TypeInfo() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfo() argument 158 TypeInfo(uint64_t Width, unsigned Align, in TypeInfo() argument 166 struct TypeInfoChars { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ASTContext.h | 152 struct TypeInfo { struct 157 TypeInfo() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfo() argument 158 TypeInfo(uint64_t Width, unsigned Align, in TypeInfo() function 166 struct TypeInfoChars { argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_progvar.cpp | 79 class TypeInfo { class 82 TypeInfo() in TypeInfo() function in TypeInfo 87 TypeInfo(const char* name_arg) in TypeInfo() function in TypeInfo 94 TypeInfo(TypeInfo* elem_type, int num_elem) in TypeInfo() function in TypeInfo
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | type_info.h | 52 TypeInfo() {} in TypeInfo() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | type_info.h | 52 TypeInfo() {} in TypeInfo() function
|