Searched defs:CPPTYPE_STRING (Results 1 - 5 of 5) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py394 CPPTYPE_STRING = 9 variable in class:FieldDescriptor
412 TYPE_BYTES: CPPTYPE_STRING,
413 TYPE_STRING: CPPTYPE_STRING,
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py454 CPPTYPE_STRING = 9 variable in class:FieldDescriptor
472 TYPE_BYTES: CPPTYPE_STRING,
473 TYPE_STRING: CPPTYPE_STRING,
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h128 CPPTYPE_STRING = 9, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Dextension_set.cc392 case WireFormatLite::CPPTYPE_STRING:
499 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); member in class:google::protobuf::internal::WireFormatLite
528 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING); member in class:google::protobuf::internal::WireFormatLite
800 case WireFormatLite::CPPTYPE_STRING:
851 case WireFormatLite::CPPTYPE_STRING:
956 case WireFormatLite::CPPTYPE_STRING:
1406 case WireFormatLite::CPPTYPE_STRING:
1729 case WireFormatLite::CPPTYPE_STRING:
H A Ddescriptor.h484 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES enumerator in enum:google::protobuf::FieldDescriptor::CppType
587 // Get the field default value if cpp_type() == CPPTYPE_STRING. If no
668 // types of CPPTYPE_STRING whill be surrounded by quotes and CEscaped.

Completed in 151 milliseconds