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

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc645 int oneof_index = message->oneof_decl_size(); local
648 oneof_index);
651 oneof_index, oneof_location, message_location,
1270 int oneof_index,
1308 field->set_oneof_index(oneof_index);
1268 ParseOneof(OneofDescriptorProto* oneof_decl, DescriptorProto* containing_type, int oneof_index, const LocationRecorder& oneof_location, const LocationRecorder& containing_type_location, const FileDescriptorProto* containing_file) argument
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc610 int oneof_index = field->containing_oneof()->index(); local
612 if (swapped_oneof.find(oneof_index) != swapped_oneof.end()) {
615 swapped_oneof.insert(oneof_index);
H A Ddescriptor.pb.h909 // optional int32 oneof_index = 9;
913 inline ::google::protobuf::int32 oneof_index() const;
4123 // optional int32 oneof_index = 9;
4137 inline ::google::protobuf::int32 FieldDescriptorProto::oneof_index() const { function in class:google::protobuf::FieldDescriptorProto
4138 // @@protoc_insertion_point(field_get:google.protobuf.FieldDescriptorProto.oneof_index)
4144 // @@protoc_insertion_point(field_set:google.protobuf.FieldDescriptorProto.oneof_index)

Completed in 92 milliseconds