| /third_party/flatbuffers/grpc/src/compiler/ |
| D | schema_interface.h | 50 struct Method : public CommentHolder { struct 51 virtual ~Method() {} in ~Method() argument
|
| /third_party/grpc/src/compiler/ |
| D | schema_interface.h | 54 struct Method : public CommentHolder { struct 55 virtual ~Method() {} in ~Method() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cDrawIndirectTests.cpp | 898 virtual std::string Method() in Method() function 927 virtual std::string Method() in Method() function 958 virtual std::string Method() in Method() function 1002 virtual std::string Method() in Method() function in glcts::__anon6f00ce220111::CMultiBindingPoint 1052 virtual std::string Method() in Method() function 1087 virtual std::string Method() in Method() function 1245 virtual std::string Method() in Method() function 1313 virtual std::string Method() in Method() function 1434 virtual std::string Method() in Method() function 1529 virtual std::string Method() in Method() function [all …]
|
| D | es31cShaderAtomicCountersTests.cpp | 57 virtual std::string Method() in Method() function in glcts::__anonccff16290111::SACSubcaseBase 799 virtual std::string Method() in Method() function in glcts::BasicUsageCS 1030 virtual std::string Method() in Method() function in glcts::BasicBufferOperations 1154 virtual std::string Method() in Method() function in glcts::BasicBufferState 1199 virtual std::string Method() in Method() function in glcts::BasicBufferBind 1318 virtual std::string Method() in Method() function in glcts::BasicProgramMax 1365 virtual std::string Method() in Method() function in glcts::BasicProgramQuery 1514 virtual std::string Method() in Method() function in glcts::BasicUsageSimple 1605 virtual std::string Method() in Method() function in glcts::BasicUsageFS 1744 virtual std::string Method() in Method() function in glcts::BasicUsageVS [all …]
|
| D | es31cComputeShaderTests.cpp | 490 virtual std::string Method() in Method() function in glcts::__anon64240e760111::SimpleCompute 577 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicOneWorkGroup 728 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicResourceUBO 916 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicResourceTexture 1092 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicResourceImage 1315 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicResourceAtomicCounter 1487 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicResourceUniform 1663 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicBuiltinVariables 1882 virtual std::string Method() in Method() function in glcts::__anon64240e760111::BasicMax 2088 virtual std::string Method() in Method() function in glcts::__anon64240e760111::NegativeAttachShader [all …]
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cShaderAtomicCountersTests.cpp | 60 virtual std::string Method() in Method() function in gl4cts::__anonfe5f9a580111::SACSubcaseBase 905 virtual std::string Method() in Method() function in gl4cts::BasicBufferOperations 1015 virtual std::string Method() in Method() function in gl4cts::BasicBufferState 1070 virtual std::string Method() in Method() function in gl4cts::BasicBufferBind 1194 virtual std::string Method() in Method() function in gl4cts::BasicProgramMax 1252 virtual std::string Method() in Method() function in gl4cts::BasicProgramQuery 1477 virtual std::string Method() in Method() function in gl4cts::BasicUsageSimple 1564 virtual std::string Method() in Method() function in gl4cts::BasicUsageFS 1697 virtual std::string Method() in Method() function in gl4cts::BasicUsageVS 1851 virtual std::string Method() in Method() function in gl4cts::BasicUsageGS [all …]
|
| D | gl4cComputeShaderTests.cpp | 487 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::SimpleCompute 574 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicOneWorkGroup 726 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceUBO 919 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceTexture 1153 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceImage 1358 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceAtomicCounter 1540 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceSubroutine 1725 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicResourceUniform 1988 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicBuiltinVariables 2202 virtual std::string Method() in Method() function in gl4cts::__anon300f79850111::BasicMax [all …]
|
| /third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
| D | benchmark.h | 1110 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1121 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1132 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1144 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1158 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1162 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1166 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1171 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1175 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, M… argument 1178 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument [all …]
|
| /third_party/grpc/src/csharp/Grpc.Core.Api/ |
| D | Method.cs | 74 public class Method<TRequest, TResponse> : IMethod class 91 …public Method(MethodType type, string serviceName, string name, Marshaller<TRequest> requestMarsha… in Method() method in Grpc.Core.Method
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
| D | main.go | 492 type Method struct { struct 494 Name string 496 Overloads []*ast.Member
|
| /third_party/node/test/addons/symlinked-module/ |
| D | binding.cc | 4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /third_party/node/test/addons/load-long-path/ |
| D | binding.cc | 4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /third_party/node/test/addons/errno-exception/ |
| D | binding.cc | 4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /third_party/node/test/addons/hello-world-function-export/ |
| D | binding.cc | 4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /third_party/node/test/addons/repl-domain-abort/ |
| D | binding.cc | 33 void Method(const FunctionCallbackInfo<Value>& args) { in Method() function
|
| /third_party/node/test/node-api/1_hello_world/ |
| D | binding.c | 5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
|
| /third_party/node/test/node-api/test_policy/ |
| D | binding.c | 5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
|
| /third_party/benchmark/include/benchmark/ |
| D | benchmark.h | 1259 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument 1338 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1349 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1360 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1372 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1387 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1391 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1395 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1400 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1404 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument [all …]
|
| /third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/ |
| D | ClientInterceptorContext.cs | 51 public Method<TRequest, TResponse> Method { get; } property
|
| /third_party/node/test/addons/hello-world/ |
| D | binding.cc | 4 static void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /third_party/node/deps/npm/node_modules/genfun/lib/ |
| D | method.js | 23 function Method (genfun, selector, func) { class
|
| /third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
| D | adjacent-overload-signatures.ts | 36 interface Method { interface
|
| /third_party/protobuf/src/google/protobuf/ |
| D | api.proto | 101 message Method { message
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
| D | rank_cpu_kernel.h | 29 enum Method : int { enum
|
| D | rolling_cpu_kernel.h | 28 enum Method : int { enum
|