Searched defs:Hello (Results 1 – 7 of 7) 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()
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()
26 struct Hello : public FunctionPass { struct27 static char ID; // Pass identification, replacement for typeid28 Hello() : FunctionPass(ID) {} in Hello() function30 virtual bool runOnFunction(Function &F) { in runOnFunction()
124 class Hello(CommandFrameWork): class
518 StringRef Hello("hello"); in TEST() local
1773 UnicodeString Hello("Hello, world."); in API_Pattern() local