| /third_party/grpc/src/compiler/ |
| D | schema_interface.h | 54 struct Method : public CommentHolder { struct 55 virtual ~Method() {} in ~Method() argument
|
| /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/load-long-path/ |
| D | binding.cc | 4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
|
| /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/hello-world-function-export/ |
| 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/repl-domain-abort/ |
| D | binding.cc | 33 void Method(const FunctionCallbackInfo<Value>& args) { in Method() function
|
| /third_party/benchmark/include/benchmark/ |
| D | benchmark.h | 1178 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1189 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1200 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1212 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1227 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1231 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1235 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1240 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1244 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument 1248 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument [all …]
|
| /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/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/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
| D | bdasup.h | 41 KSMETHOD Method; member 48 KSMETHOD Method; member
|
| /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/googletest/googlemock/include/gmock/ |
| D | gmock-generated-function-mockers.h | 417 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 421 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument 444 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument 471 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument 503 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument 541 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument 584 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument 632 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument 685 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument 744 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | TextureFunctionHLSL.h | 31 enum Method enum
|
| D | ImageFunctionHLSL.h | 43 enum class Method enum
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | TextureFunctionHLSL.h | 31 enum Method enum
|
| D | ImageFunctionHLSL.h | 43 enum class Method enum
|
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ |
| D | ServerRpcNew.cs | 62 public string Method property
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Api.cs | 475 public sealed partial class Method : pb::IMessage<Method> class 496 public Method() { in Method() method in Google.Protobuf.WellKnownTypes.Method 503 public Method(Method other) : this() { in Method() method in Google.Protobuf.WellKnownTypes.Method
|