Searched refs:mixedInMethodsToHttpRules (Results 1 – 1 of 1) sorted by relevance
283 Map<String, HttpBindings> mixedInMethodsToHttpRules = new HashMap<>(); in parseServices() local294 mixedInMethodsToHttpRules.put(rpcFullName, httpBindings); in parseServices()340 m -> mixedInMethodsToHttpRules.containsKey(methodToFullProtoNameFn.apply(m))) in parseServices()347 mixedInMethodsToHttpRules.containsKey(fullMethodName) in parseServices()348 ? mixedInMethodsToHttpRules.get(fullMethodName) in parseServices()