Searched refs:Wrappers (Results 1 – 25 of 45) sorted by relevance
12
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | WebGPU.cpp.tmpl | 44 {{template "Wrappers" $}} 57 auto* wrapper = Wrappers::Init(env); 72 -- Wrappers emits the C++ 'Wrappers' class, which holds all the interface and 76 {{- define "Wrappers"}} 77 // Wrappers holds all the Napi class constructors, and Napi::ObjectWrap type 79 class Wrappers { 80 Wrappers(Napi::Env env) { 88 static Wrappers* instance; 96 // Allocates and constructs the Wrappers instance 97 static Wrappers* Init(Napi::Env env) { [all …]
|
/third_party/boost/libs/thread/test/ |
D | winrt_init.cpp | 17 Microsoft::WRL::Wrappers::RoInitializeWrapper runtime(RO_INIT_MULTITHREADED);
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
D | Wrappers.php | 7 class Wrappers class
|
/third_party/boost/libs/python/doc/reference/ |
D | objects.qbk | 1 [chapter Object Wrappers
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | UInt64Value.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | DoubleValue.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | Int32Value.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | Int64Value.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | FloatValue.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | UInt32Value.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | StringValue.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | BytesValue.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
D | BoolValue.php | 37 \GPBMetadata\Google\Protobuf\Wrappers::initOnce();
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 18 using namespace Microsoft::WRL::Wrappers;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 18 using namespace Microsoft::WRL::Wrappers;
|
/third_party/protobuf/ruby/tests/ |
D | basic_test.proto | 158 // Wrappers as map keys don't make sense, but we still need to make sure they 170 // Wrappers in oneofs don't make sense, but we still need to make sure they
|
D | basic_test_proto2.proto | 151 // Wrappers in oneofs don't make sense, but we still need to make sure they
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | NativeWindow11WinRT.cpp | 17 using namespace Microsoft::WRL::Wrappers;
|
D | InspectableNativeWindow.h | 27 using namespace Microsoft::WRL::Wrappers;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | NativeWindow11WinRT.cpp | 17 using namespace Microsoft::WRL::Wrappers;
|
D | InspectableNativeWindow.h | 28 using namespace Microsoft::WRL::Wrappers;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 274 DenseMap<std::pair<Function *, FunctionType *>, Function *> Wrappers; in runOnModule() local 288 auto Pair = Wrappers.insert(std::make_pair(std::make_pair(F, Ty), nullptr)); in runOnModule()
|
/third_party/mingw-w64/mingw-w64-headers/include/wrl/wrappers/ |
D | corewrappers.h | 24 namespace Wrappers {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_bitmanip_intrin.ll | 1 ; Wrappers around the bit manipulation intrinsics, which use name mangling
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 32 using namespace Microsoft::WRL::Wrappers;
|
12