/external/chromium/net/base/ |
H A D | upload_data.cc | 21 if (type_ == TYPE_BYTES)
|
H A D | upload_data.h | 20 TYPE_BYTES, enumerator in enum:net::UploadData::Type 26 Element() : type_(TYPE_BYTES), file_range_offset_(0), 37 type_ = TYPE_BYTES;
|
H A D | upload_data_stream.cc | 51 if (element.type() == UploadData::TYPE_BYTES) {
|
/external/protobuf/python/google/protobuf/internal/ |
H A D | 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:
|
H A D | wire_format.py | 255 descriptor.FieldDescriptor.TYPE_BYTES
|
/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 214 case FieldDescriptor::TYPE_BYTES: 302 if (GetType(field) == FieldDescriptor::TYPE_BYTES) {
|
H A D | java_primitive_field.cc | 111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ; 145 case FieldDescriptor::TYPE_BYTES : return -1;
|
H A D | java_extension.cc | 63 case FieldDescriptor::TYPE_BYTES : return "BYTES";
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_helpers.cc | 286 case FieldDescriptor::TYPE_BYTES: 354 if (field->type() == FieldDescriptor::TYPE_BYTES) {
|
H A D | 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/ |
H A D | cpp_helpers.cc | 232 case FieldDescriptor::TYPE_BYTES : return "Bytes";
|
H A D | cpp_primitive_field.cc | 71 case FieldDescriptor::TYPE_BYTES : return -1;
|
H A D | cpp_string_field.cc | 54 descriptor->type() == FieldDescriptor::TYPE_BYTES ? "void" : "char";
|
/external/protobuf/src/google/protobuf/ |
H A D | wire_format.cc | 501 case FieldDescriptor::TYPE_BYTES: 580 case FieldDescriptor::TYPE_BYTES: { 842 case FieldDescriptor::TYPE_BYTES: { 1010 case FieldDescriptor::TYPE_BYTES: {
|
H A D | descriptor.h | 314 TYPE_BYTES = 12, // Arbitrary byte array. enumerator in enum:google::protobuf::FieldDescriptor::Type 338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES 1357 field_type != FieldDescriptor::TYPE_BYTES);
|
H A D | extension_set.cc | 773 case WireFormatLite::TYPE_BYTES: 841 case WireFormatLite::TYPE_BYTES: { 1136 case WireFormatLite::TYPE_BYTES: 1270 case WireFormatLite::TYPE_BYTES:
|
H A D | extension_set_heavy.cc | 360 case WireFormatLite::TYPE_BYTES:
|
H A D | wire_format_lite.h | 110 TYPE_BYTES = 12, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
|
H A D | descriptor_unittest.cc | 1570 EXPECT_EQ(FD::CPPTYPE_STRING , GetCppTypeForFieldType(FD::TYPE_BYTES )); 1610 AddField(message_proto, "data" , 9, label, FD::TYPE_BYTES ) 1632 AddField(message_proto, "implicit_data" , 29, label, FD::TYPE_BYTES ); 2835 " field { name: \"Bar\" number:1 type:TYPE_BYTES } "
|
H A D | descriptor.cc | 77 CPPTYPE_STRING, // TYPE_BYTES 100 "bytes", // TYPE_BYTES 1318 if (type() == TYPE_BYTES) { 3043 if (result->type() == FieldDescriptor::TYPE_BYTES) {
|
H A D | descriptor.pb.h | 757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
|
H A D | descriptor.pb.cc | 2180 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
|
/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 339 TYPE_BYTES = 12 variable in class:FieldDescriptor
|
H A D | text_format.py | 257 elif field.type == descriptor.FieldDescriptor.TYPE_BYTES:
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 73 result["bytes" ] = FieldDescriptorProto::TYPE_BYTES; 619 case FieldDescriptorProto::TYPE_BYTES:
|