OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListServices
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs
60
new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ServerReflectionRequest), global::Grpc.Reflection.V1Alpha.ServerReflectionRequest.Parser, new[]{ "Host", "FileByFilename", "FileContainingSymbol", "FileContainingExtension", "AllExtensionNumbersOfType", "
ListServices
" }, new[]{ "MessageRequest" }, null, null),
116
case MessageRequestOneofCase.
ListServices
:
117
ListServices
= other.
ListServices
;
213
public string
ListServices
{
214
get { return messageRequestCase_ == MessageRequestOneofCase.
ListServices
? (string) messageRequest_ : ""; }
217
messageRequestCase_ = MessageRequestOneofCase.
ListServices
;
229
ListServices
= 7,
261
if (
ListServices
!= other.
ListServices
) return false
[
all
...]
/external/grpc-grpc/test/cpp/util/
grpc_tool.cc
78
bool
ListServices
(int argc, const char** argv, const CliCredentials& cred,
83
// bool
ListServices
(int argc, const char** argv, GrpcToolOutputCallback
229
{"ls", BindWith5Args(&GrpcTool::
ListServices
), 1, 3},
230
{"list", BindWith5Args(&GrpcTool::
ListServices
), 1, 3},
321
bool GrpcTool::
ListServices
(int argc, const char** argv,
Completed in 1530 milliseconds