Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/grpc/src/compiler/
Dschema_interface.h54 struct Method : public CommentHolder { struct
55 virtual ~Method() {} in ~Method() argument
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1110 #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/
DMethod.cs74 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/
Dmain.go492 type Method struct { struct
494 Name string
496 Overloads []*ast.Member
/third_party/node/test/addons/load-long-path/
Dbinding.cc4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
/third_party/node/test/addons/symlinked-module/
Dbinding.cc4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
/third_party/node/test/addons/hello-world-function-export/
Dbinding.cc4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
/third_party/node/test/addons/errno-exception/
Dbinding.cc4 void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
/third_party/node/test/addons/repl-domain-abort/
Dbinding.cc33 void Method(const FunctionCallbackInfo<Value>& args) { in Method() function
/third_party/benchmark/include/benchmark/
Dbenchmark.h1178 #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/
Dbinding.c5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
/third_party/node/test/node-api/test_policy/
Dbinding.c5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DClientInterceptorContext.cs51 public Method<TRequest, TResponse> Method { get; } property
/third_party/node/test/addons/hello-world/
Dbinding.cc4 static void Method(const v8::FunctionCallbackInfo<v8::Value>& args) { in Method() function
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dbdasup.h41 KSMETHOD Method; member
48 KSMETHOD Method; member
/third_party/node/deps/npm/node_modules/genfun/lib/
Dmethod.js23 function Method (genfun, selector, func) { class
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dadjacent-overload-signatures.ts36 interface Method { interface
/third_party/protobuf/src/google/protobuf/
Dapi.proto101 message Method { message
/third_party/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h417 #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/
DTextureFunctionHLSL.h31 enum Method enum
DImageFunctionHLSL.h43 enum class Method enum
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTextureFunctionHLSL.h31 enum Method enum
DImageFunctionHLSL.h43 enum class Method enum
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerRpcNew.cs62 public string Method property
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs475 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

1234