Searched defs:oneof_index (Results 1 - 13 of 13) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Field.php | 55 private $oneof_index = 0; variable 271 $this->oneof_index = $var; variable
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_message.cc | 347 const int oneof_index = oneof->index(); in GenerateMessageHeader() local
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldDescriptorProto.php | 72 protected $oneof_index = null; variable 465 $this->oneof_index variable [all...] |
H A D | FieldDescriptor.php | 50 private $oneof_index = -1; variable 59 $this->oneof_index = $index; variable 231 $oneof_index = $proto->hasOneofIndex() ? $proto->getOneofIndex() : -1; variable
|
H A D | Message.php | 182 $oneof_index = $field->getOneofIndex(); variable 207 $oneof_index = $field->getOneofIndex(); variable
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.h | 155 int oneof_index; member
|
H A D | defs.c | 1471 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 D | upb.c | 4469 int oneof_index = in create_fielddef() local
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 921 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 D | generated_message_reflection.cc | 713 int oneof_index = field->containing_oneof()->index(); in SwapFields() local
|
H A D | type.pb.h | 1863 inline ::PROTOBUF_NAMESPACE_ID::int32 Field::oneof_index() const { in oneof_index() function in Field
|
H A D | descriptor.pb.h | 8511 inline ::PROTOBUF_NAMESPACE_ID::int32 FieldDescriptorProto::oneof_index() const { in oneof_index() function in FieldDescriptorProto
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 4932 int oneof_index = in create_fielddef() local
|
Completed in 82 milliseconds