Lines Matching full:istry
103 static void declareGetService(Formatter &out, const std::string &interfaceName, bool isTry) {
104 const std::string functionName = isTry ? "tryGetService" : "getService";
122 declareGetService(out, interfaceName, true /* isTry */);
123 declareGetService(out, interfaceName, false /* isTry */);
138 bool isTry) {
141 const std::string functionName = isTry ? "tryGetService" : "getService";
150 << (!isTry ? "true" : "false") // retry
160 implementGetService(out, fqName, true /* isTry */);
161 implementGetService(out, fqName, false /* isTry */);