/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.cc | 101 case FieldDescriptor::CPPTYPE_STRING: 116 case FieldDescriptor::CPPTYPE_STRING:
|
cpp_extension.cc | 76 case FieldDescriptor::CPPTYPE_STRING: 141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
|
cpp_helpers.cc | 218 case FieldDescriptor::CPPTYPE_STRING : return "::std::string"; 327 case FieldDescriptor::CPPTYPE_STRING:
|
cpp_message.cc | 176 case FieldDescriptor::CPPTYPE_STRING: [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
dynamic_message.cc | 108 case FD::CPPTYPE_STRING: 130 case FD::CPPTYPE_STRING: 284 case FieldDescriptor::CPPTYPE_STRING: 356 case FieldDescriptor::CPPTYPE_STRING: 372 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
|
generated_message_reflection.cc | 89 "CPPTYPE_STRING", 226 case FieldDescriptor::CPPTYPE_STRING: 257 case FieldDescriptor::CPPTYPE_STRING: { 346 case FieldDescriptor::CPPTYPE_STRING: 377 case FieldDescriptor::CPPTYPE_STRING: 437 case FieldDescriptor::CPPTYPE_STRING: 479 case FieldDescriptor::CPPTYPE_STRING: { 519 case FieldDescriptor::CPPTYPE_STRING: { 565 case FieldDescriptor::CPPTYPE_STRING: 624 case FieldDescriptor::CPPTYPE_STRING [all...] |
extension_set.cc | 394 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); 423 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); 614 case WireFormatLite::CPPTYPE_STRING: 665 case WireFormatLite::CPPTYPE_STRING: 765 case WireFormatLite::CPPTYPE_STRING: [all...] |
wire_format_lite.cc | 95 CPPTYPE_STRING, // TYPE_STRING 98 CPPTYPE_STRING, // TYPE_BYTES
|
message.cc | 221 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL);
|
text_format.cc | 583 case FieldDescriptor::CPPTYPE_STRING: { [all...] |
descriptor.h | 368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES 468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If no 531 // types of CPPTYPE_STRING whill be surrounded by quotes and CEscaped. [all...] |
wire_format_lite.h | 129 CPPTYPE_STRING = 9,
|
descriptor.cc | 76 CPPTYPE_STRING, // TYPE_STRING 79 CPPTYPE_STRING, // TYPE_BYTES 122 "string", // CPPTYPE_STRING [all...] |
extension_set_heavy.cc | 325 case FieldDescriptor::CPPTYPE_STRING:
|
descriptor_unittest.cc | [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor.py | 394 CPPTYPE_STRING = 9 412 TYPE_BYTES: CPPTYPE_STRING, 413 TYPE_STRING: CPPTYPE_STRING,
|
text_format.py | 130 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 67 if (cpp_type == _FieldDescriptor.CPPTYPE_STRING and 165 _FieldDescriptor.CPPTYPE_STRING: TypeChecker(str),
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 324 case FieldDescriptor::CPPTYPE_STRING: 380 case FieldDescriptor::CPPTYPE_STRING:
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python-proto2.cc | 596 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { 678 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { 770 case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 219 case FieldDescriptor::CPPTYPE_STRING: [all...] |