Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 25 of 66) sorted by relevance

123

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest36-leaf-v0.cc15 struct struct_type struct
21 interface1(struct_type*) in interface1() argument
25 interface2(struct_type&) in interface2() argument
29 interface3(struct_type**) in interface3() argument
Dtest36-leaf-v1.cc16 struct struct_type struct
22 interface1(struct_type*) in interface1() argument
26 interface2(struct_type&) in interface2() argument
30 interface3(struct_type**) in interface3() argument
/third_party/cef/include/internal/
Dcef_types_wrappers.h44 typedef typename traits::struct_type struct_type; typedef
135 typedef cef_point_t struct_type; typedef
171 typedef cef_rect_t struct_type; typedef
220 typedef cef_size_t struct_type; typedef
258 typedef cef_range_t struct_type; typedef
293 typedef cef_insets_t struct_type; typedef
333 typedef cef_draggable_region_t struct_type; typedef
374 typedef cef_screen_info_t struct_type; typedef
428 typedef cef_key_event_t struct_type; typedef
454 typedef cef_mouse_event_t struct_type; typedef
[all …]
Dcef_mac.h43 typedef cef_main_args_t struct_type; typedef
71 typedef cef_window_info_t struct_type; typedef
Dcef_linux.h43 typedef cef_main_args_t struct_type; typedef
71 typedef cef_window_info_t struct_type; typedef
Dcef_win.h45 typedef cef_main_args_t struct_type; typedef
69 typedef cef_window_info_t struct_type; typedef
Dcef_string_wrappers.h48 typedef cef_string_wide_t struct_type; typedef
146 typedef cef_string_utf8_t struct_type; typedef
229 typedef cef_string_utf16_t struct_type; typedef
349 typedef typename traits::struct_type struct_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/node/deps/v8/src/torque/
Dtypes.cc124 if (auto* struct_type = StructType::DynamicCast(t)) { in StructSupertype() local
618 if (auto struct_type = type->StructSupertype()) { in ComputeSlotKindsHelper() local
1200 base::Optional<const StructType*> struct_type = type->StructSupertype(); in ValidateAlignment() local
1259 } else if (auto struct_type = type->StructSupertype()) { in SizeOf() local
1320 if (base::Optional<const StructType*> struct_type = StructSupertype()) { in GetRuntimeType() local
1340 if (base::Optional<const StructType*> struct_type = StructSupertype()) { in GetDebugType() local
Dclass-debug-reader-generator.cc47 if (auto struct_type = type_->StructSupertype()) { in operator *() local
90 base::Optional<const StructType*> struct_type = type_->StructSupertype(); in end() local
Dtype-visitor.cc194 StructType* struct_type = TypeOracle::GetStructType(decl, specialized_from); in ComputeType() local
491 StructType* struct_type, const StructDeclaration* struct_declaration) { in VisitStructMethods()
Dcc-generator.cc447 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local
481 } else if (auto struct_type = result.type()->StructSupertype()) { in CollectAllFields() local
Dcsa-generator.cc949 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local
991 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local
1040 } else if (auto struct_type = result.type()->StructSupertype()) { in EmitCSAValue() local
/third_party/libffi/src/
Dprep_cif.c251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets()
/third_party/openssl/test/helpers/
Dssl_test_ctx.c37 #define IMPLEMENT_SSL_TEST_BOOL_OPTION(struct_type, name, field) \ argument
43 #define IMPLEMENT_SSL_TEST_STRING_OPTION(struct_type, name, field) \ argument
51 #define IMPLEMENT_SSL_TEST_INT_OPTION(struct_type, name, field) \ argument
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1600 StructType struct_type; in TEST_P() local
1615 StructType struct_type; in TEST_P() local
1625 StructType struct_type; in TEST_P() local
1638 StructType struct_type; in TEST_P() local
1646 StructType struct_type; in TEST_P() local
1705 StructType struct_type; in TEST_P() local
1727 StructType struct_type; in TEST_P() local
1746 StructType struct_type; in TEST_P() local
/third_party/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp76 const analysis::Struct* struct_type = ptr_type->pointee_type()->AsStruct(); in Process() local
Dcopy_prop_arrays.cpp364 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
803 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local

123