/third_party/boost/libs/compute/include/boost/compute/types/ |
D | struct.hpp | 65 #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/ |
D | struct.hpp | 65 #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/ |
D | ctocpp_scoped.h | 80 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_);
|
D | ctocpp_ref_counted.h | 50 return wrapperStruct->struct_; in GetStruct() 107 StructName* struct_; 120 wrapperStruct->struct_ = s; 148 return wrapperStruct->struct_;
|
/third_party/boost/libs/fusion/example/extension/ |
D | example_struct_iterator.hpp | 64 : struct_(str) {} in example_struct_iterator() 66 Struct& struct_; member
|
/third_party/boost/libs/fusion/example/extension/detail/ |
D | deref_impl.hpp | 47 return it.struct_.name; in call() 60 return it.struct_.age; in call()
|
D | next_impl.hpp | 39 return type(i.struct_); in call()
|
D | prior_impl.hpp | 39 return type(i.struct_); in call()
|
D | advance_impl.hpp | 40 return type(it.struct_); in call()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_scoped.h | 156 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct() 178 StructName struct_; member
|
D | cpptoc_ref_counted.h | 76 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct() 119 StructName struct_; member
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | first_index_offset.cc | 136 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/ |
D | msvc.hpp | 86 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/ |
D | idl_gen_swift.cpp | 1502 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/ |
D | extension.qbk | 101 : struct_(str) {} 103 Struct& struct_; 179 return it.struct_.name; 192 return it.struct_.age; 255 return type(i.struct_);
|
/third_party/cef/tools/ |
D | translator.README.txt | 289 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/ |
D | glsl_types.h | 381 static const glsl_type *const struct_##NAME##_type;
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 52 const glsl_type *const glsl_type::struct_##NAME##_type = \
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 106166 tests: dist all struct_*.h files for libs ABI test
|