Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/cef/include/internal/
Dcef_types_wrappers.h42 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 …]
Dcef_string_wrappers.h48 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 …]
Dcef_mac.h43 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()
Dcef_linux.h43 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()
Dcef_win.h45 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/
Dtest36-leaf-report-0.txt11 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**)
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/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 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()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
148 struct_type, entry.first)); in GetAvailableOpportunities()
/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() argument
33 : struct_type_(struct_type), in RemoveStructMemberReductionOpportunity()
35 original_number_of_members_(struct_type->NumInOperands()) {} in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
148 struct_type, entry.first)); in GetAvailableOpportunities()
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 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()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
148 struct_type, entry.first)); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp886 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/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp205 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/
Dtransformation_composite_construct.cpp205 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/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp205 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/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1600 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/libffi/src/
Dprep_cif.c251 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/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp76 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/
Dssl_test_ctx.c37 #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) \
/third_party/spirv-tools/source/val/
Dvalidate_annotation.cpp308 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
309 if (!struct_type || SpvOpTypeStruct != struct_type->opcode()) { in ValidateMemberDecorate()
316 static_cast<uint32_t>(struct_type->words().size() - 2); in ValidateMemberDecorate()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp643 const char *struct_type, int count) in decode_dynamic_state_pointers() argument
663 struct_type, state_addr); in decode_dynamic_state_pointers()
667 struct intel_group *state = intel_spec_find_struct(ctx->spec, struct_type); in decode_dynamic_state_pointers()
668 if (strcmp(struct_type, "BLEND_STATE") == 0) { in decode_dynamic_state_pointers()
673 ImGui::Text("%s", struct_type); in decode_dynamic_state_pointers()
679 struct_type = "BLEND_STATE_ENTRY"; in decode_dynamic_state_pointers()
680 state = intel_spec_find_struct(ctx->spec, struct_type); in decode_dynamic_state_pointers()
684 ImGui::Text("%s %d", struct_type, i); in decode_dynamic_state_pointers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp432 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
433 if (!struct_type || SpvOpTypeStruct != struct_type->opcode()) { in ValidateMemberDecorate()
440 static_cast<uint32_t>(struct_type->words().size() - 2); in ValidateMemberDecorate()

1234