Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc215 (*variables)["proto_ns"] = ProtobufNamespace(options); in SetCommonVars()
253 std::string proto_ns = ProtobufNamespace(options); in SetUnknkownFieldsVariable()
442 return "::" + ProtobufNamespace(options) + in SuperClassName()
1380 format_.Set("p_ns", "::" + ProtobufNamespace(options_)); in GenerateParserLoop()
1382 StrCat("::", ProtobufNamespace(options_), "::internal")); in GenerateParserLoop()
1450 ? "::" + ProtobufNamespace(options_) + in GenerateArenaString()
Dcpp_file.cc601 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); in GenerateSourceForMessage()
717 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); in GenerateSource()
1511 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); in GenerateProto2NamespaceEnumSpecializations()
Dcpp_helpers.h60 inline std::string ProtobufNamespace(const Options& options) { in ProtobufNamespace() function