HomeSort by relevance Sort by last modified time
    Searched defs:CPPTYPE_STRING (Results 1 - 4 of 4) sorted by null

  /external/protobuf/python/google/protobuf/
descriptor.py 360 CPPTYPE_STRING = 9
  /external/protobuf/src/google/protobuf/
extension_set.cc 363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
392 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
522 case WireFormatLite::CPPTYPE_STRING:
563 case WireFormatLite::CPPTYPE_STRING:
661 case WireFormatLite::CPPTYPE_STRING:
    [all...]
wire_format_lite.h 130 CPPTYPE_STRING = 9,
descriptor.h 338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
434 // Get the field default value if cpp_type() == CPPTYPE_STRING. If no
490 // types of CPPTYPE_STRING whill be surrounded by quotes and CEscaped.
    [all...]

Completed in 96 milliseconds