Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.h156 LIBPROTOBUF_EXPORT bool IsWellKnownType(const string& type_name);
Dutility.cc306 bool IsWellKnownType(const string& type_name) { in IsWellKnownType() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs167 …internal bool IsWellKnownType => File.Package == "google.protobuf" && WellKnownTypeNames.Contains(… field in Google.Protobuf.Reflection.MessageDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs162 if (message.Descriptor.IsWellKnownType) in Format()
582 if (descriptor.IsWellKnownType) in WriteAny()
DJsonParser.cs155 if (message.Descriptor.IsWellKnownType) in Merge()
529 if (descriptor.IsWellKnownType) in MergeAny()