Home
last modified time | relevance | path

Searched refs:name_and_implementation_constructor (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc252 for (StringMap::iterator name_and_implementation_constructor = in PrintBetaServerFactory() local
254 name_and_implementation_constructor != in PrintBetaServerFactory()
256 name_and_implementation_constructor++) { in PrintBetaServerFactory()
257 method_dict["Method"] = name_and_implementation_constructor->first; in PrintBetaServerFactory()
258 method_dict["Constructor"] = name_and_implementation_constructor->second; in PrintBetaServerFactory()
261 name_and_implementation_constructor->first; in PrintBetaServerFactory()
/external/grpc-grpc/src/compiler/
Dpython_generator.cc266 for (StringMap::iterator name_and_implementation_constructor = in PrintBetaServerFactory() local
268 name_and_implementation_constructor != in PrintBetaServerFactory()
270 name_and_implementation_constructor++) { in PrintBetaServerFactory()
271 method_dict["Method"] = name_and_implementation_constructor->first; in PrintBetaServerFactory()
272 method_dict["Constructor"] = name_and_implementation_constructor->second; in PrintBetaServerFactory()
275 name_and_implementation_constructor->first; in PrintBetaServerFactory()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc275 for (StringMap::iterator name_and_implementation_constructor = in PrintBetaServerFactory() local
277 name_and_implementation_constructor != in PrintBetaServerFactory()
279 name_and_implementation_constructor++) { in PrintBetaServerFactory()
280 method_dict["Method"] = name_and_implementation_constructor->first; in PrintBetaServerFactory()
281 method_dict["Constructor"] = name_and_implementation_constructor->second; in PrintBetaServerFactory()
284 name_and_implementation_constructor->first; in PrintBetaServerFactory()