Searched defs:IsExtension (Results 1 – 4 of 4) sorted by relevance
255 public bool IsExtension => Proto.HasExtendee; field
12223 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
252 static bool IsExtension(Field f) { return f->is_extension(); } in IsExtension() function455 static bool IsExtension(Field f) { return false; } in IsExtension() function
852 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function