Home
last modified time | relevance | path

Searched defs:IsWrapperType (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.h80 inline bool IsWrapperType(const FieldDescriptor* descriptor) { in IsWrapperType() function
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h152 inline bool IsWrapperType(const FieldDescriptor* descriptor) { in IsWrapperType() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs219 …internal bool IsWrapperType => File.Package == "google.protobuf" && File.Name == "google/protobuf/… field in Google.Protobuf.Reflection.MessageDescriptor