HomeSort by relevance Sort by last modified time
    Searched refs:oneof_decl (Results 1 - 25 of 32) sorted by null

1 2

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 171 vars["name"] = UnderscoresToCamelCase(descriptor_->oneof_decl(i)->name(), false);
172 vars["property_name"] = UnderscoresToCamelCase(descriptor_->oneof_decl(i)->name(), true);
173 vars["original_name"] = descriptor_->oneof_decl(i)->name();
181 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
182 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
273 vars["name"] = UnderscoresToCamelCase(descriptor_->oneof_decl(i)->name(), false);
275 descriptor_->oneof_decl(i)->name(), true);
278 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
279 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
332 "property_name", UnderscoresToCamelCase(descriptor_->oneof_decl(i)->name(), true))
    [all...]
csharp_reflection_class.cc 255 oneofs.push_back(UnderscoresToCamelCase(descriptor->oneof_decl(i)->name(), true));
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_lite.cc 154 descriptor_->oneof_decl(i))->capitalized_name,
237 descriptor_->oneof_decl(i))->name;
239 descriptor_->oneof_decl(i))->capitalized_name;
240 vars["oneof_index"] = SimpleItoa(descriptor_->oneof_decl(i)->index());
250 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
251 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
279 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
280 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
839 descriptor_->oneof_decl(i))->capitalized_name);
841 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++)
    [all...]
java_message_builder.cc 126 descriptor_->oneof_decl(i))->name;
128 descriptor_->oneof_decl(i))->capitalized_name;
129 vars["oneof_index"] = SimpleItoa(descriptor_->oneof_decl(i)->index());
340 descriptor_->oneof_decl(i))->name);
427 descriptor_->oneof_decl(i))->name);
477 descriptor_->oneof_decl(i))->capitalized_name);
479 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
480 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
499 descriptor_->oneof_decl(i))->name));
java_message_builder_lite.cc 112 descriptor_->oneof_decl(i))->name;
114 descriptor_->oneof_decl(i))->capitalized_name;
115 vars["oneof_index"] = SimpleItoa(descriptor_->oneof_decl(i)->index());
java_message.cc 237 const OneofDescriptor* oneof = descriptor_->oneof_decl(i);
281 descriptor_->oneof_decl(i))->capitalized_name,
400 descriptor_->oneof_decl(i))->name;
402 descriptor_->oneof_decl(i))->capitalized_name;
403 vars["oneof_index"] = SimpleItoa(descriptor_->oneof_decl(i)->index());
413 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
414 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
442 for (int j = 0; j < descriptor_->oneof_decl(i)->field_count(); j++) {
443 const FieldDescriptor* field = descriptor_->oneof_decl(i)->field(j);
    [all...]
java_context.cc 118 const OneofDescriptor* oneof = message->oneof_decl(i);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 554 UnderscoresToCamelCase(descriptor_->oneof_decl(i)->name(), true),
555 "oneof_name", descriptor_->oneof_decl(i)->name());
661 vars["oneof_name"] = descriptor_->oneof_decl(i)->name();
662 vars["oneof_index"] = SimpleItoa(descriptor_->oneof_decl(i)->index());
664 ToUpper(descriptor_->oneof_decl(i)->name());
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 760 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) {
761 const FieldDescriptor* field = type->oneof_decl(i)->field(j);
814 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) {
815 const FieldDescriptor* field = type->oneof_decl(i)->field(j);
860 for (int j = 0; j < type->oneof_decl(i)->field_count(); j++) {
861 const FieldDescriptor* field = type->oneof_decl(i)->field(j);
descriptor.cc 4747 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); local
4774 OneofDescriptor* oneof_decl = &message->oneof_decls_[i]; local
4790 const OneofDescriptor* oneof_decl = message->field(i)->containing_oneof(); local
    [all...]
descriptor.h 251 const OneofDescriptor* oneof_decl(int index) const;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 188 const OneofDescriptor* oneof_desc = descriptor_->oneof_decl(i);
549 descriptor_->oneof_decl(i)));
611 const OneofDescriptor* oneof_desc = descriptor_->oneof_decl(i);
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 128 type->add_oneofs(descriptor->oneof_decl(i)->name());
  /external/protobuf/src/google/protobuf/compiler/
parser.h 385 // oneof_decl->label() since it will have had to parse the label before it
387 bool ParseOneof(OneofDescriptorProto* oneof_decl,
parser_unittest.cc 529 " oneof_decl {"
562 " oneof_decl {"
565 " oneof_decl {"
2522 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); local
    [all...]
parser.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 385 // oneof_decl->label() since it will have had to parse the label before it
387 bool ParseOneof(OneofDescriptorProto* oneof_decl,
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 205 const OneofDescriptor* oneof = message->oneof_decl(i);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 705 const OneofDescriptor* desc = message_descriptor.oneof_decl(i);
820 const OneofDescriptor* oneof = descriptor.oneof_decl(i);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 251 const OneofDescriptor* oneof_decl(int index) const;
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 445 for index, desc in enumerate(desc_proto.oneof_decl)]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 551 const OneofDescriptor* o = oneof->containing_type()->oneof_decl(i);
1026 const OneofDescriptor* oneof = desc->oneof_decl(i);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.cc 190 OneofGenerator* generator = new OneofGenerator(descriptor_->oneof_decl(i));
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 485 OneofDecl []*OneofDescriptorProto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneofDecl" json:"oneof_decl,omitempty"`
649 // If set, gives the index of a oneof in the containing type's oneof_decl
    [all...]

Completed in 381 milliseconds

1 2