Searched defs:containing_oneof (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc845 const OneofDescriptor* containing_oneof = local
846 _GetDescriptor(self)->containing_oneof();
847 if (containing_oneof) {
848 return PyOneofDescriptor_FromDescriptor(containing_oneof);
856 return CheckCalledFromGeneratedFile("containing_oneof");
904 { "containing_oneof", (getter)GetContainingOneof, (setter)SetContainingOneof,
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2012 const OneofDef* containing_oneof() const;
3152 inline const OneofDef* FieldDef::containing_oneof() const { function in class:upb::FieldDef
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1575 const OneofDef* containing_oneof() const;
2545 inline const OneofDef* FieldDef::containing_oneof() const { function in class:upb::FieldDef

Completed in 1817 milliseconds