OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsWellKnownType
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs
163
internal bool
IsWellKnownType
=> File.Package == "google.protobuf" && WellKnownTypeNames.Contains(File.Name);
/external/protobuf/src/google/protobuf/util/internal/
utility.cc
302
bool
IsWellKnownType
(const string& type_name) {
Completed in 43 milliseconds