Searched refs:TYPE_BYTES (Results 1 - 25 of 25) sorted by relevance

/external/chromium/net/base/
H A Dupload_data.cc21 if (type_ == TYPE_BYTES)
H A Dupload_data.h20 TYPE_BYTES, enumerator in enum:net::UploadData::Type
26 Element() : type_(TYPE_BYTES), file_range_offset_(0),
37 type_ = TYPE_BYTES;
H A Dupload_data_stream.cc51 if (element.type() == UploadData::TYPE_BYTES) {
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py185 _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 Dwire_format.py255 descriptor.FieldDescriptor.TYPE_BYTES
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc214 case FieldDescriptor::TYPE_BYTES:
302 if (GetType(field) == FieldDescriptor::TYPE_BYTES) {
H A Djava_primitive_field.cc111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ;
145 case FieldDescriptor::TYPE_BYTES : return -1;
H A Djava_extension.cc63 case FieldDescriptor::TYPE_BYTES : return "BYTES";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc286 case FieldDescriptor::TYPE_BYTES:
354 if (field->type() == FieldDescriptor::TYPE_BYTES) {
H A Djavamicro_primitive_field.cc111 case FieldDescriptor::TYPE_BYTES : return "Bytes" ;
145 case FieldDescriptor::TYPE_BYTES : return -1;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc232 case FieldDescriptor::TYPE_BYTES : return "Bytes";
H A Dcpp_primitive_field.cc71 case FieldDescriptor::TYPE_BYTES : return -1;
H A Dcpp_string_field.cc54 descriptor->type() == FieldDescriptor::TYPE_BYTES ? "void" : "char";
/external/protobuf/src/google/protobuf/
H A Dwire_format.cc501 case FieldDescriptor::TYPE_BYTES:
580 case FieldDescriptor::TYPE_BYTES: {
842 case FieldDescriptor::TYPE_BYTES: {
1010 case FieldDescriptor::TYPE_BYTES: {
H A Ddescriptor.h314 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 Dextension_set.cc773 case WireFormatLite::TYPE_BYTES:
841 case WireFormatLite::TYPE_BYTES: {
1136 case WireFormatLite::TYPE_BYTES:
1270 case WireFormatLite::TYPE_BYTES:
H A Dextension_set_heavy.cc360 case WireFormatLite::TYPE_BYTES:
H A Dwire_format_lite.h110 TYPE_BYTES = 12, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor_unittest.cc1570 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 Ddescriptor.cc77 CPPTYPE_STRING, // TYPE_BYTES
100 "bytes", // TYPE_BYTES
1318 if (type() == TYPE_BYTES) {
3043 if (result->type() == FieldDescriptor::TYPE_BYTES) {
H A Ddescriptor.pb.h757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.cc2180 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py339 TYPE_BYTES = 12 variable in class:FieldDescriptor
H A Dtext_format.py257 elif field.type == descriptor.FieldDescriptor.TYPE_BYTES:
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc73 result["bytes" ] = FieldDescriptorProto::TYPE_BYTES;
619 case FieldDescriptorProto::TYPE_BYTES:

Completed in 1617 milliseconds