Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h482 bool IsWellKnownMessage(const FileDescriptor* descriptor);
491 if (IsWellKnownMessage(file)) { in IncludeGuard()
Dcpp_helpers.cc382 if (IsWellKnownMessage(d) && options.opensource_runtime) { in Namespace()
1006 bool IsWellKnownMessage(const FileDescriptor* file) { in IsWellKnownMessage() function
1155 !IsWellKnownMessage(field->message_type()->file()) && in IsImplicitWeakField()
Dcpp_file.cc364 if (IsWellKnownMessage(file)) { in CreateHeaderInclude()