/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 42 class CefStructBase : public traits::struct_type { 44 typedef typename traits::struct_type struct_type; typedef 58 CefStructBase(const struct_type& r) { in CefStructBase() 75 void AttachTo(struct_type& source) { in AttachTo() 85 memcpy(static_cast<struct_type*>(this), &source, sizeof(struct_type)); in AttachTo() 91 void DetachTo(struct_type& target) { in DetachTo() 99 memcpy(&target, static_cast<struct_type*>(this), sizeof(struct_type)); in DetachTo() 109 void Set(const struct_type& source, bool copy) { in Set() 114 return operator=(static_cast<const struct_type&>(s)); 117 CefStructBase& operator=(const struct_type& s) { [all …]
|
D | cef_string_wrappers.h | 48 typedef cef_string_wide_t struct_type; typedef 51 static inline void clear(struct_type* s) { cef_string_wide_clear(s); } in clear() 54 struct_type* output, in set() 58 static inline int compare(const struct_type* s1, const struct_type* s2) { in compare() 69 static inline bool from_ascii(const char* str, size_t len, struct_type* s) { in from_ascii() 72 static inline std::string to_string(const struct_type* s) { in to_string() 84 struct_type* s) { in from_string() 87 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() 90 static inline std::wstring to_wstring(const struct_type* s) { in to_wstring() 95 struct_type* s) { in from_wstring() [all …]
|
D | cef_mac.h | 43 typedef cef_main_args_t struct_type; typedef 45 static inline void init(struct_type* s) {} in init() 46 static inline void clear(struct_type* s) {} in clear() 48 static inline void set(const struct_type* src, in set() 49 struct_type* target, in set() 71 typedef cef_window_info_t struct_type; typedef 73 static inline void init(struct_type* s) {} in init() 75 static inline void clear(struct_type* s) { in clear() 79 static inline void set(const struct_type* src, in set() 80 struct_type* target, in set()
|
D | cef_linux.h | 43 typedef cef_main_args_t struct_type; typedef 45 static inline void init(struct_type* s) {} in init() 46 static inline void clear(struct_type* s) {} in clear() 48 static inline void set(const struct_type* src, in set() 49 struct_type* target, in set() 71 typedef cef_window_info_t struct_type; typedef 73 static inline void init(struct_type* s) {} in init() 75 static inline void clear(struct_type* s) { in clear() 79 static inline void set(const struct_type* src, in set() 80 struct_type* target, in set()
|
D | cef_win.h | 45 typedef cef_main_args_t struct_type; typedef 47 static inline void init(struct_type* s) {} in init() 48 static inline void clear(struct_type* s) {} in clear() 50 static inline void set(const struct_type* src, in set() 51 struct_type* target, in set() 69 typedef cef_window_info_t struct_type; typedef 71 static inline void init(struct_type* s) {} in init() 73 static inline void clear(struct_type* s) { in clear() 77 static inline void set(const struct_type* src, in set() 78 struct_type* target, in set()
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
D | test36-leaf-report-0.txt | 11 function void interface1(struct_type*) 12 function void interface2(struct_type&) 13 function void interface3(struct_type**) 21 function void interface1(struct_type*) 22 function void interface2(struct_type&) 23 function void interface3(struct_type**)
|
D | test36-leaf-v0.cc | 15 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
|
D | test36-leaf-v1.cc | 16 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity() argument 33 : struct_type_(struct_type), in RemoveStructMemberReductionOpportunity() 35 original_number_of_members_(struct_type->NumInOperands()) {} in RemoveStructMemberReductionOpportunity()
|
/third_party/spirv-tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity() argument 33 : struct_type_(struct_type), in RemoveStructMemberReductionOpportunity() 35 original_number_of_members_(struct_type->NumInOperands()) {} in RemoveStructMemberReductionOpportunity()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity() argument 33 : struct_type_(struct_type), in RemoveStructMemberReductionOpportunity() 35 original_number_of_members_(struct_type->NumInOperands()) {} in RemoveStructMemberReductionOpportunity()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.hpp | 886 uint32_t get_declared_struct_member_size_msl(const SPIRType &struct_type, uint32_t index) const; 887 …uint32_t get_declared_struct_member_array_stride_msl(const SPIRType &struct_type, uint32_t index) … 888 …uint32_t get_declared_struct_member_matrix_stride_msl(const SPIRType &struct_type, uint32_t index)… 889 …uint32_t get_declared_struct_member_alignment_msl(const SPIRType &struct_type, uint32_t index) con… 891 uint32_t get_declared_input_size_msl(const SPIRType &struct_type, uint32_t index) const; 892 uint32_t get_declared_input_array_stride_msl(const SPIRType &struct_type, uint32_t index) const; 893 uint32_t get_declared_input_matrix_stride_msl(const SPIRType &struct_type, uint32_t index) const; 894 uint32_t get_declared_input_alignment_msl(const SPIRType &struct_type, uint32_t index) const; 896 const SPIRType &get_physical_member_type(const SPIRType &struct_type, uint32_t index) const; 897 SPIRType get_presumed_input_type(const SPIRType &struct_type, uint32_t index) const; [all …]
|
/third_party/node/deps/v8/src/torque/ |
D | csa-generator.cc | 949 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 952 Type::MatchUnaryGeneric(struct_type, TypeOracle::GetSmiTaggedGeneric()); in EmitInstruction() 954 IsPointerSizeIntegralType(struct_type) || smi_tagged_type; in EmitInstruction() 955 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction() 977 << GetBitFieldSpecialization(struct_type, instruction.bit_field) in EmitInstruction() 991 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 994 Type::MatchUnaryGeneric(struct_type, TypeOracle::GetSmiTaggedGeneric()); in EmitInstruction() 996 IsPointerSizeIntegralType(struct_type) || smi_tagged_type; in EmitInstruction() 997 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction() 1007 decls() << " " << struct_type->GetGeneratedTypeName() << " " << result_name in EmitInstruction() [all …]
|
D | class-debug-reader-generator.cc | 47 if (auto struct_type = type_->StructSupertype()) { in operator *() local 48 const auto& field = (*struct_type)->fields()[index_]; in operator *() 90 base::Optional<const StructType*> struct_type = type_->StructSupertype(); in end() local 91 if (struct_type && *struct_type != TypeOracle::GetFloat64OrHoleType()) { in end() 92 index = (*struct_type)->fields().size(); in end()
|
D | type-visitor.cc | 194 StructType* struct_type = TypeOracle::GetStructType(decl, specialized_from); in ComputeType() local 195 CurrentScope::Scope struct_namespace_scope(struct_type->nspace()); in ComputeType() 208 struct_type, in ComputeType() 217 struct_type->RegisterField(f); in ComputeType() 234 return struct_type; in ComputeType() 491 StructType* struct_type, const StructDeclaration* struct_declaration) { in VisitStructMethods() argument 492 DeclareMethods(struct_type, struct_declaration->methods); in VisitStructMethods()
|
D | types.cc | 124 if (auto* struct_type = StructType::DynamicCast(t)) { in StructSupertype() local 125 return struct_type; in StructSupertype() 618 if (auto struct_type = type->StructSupertype()) { in ComputeSlotKindsHelper() local 619 ComputeSlotKindsHelper(slots, offset, (*struct_type)->fields()); in ComputeSlotKindsHelper() 1200 base::Optional<const StructType*> struct_type = type->StructSupertype(); in ValidateAlignment() local 1201 if (struct_type && struct_type != TypeOracle::GetFloat64OrHoleType()) { in ValidateAlignment() 1202 for (const Field& field : (*struct_type)->fields()) { in ValidateAlignment() 1259 } else if (auto struct_type = type->StructSupertype()) { in SizeOf() local 1264 size = (*struct_type)->PackedSize(); in SizeOf() 1320 if (base::Optional<const StructType*> struct_type = StructSupertype()) { in GetRuntimeType() local [all …]
|
D | cc-generator.cc | 447 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 453 Type::MatchUnaryGeneric(struct_type, TypeOracle::GetSmiTaggedGeneric()); in EmitInstruction() 461 struct_type = *smi_tagged_type; in EmitInstruction() 465 << GetBitFieldSpecialization(struct_type, instruction.bit_field) in EmitInstruction() 481 } else if (auto struct_type = result.type()->StructSupertype()) { in CollectAllFields() local 482 for (const Field& field : (*struct_type)->fields()) { in CollectAllFields()
|
/third_party/node/deps/v8/src/wasm/ |
D | init-expr-interface.cc | 124 std::vector<WasmValue> field_values(imm.struct_type->field_count()); in StructNewWithRtt() 130 imm.struct_type, field_values.data(), in StructNewWithRtt() 165 std::vector<WasmValue> field_values(imm.struct_type->field_count()); in StructNewDefault() 167 field_values[i] = DefaultValueForType(imm.struct_type->field(i), isolate_); in StructNewDefault() 171 imm.struct_type, field_values.data(), in StructNewDefault()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 205 const opt::analysis::Struct& struct_type) const { in ComponentsForStructConstructionAreOK() 207 struct_type.element_types().size()) { in ComponentsForStructConstructionAreOK() 214 field_index < struct_type.element_types().size(); field_index++) { in ComponentsForStructConstructionAreOK() 224 if (component_type != struct_type.element_types()[field_index]) { in ComponentsForStructConstructionAreOK()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 205 const opt::analysis::Struct& struct_type) const { in ComponentsForStructConstructionAreOK() 207 struct_type.element_types().size()) { in ComponentsForStructConstructionAreOK() 214 field_index < struct_type.element_types().size(); field_index++) { in ComponentsForStructConstructionAreOK() 224 if (component_type != struct_type.element_types()[field_index]) { in ComponentsForStructConstructionAreOK()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 205 const opt::analysis::Struct& struct_type) const { in ComponentsForStructConstructionAreOK() 207 struct_type.element_types().size()) { in ComponentsForStructConstructionAreOK() 214 field_index < struct_type.element_types().size(); field_index++) { in ComponentsForStructConstructionAreOK() 224 if (component_type != struct_type.element_types()[field_index]) { in ComponentsForStructConstructionAreOK()
|
/third_party/libffi/src/ |
D | prep_cif.c | 251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets() argument 255 if (struct_type->type != FFI_TYPE_STRUCT) in ffi_get_struct_offsets() 262 return initialize_aggregate(struct_type, offsets); in ffi_get_struct_offsets()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 1600 StructType struct_type; in TEST_P() local 1601 google::protobuf::Struct* s = struct_type.mutable_object(); in TEST_P() 1611 CheckOutput(struct_type); in TEST_P() 1615 StructType struct_type; in TEST_P() local 1621 CheckOutput(struct_type); in TEST_P() 1625 StructType struct_type; in TEST_P() local 1634 CheckOutput(struct_type); in TEST_P() 1638 StructType struct_type; in TEST_P() local 1642 CheckOutput(struct_type); in TEST_P() 1646 StructType struct_type; in TEST_P() local [all …]
|
/third_party/spirv-tools/source/opt/ |
D | eliminate_dead_input_components_pass.cpp | 76 const analysis::Struct* struct_type = ptr_type->pointee_type()->AsStruct(); in Process() local 77 if (struct_type == nullptr) continue; in Process() 78 const auto elt_types = struct_type->element_types(); in Process()
|
/third_party/openssl/test/helpers/ |
D | ssl_test_ctx.c | 37 #define IMPLEMENT_SSL_TEST_BOOL_OPTION(struct_type, name, field) \ argument 38 static int parse_##name##_##field(struct_type *ctx, const char *value) \ 43 #define IMPLEMENT_SSL_TEST_STRING_OPTION(struct_type, name, field) \ argument 44 static int parse_##name##_##field(struct_type *ctx, const char *value) \ 51 #define IMPLEMENT_SSL_TEST_INT_OPTION(struct_type, name, field) \ argument 52 static int parse_##name##_##field(struct_type *ctx, const char *value) \
|