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

1 2 3

  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 68 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
81 } else if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
102 descriptor->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) {
121 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
132 if (descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
170 descriptor->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 92 case FieldDescriptor::CPPTYPE_MESSAGE:
117 case FieldDescriptor::CPPTYPE_MESSAGE:
159 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
190 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
245 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
dynamic_message.cc 123 case FD::CPPTYPE_MESSAGE:
149 case FD::CPPTYPE_MESSAGE:
180 case FD::CPPTYPE_MESSAGE:
403 case FieldDescriptor::CPPTYPE_MESSAGE: {
464 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
500 case FieldDescriptor::CPPTYPE_MESSAGE:
523 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
550 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
846 case FieldDescriptor::CPPTYPE_MESSAGE: {
map_field.cc 212 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: {
307 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE:
340 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: {
389 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE:
413 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: {
456 case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: {
message.h     [all...]
generated_message_reflection.cc 109 "CPPTYPE_MESSAGE"
321 case FieldDescriptor::CPPTYPE_MESSAGE:
374 case FieldDescriptor::CPPTYPE_MESSAGE:
424 case FieldDescriptor::CPPTYPE_MESSAGE:
458 case FieldDescriptor::CPPTYPE_MESSAGE:
551 case FieldDescriptor::CPPTYPE_MESSAGE:
583 case FieldDescriptor::CPPTYPE_MESSAGE:
617 case FieldDescriptor::CPPTYPE_MESSAGE:
788 case FieldDescriptor::CPPTYPE_MESSAGE:
852 case FieldDescriptor::CPPTYPE_MESSAGE
    [all...]
extension_set.cc 396 case WireFormatLite::CPPTYPE_MESSAGE:
569 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
602 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
646 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
742 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
803 case WireFormatLite::CPPTYPE_MESSAGE:
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 139 case FieldDescriptor::CPPTYPE_MESSAGE:
158 case FieldDescriptor::CPPTYPE_MESSAGE:
173 case FieldDescriptor::CPPTYPE_MESSAGE:
cpp_extension.cc 79 case FieldDescriptor::CPPTYPE_MESSAGE:
189 case FieldDescriptor::CPPTYPE_MESSAGE:
cpp_map_field.cc 65 case FieldDescriptor::CPPTYPE_MESSAGE:
196 case FieldDescriptor::CPPTYPE_MESSAGE:
cpp_helpers.cc 236 if (field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) {
301 case FieldDescriptor::CPPTYPE_MESSAGE: return NULL;
417 case FieldDescriptor::CPPTYPE_MESSAGE:
585 case FieldDescriptor::CPPTYPE_MESSAGE:
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
266 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
281 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
317 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
323 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
380 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
568 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
600 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
659 if extension_handle.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
854 (field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE an
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
286 return value_type.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE
418 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
433 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
505 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
524 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
593 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
791 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
821 if (is_proto3 and field.cpp_type != _FieldDescriptor.CPPTYPE_MESSAGE and
    [all...]
  /external/protobuf/src/google/protobuf/util/
field_mask_util.cc 144 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
357 field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) {
386 case FieldDescriptor::CPPTYPE_MESSAGE: {
422 case FieldDescriptor::CPPTYPE_MESSAGE: {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h     [all...]
  /external/protobuf/python/google/protobuf/
json_format.py 153 field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE) or
177 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
371 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
389 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
522 if value_field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 395 CPPTYPE_MESSAGE = 10
415 TYPE_MESSAGE: CPPTYPE_MESSAGE,
416 TYPE_GROUP: CPPTYPE_MESSAGE
text_format.py 98 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
115 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
212 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 131 if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
153 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
342 if ((field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 281 GOOGLE_CHECK(field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE);
790 case FieldDescriptor::CPPTYPE_MESSAGE:
885 case FieldDescriptor::CPPTYPE_MESSAGE:
902 field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE &&
1051 field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 122 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
425 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&

Completed in 379 milliseconds

1 2 3