Home
last modified time | relevance | path

Searched refs:IsWellKnownType (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.h159 PROTOBUF_EXPORT bool IsWellKnownType(const std::string& type_name);
Dutility.cc353 bool IsWellKnownType(const std::string& type_name) { in IsWellKnownType() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs213 …internal bool IsWellKnownType => File.Package == "google.protobuf" && WellKnownTypeNames.Contains(… field in Google.Protobuf.Reflection.MessageDescriptor
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs162 if (message.Descriptor.IsWellKnownType) in Format()
558 if (descriptor.IsWellKnownType) in WriteAny()
DJsonParser.cs157 if (message.Descriptor.IsWellKnownType) in Merge()
547 if (descriptor.IsWellKnownType) in MergeAny()