Home
last modified time | relevance | path

Searched refs:already_here (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/ext/
Dproto_server_reflection_plugin.cc67 static bool already_here = false; in InitProtoReflectionServerBuilderPlugin() local
68 if (already_here) return; in InitProtoReflectionServerBuilderPlugin()
69 already_here = true; in InitProtoReflectionServerBuilderPlugin()
/external/grpc-grpc/src/cpp/server/channelz/
Dchannelz_service_plugin.cc71 static bool already_here = false; in InitChannelzService() local
72 if (already_here) return; in InitChannelzService()
73 already_here = true; in InitChannelzService()
/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc125 static bool already_here = false; in AddTestServerBuilderPlugin() local
126 if (already_here) return; in AddTestServerBuilderPlugin()
127 already_here = true; in AddTestServerBuilderPlugin()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto91 optional int32 already_here = 15; field