HomeSort by relevance Sort by last modified time
    Searched full:set_oneof_index (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 466 void set_oneof_index(::google::protobuf::int32 value);
1214 inline void Field::set_oneof_index(::google::protobuf::int32 value) { function in class:google::protobuf::Field
    [all...]
descriptor.pb.h 4947 inline void FieldDescriptorProto::set_oneof_index(::google::protobuf::int32 value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 681 oneof_message->mutable_field(1)->set_oneof_index(0);
685 oneof_message->mutable_field(2)->set_oneof_index(0);
691 oneof_message->mutable_field(3)->set_oneof_index(1);
    [all...]
descriptor.cc     [all...]
descriptor.pb.h 4151 inline void FieldDescriptorProto::set_oneof_index(::google::protobuf::int32 value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.pb.cc     [all...]

Completed in 264 milliseconds