Home
last modified time | relevance | path

Searched refs:StructName (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dctocpp_scoped.h17 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 …]
Dctocpp_ref_counted.h17 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/
Dcpptoc_scoped.h17 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 …]
Dcpptoc_ref_counted.h17 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/
DOMPConstants.cpp69 #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/
Dseparate_shader_validation.test1210 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/
Dseparate_shader_validation.test1213 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/
DDawnTest.h678 #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/
Dtext_generator.h119 std::string StructName(const sem::Struct* s);
Dtext_generator.cc34 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/
DOMPKinds.def130 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc1605 << 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/
DSecondaryCommandBuffer.h88 #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/
Dgenerator_impl.cc2281 out << StructName(str); in EmitType()
2453 line(b) << "struct " << StructName(str) << " {"; in EmitStructType()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc3422 out << StructName(str); in EmitType()
3535 line(b) << "struct " << StructName(str) << " {"; in EmitStructType()