Home
last modified time | relevance | path

Searched defs:oneof_index (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DField.php55 private $oneof_index = 0; variable
271 $this->oneof_index = $var; variable
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message.cc347 const int oneof_index = oneof->index(); in GenerateMessageHeader() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php72 protected $oneof_index = null; variable
465 $this->oneof_index variable
[all...]
H A DFieldDescriptor.php50 private $oneof_index = -1; variable
59 $this->oneof_index = $index; variable
231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1; variable
H A DMessage.php182 $oneof_index = $field->getOneofIndex(); variable
207 $oneof_index = $field->getOneofIndex(); variable
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h155 int oneof_index; member
H A Ddefs.c1471 msgdef_add_field(VALUE msgbuilder_rb, upb_label_t label, VALUE name, VALUE type, VALUE number, VALUE type_class, VALUE options, int oneof_index, bool proto3_optional) msgdef_add_field() argument
1892 OneofBuilderContext_initialize(VALUE _self, VALUE oneof_index, VALUE message_builder) OneofBuilderContext_initialize() argument
[all...]
H A Dupb.c4469 int oneof_index = in create_fielddef() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc921 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement() local
1902 ParseOneof(OneofDescriptorProto* oneof_decl, DescriptorProto* containing_type, int oneof_index, const LocationRecorder& oneof_location, const LocationRecorder& containing_type_location, const FileDescriptorProto* containing_file) ParseOneof() argument
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc713 int oneof_index = field->containing_oneof()->index(); in SwapFields() local
H A Dtype.pb.h1863 inline ::PROTOBUF_NAMESPACE_ID::int32 Field::oneof_index() const { in oneof_index() function in Field
H A Ddescriptor.pb.h8511 inline ::PROTOBUF_NAMESPACE_ID::int32 FieldDescriptorProto::oneof_index() const { in oneof_index() function in FieldDescriptorProto
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4932 int oneof_index = in create_fielddef() local

Completed in 82 milliseconds