Home
last modified time | relevance | path

Searched defs:IsExtension (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs255 public bool IsExtension => Proto.HasExtendee; field
DDescriptor.pb.cs12223 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
/third_party/protobuf/src/google/protobuf/json/internal/
Ddescriptor_traits.h252 static bool IsExtension(Field f) { return f->is_extension(); } in IsExtension() function
455 static bool IsExtension(Field f) { return false; } in IsExtension() function
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc852 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function