Home
last modified time | relevance | path

Searched refs:MethodName (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h19 #define FORWARD_SYMBOL_METHOD(MethodName) \ argument
20 auto MethodName() const->decltype(RawSymbol->MethodName()) { \
21 return RawSymbol->MethodName(); \
38 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ argument
39 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncAuthInterceptor.cs64 public string MethodName property in Grpc.Core.AuthInterceptorContext
/third_party/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go147 MethodName: "SayHello",
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go280 MethodName: "Store",
/third_party/node/src/res/
Dnode_etw_provider.man85 <data name="MethodName" inType="win:UnicodeString" outType="xs:string" />
/third_party/googletest/docs/
Dgmock_cook_book.md21 MOCK_METHOD(ReturnType, MethodName, (Args...));
22 MOCK_METHOD(ReturnType, MethodName, (Args...), (Specs...));
298 * The general structure is `MOCK_METHODn(MethodName, ReturnType(Args))`,
299 instead of `MOCK_METHOD(ReturnType, MethodName, (Args))`.
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1593 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument