/external/protobuf/src/google/protobuf/ |
dynamic_message_unittest.cc | 185 *message, descriptor->FindFieldByName("foo_int"))); 187 *message, descriptor->FindFieldByName("foo_string"))); 189 *message, descriptor->FindFieldByName("foo_cord"))); 191 *message, descriptor->FindFieldByName("foo_string_piece"))); 193 *message, descriptor->FindFieldByName("foo_bytes"))); 195 *message, descriptor->FindFieldByName("foo_enum"))->number()); 203 *message, descriptor->FindFieldByName("foo_message"))); 211 *message, descriptor->FindFieldByName("foogroup"))); 214 *message, descriptor->FindFieldByName("foo_lazy_message"))); 216 *message, descriptor->FindFieldByName("bar_int"))) [all...] |
generated_message_reflection_unittest.cc | 68 unittest::TestAllTypes::descriptor()->FindFieldByName(name); 227 fields.push_back(descriptor->FindFieldByName("optional_double")); 228 fields.push_back(descriptor->FindFieldByName("repeated_int32")); 229 fields.push_back(descriptor->FindFieldByName("optional_string")); 230 fields.push_back(descriptor->FindFieldByName("optional_uint64")); 363 &message, descriptor->FindFieldByName("repeated_foreign_message"))); 563 unittest::TestAllTypes::NestedMessage::descriptor()->FindFieldByName( 581 unittest::TestAllTypes::NestedMessage::descriptor()->FindFieldByName( 623 message, descriptor->FindFieldByName("foo_int"))); 625 message, descriptor->FindFieldByName("foo_string"))) [all...] |
map_test_util.cc | 93 message, descriptor->FindFieldByName("map_int32_int32"))); 95 message, descriptor->FindFieldByName("map_int64_int64"))); 97 message, descriptor->FindFieldByName("map_uint32_uint32"))); 99 message, descriptor->FindFieldByName("map_uint64_uint64"))); 101 message, descriptor->FindFieldByName("map_sint32_sint32"))); 103 message, descriptor->FindFieldByName("map_sint64_sint64"))); 105 message, descriptor->FindFieldByName("map_fixed32_fixed32"))); 107 message, descriptor->FindFieldByName("map_fixed64_fixed64"))); 109 message, descriptor->FindFieldByName("map_sfixed32_sfixed32"))); 111 message, descriptor->FindFieldByName("map_sfixed64_sfixed64"))) [all...] |
no_field_presence_test.cc | 296 desc->FindFieldByName("optional_nested_message"); 317 const google::protobuf::FieldDescriptor* field_int32 = desc->FindFieldByName( 319 const google::protobuf::FieldDescriptor* field_double = desc->FindFieldByName( 321 const google::protobuf::FieldDescriptor* field_string = desc->FindFieldByName( 350 const google::protobuf::FieldDescriptor* field_int32 = desc->FindFieldByName( 352 const google::protobuf::FieldDescriptor* field_double = desc->FindFieldByName( 354 const google::protobuf::FieldDescriptor* field_string = desc->FindFieldByName( 356 const google::protobuf::FieldDescriptor* field_message = desc->FindFieldByName( 358 const google::protobuf::FieldDescriptor* field_lazy = desc->FindFieldByName( 391 desc->FindFieldByName("oneof_uint32") [all...] |
preserve_unknown_enum_test.cc | 193 const google::protobuf::FieldDescriptor* field = d->FindFieldByName("e"); 207 d->FindFieldByName("repeated_e"); 228 const google::protobuf::FieldDescriptor* singular_field = d->FindFieldByName("e"); 230 d->FindFieldByName("repeated_e"); 250 d->FindFieldByName("repeated_nested_enum"); 260 d->FindFieldByName("optional_nested_enum");
|
repeated_field_reflection_unittest.cc | 77 desc->FindFieldByName("repeated_int32"); 79 desc->FindFieldByName("repeated_double"); 81 desc->FindFieldByName("repeated_string"); 83 desc->FindFieldByName("repeated_foreign_message"); 151 desc->FindFieldByName("optional_int32"); 219 desc->FindFieldByName("repeated_int32"); 221 desc->FindFieldByName("repeated_double"); 223 desc->FindFieldByName("repeated_string"); 225 desc->FindFieldByName("repeated_foreign_message"); 416 desc->FindFieldByName("optional_int32") [all...] |
map_test.cc | 963 desc->FindFieldByName("map_int32_int32"); 965 desc->FindFieldByName("map_int32_double"); 967 desc->FindFieldByName("map_string_string"); 969 desc->FindFieldByName("map_int32_foreign_message"); 972 fd_map_int32_int32->message_type()->FindFieldByName("key"); 974 fd_map_int32_int32->message_type()->FindFieldByName("value"); 976 fd_map_int32_double->message_type()->FindFieldByName("key"); 978 fd_map_int32_double->message_type()->FindFieldByName("value"); 980 fd_map_string_string->message_type()->FindFieldByName("key"); 982 fd_map_string_string->message_type()->FindFieldByName("value") [all...] |
map_field_test.cc | 110 ->FindFieldByName("map_int32_int32") 112 key_descriptor_ = map_descriptor_->FindFieldByName("key"); 113 value_descriptor_ = map_descriptor_->FindFieldByName("value"); 219 ->FindFieldByName("map_int32_int32")
|
text_format_unittest.cc | 436 message.GetDescriptor()->FindFieldByName("optional_int32"), 448 message.GetDescriptor()->FindFieldByName("optional_int32"), [all...] |
map_field.cc | 191 default_entry_->GetDescriptor()->FindFieldByName("value"); 265 default_entry_->GetDescriptor()->FindFieldByName("key"); 267 default_entry_->GetDescriptor()->FindFieldByName("value"); 353 default_entry_->GetDescriptor()->FindFieldByName("key"); 355 default_entry_->GetDescriptor()->FindFieldByName("value");
|
unknown_field_set_unittest.cc | 70 const FieldDescriptor* field = descriptor_->FindFieldByName(name); 181 unittest::TestAllTypes::OptionalGroup::descriptor()->FindFieldByName("a"); 413 TestAllTypes::descriptor()->FindFieldByName("optional_nested_enum"); 415 TestAllTypes::descriptor()->FindFieldByName("repeated_nested_enum");
|
map_field.h | 332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type()); 333 value_.SetType(field->message_type()->FindFieldByName("value")->cpp_type());
|
wire_format_unittest.cc | 750 field = desc->FindFieldByName("repeated_fixed32"); 753 field = desc->FindFieldByName("repeated_int32"); 756 field = desc->FindFieldByName("repeated_fixed64"); 759 field = desc->FindFieldByName("repeated_int64"); 762 field = desc->FindFieldByName("repeated_float"); 765 field = desc->FindFieldByName("repeated_uint64"); [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_map_field.cc | 91 descriptor->message_type()->FindFieldByName("key"); 93 descriptor->message_type()->FindFieldByName("value"); 157 descriptor_->message_type()->FindFieldByName("value"); 168 descriptor_->message_type()->FindFieldByName("value");
|
/external/protobuf/src/google/protobuf/util/ |
field_comparator_test.cc | 66 descriptor_->FindFieldByName("optionalgroup"); 73 descriptor_->FindFieldByName("optional_nested_message"); 80 descriptor_->FindFieldByName("optional_foreign_message"); 86 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int32"); 99 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int64"); 113 descriptor_->FindFieldByName("optional_uint32"); 127 descriptor_->FindFieldByName("optional_uint64"); 141 descriptor_->FindFieldByName("optional_bool"); 155 descriptor_->FindFieldByName("optional_nested_enum"); 169 descriptor_->FindFieldByName("optional_string") [all...] |
message_differencer_unittest.cc | 74 field = descriptor->FindFieldByName(field_path[i]); 543 msg1.GetDescriptor()->FindFieldByName("optional_float"); 600 msg1.GetDescriptor()->FindFieldByName("optional_double"); 998 desc->FindFieldByName("optional_int32"); 1000 desc->FindFieldByName("optional_int64"); 1002 desc->FindFieldByName("default_int64"); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_map_field.cc | 60 descriptor->message_type()->FindFieldByName("key"); 62 descriptor->message_type()->FindFieldByName("value"); 186 descriptor_->message_type()->FindFieldByName("value"); 239 descriptor_->message_type()->FindFieldByName("key"); 285 descriptor_->message_type()->FindFieldByName("key"); 287 descriptor_->message_type()->FindFieldByName("value"); 343 descriptor_->message_type()->FindFieldByName("key"); 345 descriptor_->message_type()->FindFieldByName("value");
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_map_field.cc | 61 descriptor_->message_type()->FindFieldByName("key"); 63 descriptor_->message_type()->FindFieldByName("value");
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_pool.h | 128 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* name);
|
descriptor_pool.cc | 239 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { 247 self->pool->FindFieldByName(string(name, name_size)); 486 { "FindFieldByName", (PyCFunction)FindFieldByName, METH_O,
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_map_field.cc | 76 return message->FindFieldByName("key"); 83 return message->FindFieldByName("value");
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_map_field.cc | 50 return message->FindFieldByName("key"); 57 return message->FindFieldByName("value");
|
java_map_field_lite.cc | 50 return message->FindFieldByName("key"); 57 return message->FindFieldByName("value");
|
java_message_builder_lite.cc | 73 const FieldDescriptor* value_field = descriptor->FindFieldByName("value");
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_field.h | 332 key_.SetType(field->message_type()->FindFieldByName("key")->cpp_type()); 333 value_.SetType(field->message_type()->FindFieldByName("value")->cpp_type());
|