/third_party/cef/libcef_dll/ctocpp/ |
D | ctocpp_scoped.h | 17 template <class ClassName, class BaseName, class StructName> 45 static CefOwnPtr<BaseName> Wrap(StructName* s); 56 static StructName* UnwrapOwn(CefOwnPtr<BaseName> c); 65 static StructName* UnwrapRaw(CefRawPtr<BaseName> c); 76 StructName* GetStruct() const { in GetStruct() 91 static StructName* UnwrapDerivedOwn(CefWrapperType type, 93 static StructName* UnwrapDerivedRaw(CefWrapperType type, 99 template <class ClassName, class BaseName, class StructName> 100 struct CefCToCppScoped<ClassName, BaseName, StructName>::WrapperStruct { 102 StructName* struct_; [all …]
|
D | ctocpp_ref_counted.h | 17 template <class ClassName, class BaseName, class StructName> 25 static CefRefPtr<BaseName> Wrap(StructName* s); 29 static StructName* Unwrap(CefRefPtr<BaseName> c); 46 StructName* GetStruct() const { in GetStruct() 61 static StructName* UnwrapDerived(CefWrapperType type, BaseName* c); 104 template <class ClassName, class BaseName, class StructName> 105 struct CefCToCppRefCounted<ClassName, BaseName, StructName>::WrapperStruct { 107 StructName* struct_; 111 template <class ClassName, class BaseName, class StructName> 112 CefRefPtr<BaseName> CefCToCppRefCounted<ClassName, BaseName, StructName>::Wrap( [all …]
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_scoped.h | 17 template <class ClassName, class BaseName, class StructName> 36 static StructName* WrapOwn(CefOwnPtr<BaseName> c) { in WrapOwn() 82 static CefOwnPtr<BaseName> UnwrapOwn(StructName* s) { in UnwrapOwn() 116 static CefRawPtr<BaseName> UnwrapRaw(StructName* s) { in UnwrapRaw() 134 static ClassName* GetWrapper(StructName* s) { in GetWrapper() 145 static BaseName* Get(StructName* s) { in Get() 156 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct() 162 memset(GetStruct(), 0, sizeof(StructName)); in CefCppToCScoped() 177 CefCppToCScoped<ClassName, BaseName, StructName>* wrapper_; 178 StructName struct_; [all …]
|
D | cpptoc_ref_counted.h | 17 template <class ClassName, class BaseName, class StructName> 25 static StructName* Wrap(CefRefPtr<BaseName> c) { in Wrap() 41 static CefRefPtr<BaseName> Unwrap(StructName* s) { in Unwrap() 65 static CefRefPtr<BaseName> Get(StructName* s) { in Get() 76 StructName* GetStruct() { return &wrapper_struct_.struct_; } in GetStruct() 99 memset(GetStruct(), 0, sizeof(StructName)); in CefCppToCRefCounted() 103 base->size = sizeof(StructName); in CefCppToCRefCounted() 118 CefCppToCRefCounted<ClassName, BaseName, StructName>* wrapper_; 119 StructName struct_; 122 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPConstants.cpp | 69 #define OMP_STRUCT_TYPE(VarName, StructName, ...) \ in initializeTypes() argument 70 T = M.getTypeByName(StructName); \ in initializeTypes() 72 T = StructType::create(Ctx, {__VA_ARGS__}, StructName); \ in initializeTypes()
|
/third_party/vk-gl-cts/data/gles31/shaders/es32/ |
D | separate_shader_validation.test | 1210 struct StructName 1216 StructName v_val; 1231 struct StructName 1237 StructName v_val; 1257 struct StructName 1263 StructName v_val; 1278 struct StructName 1284 StructName v_val; 1304 struct StructName 1310 StructName v_val; [all …]
|
/third_party/vk-gl-cts/data/gles31/shaders/es31/ |
D | separate_shader_validation.test | 1213 struct StructName 1219 StructName v_val; 1235 struct StructName 1241 StructName v_val; 1262 struct StructName 1268 StructName v_val; 1284 struct StructName 1290 StructName v_val; 1311 struct StructName 1317 StructName v_val; [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 678 #define DAWN_TEST_PARAM_STRUCT(StructName, ...) \ argument 679 struct DAWN_PP_CONCATENATE(_Dawn_, StructName) { \ 684 const DAWN_PP_CONCATENATE(_Dawn_, StructName) & param) { \ 689 struct StructName : AdapterTestParam, DAWN_PP_CONCATENATE(_Dawn_, StructName) { \ 691 StructName(const AdapterTestParam& param, Args&&... args) \ 693 DAWN_PP_CONCATENATE(_Dawn_, StructName){std::forward<Args>(args)...} { \ 696 std::ostream& operator<<(std::ostream& o, const StructName& param) { \ 698 o << "; " << static_cast<const DAWN_PP_CONCATENATE(_Dawn_, StructName)&>(param); \
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | text_generator.h | 119 std::string StructName(const sem::Struct* s);
|
D | text_generator.cc | 34 std::string TextGenerator::StructName(const sem::Struct* s) { in StructName() function in tint::writer::TextGenerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 130 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl.cc | 1605 << UniqueIdentifier(StructName(str)) << " {"; in EmitUniformVariable() 1624 << UniqueIdentifier(StructName(str)) << " {"; in EmitStorageVariable() 2400 out << StructName(str); in EmitType() 2501 line(b) << "struct " << StructName(str) << " {"; in EmitStructType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 88 #define VERIFY_4_BYTE_ALIGNMENT(StructName) \ argument 89 static_assert((sizeof(StructName) % 4) == 0, "Check StructName alignment");
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 2281 out << StructName(str); in EmitType() 2453 line(b) << "struct " << StructName(str) << " {"; in EmitStructType()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl.cc | 3422 out << StructName(str); in EmitType() 3535 line(b) << "struct " << StructName(str) << " {"; in EmitStructType()
|