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

  /external/chromium/net/base/
upload_data.h 20 TYPE_BYTES,
26 Element() : type_(TYPE_BYTES), file_range_offset_(0),
37 type_ = TYPE_BYTES;
upload_data.cc 21 if (type_ == TYPE_BYTES)
upload_data_stream.cc 51 if (element.type() == UploadData::TYPE_BYTES) {
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 185 _FieldDescriptor.TYPE_BYTES: wire_format.BytesByteSize,
208 _FieldDescriptor.TYPE_BYTES: encoder.BytesEncoder,
231 _FieldDescriptor.TYPE_BYTES: encoder.BytesSizer,
254 _FieldDescriptor.TYPE_BYTES: decoder.BytesDecoder,
278 _FieldDescriptor.TYPE_BYTES:
wire_format.py 255 descriptor.FieldDescriptor.TYPE_BYTES
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 214 case FieldDescriptor::TYPE_BYTES:
302 if (GetType(field) == FieldDescriptor::TYPE_BYTES) {
java_primitive_field.cc 111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ;
145 case FieldDescriptor::TYPE_BYTES : return -1;
java_extension.cc 63 case FieldDescriptor::TYPE_BYTES : return "BYTES";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 286 case FieldDescriptor::TYPE_BYTES:
354 if (field->type() == FieldDescriptor::TYPE_BYTES) {
javamicro_primitive_field.cc 111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ;
145 case FieldDescriptor::TYPE_BYTES : return -1;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 232 case FieldDescriptor::TYPE_BYTES : return "Bytes";
cpp_primitive_field.cc 71 case FieldDescriptor::TYPE_BYTES : return -1;
cpp_string_field.cc 54 descriptor->type() == FieldDescriptor::TYPE_BYTES ? "void" : "char";
  /external/protobuf/src/google/protobuf/
wire_format.cc 501 case FieldDescriptor::TYPE_BYTES:
580 case FieldDescriptor::TYPE_BYTES: {
842 case FieldDescriptor::TYPE_BYTES: {
    [all...]
descriptor.h 314 TYPE_BYTES = 12, // Arbitrary byte array.
338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
extension_set.cc     [all...]
extension_set_heavy.cc 360 case WireFormatLite::TYPE_BYTES:
wire_format_lite.h 110 TYPE_BYTES = 12,
descriptor_unittest.cc     [all...]
descriptor.cc 77 CPPTYPE_STRING, // TYPE_BYTES
100 "bytes", // TYPE_BYTES
    [all...]
descriptor.pb.h 757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES;
    [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 339 TYPE_BYTES = 12
text_format.py 257 elif field.type == descriptor.FieldDescriptor.TYPE_BYTES:
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 73 result["bytes" ] = FieldDescriptorProto::TYPE_BYTES;
619 case FieldDescriptorProto::TYPE_BYTES:
    [all...]

Completed in 338 milliseconds