Home
last modified time | relevance | path

Searched refs:struct_ (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/types/
Dstruct.hpp65 #define BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE(s, struct_, member_) \ argument
66 sizeof(((struct_ *)0)->member_)
72 #define BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE_SUM(struct_, members_) \ argument
77 BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE, struct_, members_ \
85 #define BOOST_COMPUTE_DETAIL_STRUCT_IS_PACKED(struct_, members_) \ argument
86 (sizeof(struct_) == BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE_SUM(struct_, members_))
/third_party/boost/boost/compute/types/
Dstruct.hpp65 #define BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE(s, struct_, member_) \ argument
66 sizeof(((struct_ *)0)->member_)
72 #define BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE_SUM(struct_, members_) \ argument
77 BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE, struct_, members_ \
85 #define BOOST_COMPUTE_DETAIL_STRUCT_IS_PACKED(struct_, members_) \ argument
86 (sizeof(struct_) == BOOST_COMPUTE_DETAIL_STRUCT_MEMBER_SIZE_SUM(struct_, members_))
/third_party/cef/libcef_dll/ctocpp/
Dctocpp_scoped.h80 return wrapperStruct->struct_; in GetStruct()
102 StructName* struct_;
115 wrapperStruct->struct_ = s;
133 StructName* orig_struct = wrapperStruct->struct_;
142 wrapperStruct->struct_ = nullptr;
163 return wrapperStruct->struct_;
176 reinterpret_cast<cef_base_scoped_t*>(wrapperStruct->struct_);
Dctocpp_ref_counted.h50 return wrapperStruct->struct_; in GetStruct()
107 StructName* struct_;
120 wrapperStruct->struct_ = s;
148 return wrapperStruct->struct_;
/third_party/boost/libs/fusion/example/extension/
Dexample_struct_iterator.hpp64 : struct_(str) {} in example_struct_iterator()
66 Struct& struct_; member
/third_party/boost/libs/fusion/example/extension/detail/
Dderef_impl.hpp47 return it.struct_.name; in call()
60 return it.struct_.age; in call()
Dnext_impl.hpp39 return type(i.struct_); in call()
Dprior_impl.hpp39 return type(i.struct_); in call()
Dadvance_impl.hpp40 return type(it.struct_); in call()
/third_party/cef/libcef_dll/cpptoc/
Dcpptoc_scoped.h156 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct()
178 StructName struct_; member
Dcpptoc_ref_counted.h76 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct()
119 StructName struct_; member
/third_party/skia/third_party/externals/tint/src/transform/
Dfirst_index_offset.cc136 auto* struct_ = in Run() local
142 ctx.dst->Global(buffer_name, ctx.dst->ty.Of(struct_), in Run()
/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp86 static constexpr char struct_[8] = "struct "; in trim_typename() local
91 if (equal(begin(struct_), end(struct_)-1, val.begin())) in trim_typename()
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1502 auto &struct_ = *type.struct_def; in GenTypePointer() local
1503 if (should_consider_suffix && !struct_.fixed) { in GenTypePointer()
1504 return WrapInNameSpace(struct_.defined_namespace, in GenTypePointer()
1505 ObjectAPIName(Name(struct_))); in GenTypePointer()
1507 return WrapInNameSpace(struct_.defined_namespace, Name(struct_)); in GenTypePointer()
/third_party/boost/libs/fusion/doc/
Dextension.qbk101 : struct_(str) {}
103 Struct& struct_;
179 return it.struct_.name;
192 return it.struct_.age;
255 return type(i.struct_);
/third_party/cef/tools/
Dtranslator.README.txt289 if (CEF_MEMBER_MISSING(struct_, function))
301 struct_->class_function(struct_, capi_params);
313 if (CEF_MEMBER_MISSING(struct_, function))
325 capi_retval _rv = struct_->class_function(struct_, capi_params);
/third_party/mesa3d/src/compiler/
Dglsl_types.h381 static const glsl_type *const struct_##NAME##_type;
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp52 const glsl_type *const glsl_type::struct_##NAME##_type = \
/third_party/gstreamer/gstplugins_base/
DChangeLog106166 tests: dist all struct_*.h files for libs ABI test