Searched defs:Hello (Results 1 – 9 of 9) 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);
26 struct Hello : public FunctionPass { struct27 static char ID; // Pass identification, replacement for typeid28 Hello() : FunctionPass(ID) {} in Hello() function30 bool runOnFunction(Function &F) override { in runOnFunction()
27 struct Hello : public FunctionPass { struct28 static char ID; // Pass identification, replacement for typeid29 Hello() : FunctionPass(ID) {} in Hello() function31 bool runOnFunction(Function &F) override { in runOnFunction()
13 public static class Hello { class in JIRA242
124 class Hello(CommandFrameWork): class
533 StringRef Hello("hello"); in TEST() local
699 const char *Hello = "hello"; in TestFileWriterHelper() local
1806 UnicodeString Hello("Hello, world."); in API_Pattern() local