Searched defs:Hello (Results 1 – 6 of 6) sorted by relevance
21 service Hello { service28 rpc First (EmptyRequest) returns (EmptyResponse);29 rpc Second (EmptyRequest) returns (EmptyResponse);30 rpc Third (EmptyRequest) returns (EmptyResponse);31 rpc Greet (GreetRequest) returns (GreetResponse);
27 struct Hello : public FunctionPass { struct28 static char ID; // Pass identification, replacement for typeid29 Hello() : FunctionPass(ID) {} in Hello() argument31 bool runOnFunction(Function &F) override { in runOnFunction()
124 class Hello(CommandFrameWork): class
518 StringRef Hello("hello"); in TEST() local
1805 UnicodeString Hello("Hello, world."); in API_Pattern() local