/external/grpc-grpc/src/cpp/server/channelz/ |
D | channelz_service_plugin.cc | 71 static bool already_here = false; in InitChannelzService() local 72 if (already_here) return; in InitChannelzService() 73 already_here = true; in InitChannelzService()
|
/external/grpc-grpc/src/cpp/ext/ |
D | proto_server_reflection_plugin.cc | 67 static bool already_here = false; in InitProtoReflectionServerBuilderPlugin() local 68 if (already_here) return; in InitProtoReflectionServerBuilderPlugin() 69 already_here = true; in InitProtoReflectionServerBuilderPlugin()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_builder_plugin_test.cc | 125 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/ |
D | empty.pb.cc | 76 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto() local 77 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto() 78 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto()
|
D | field_mask.pb.cc | 77 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2ffield_5fmask_2eproto() local 78 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2ffield_5fmask_2eproto() 79 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
|
D | duration.pb.cc | 78 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto() local 79 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto() 80 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto()
|
D | source_context.pb.cc | 77 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() local 78 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto() 79 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto()
|
D | timestamp.pb.cc | 78 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2ftimestamp_2eproto() local 79 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2ftimestamp_2eproto() 80 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2ftimestamp_2eproto()
|
D | any.pb.cc | 78 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fany_2eproto() local 79 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fany_2eproto() 80 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fany_2eproto()
|
D | struct.pb.cc | 151 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto() local 152 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto() 153 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto()
|
D | api.pb.cc | 134 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto() local 135 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto() 136 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto()
|
D | wrappers.pb.cc | 253 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() local 254 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 255 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
|
D | type.pb.cc | 192 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2ftype_2eproto() local 193 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2ftype_2eproto() 194 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2ftype_2eproto()
|
D | descriptor.pb.cc | 678 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() local 679 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() 680 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 77 optional int32 already_here = 15; field
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 127 static bool already_here = false; in protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() local 128 if (already_here) return; in protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 129 already_here = true; in protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
|