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

  /external/chromium_org/net/base/
upload_element.h 21 TYPE_BYTES,
41 type_ = TYPE_BYTES;
49 type_ = TYPE_BYTES;
89 if (a.type() == UploadElement::TYPE_BYTES)
  /external/chromium_org/webkit/common/
data_element.h 26 TYPE_BYTES,
58 // Sets TYPE_BYTES data. This copies the given data into the element.
60 type_ = TYPE_BYTES;
65 // Sets TYPE_BYTES data. This does NOT copy the given data and the caller
68 type_ = TYPE_BYTES;
104 std::vector<char> buf_; // For TYPE_BYTES.
105 const char* bytes_; // For TYPE_BYTES.
122 case DataElement::TYPE_BYTES:
  /external/chromium/net/base/
upload_data.h 36 TYPE_BYTES,
68 type_ = TYPE_BYTES;
204 if (a.type() == UploadData::TYPE_BYTES)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 373 TYPE_BYTES = 12
412 TYPE_BYTES: CPPTYPE_STRING,
  /external/protobuf/python/google/protobuf/
descriptor.py 339 TYPE_BYTES = 12
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 109 TYPE_BYTES = 12,
descriptor.h 340 TYPE_BYTES = 12, // Arbitrary byte array.
364 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 110 TYPE_BYTES = 12,
descriptor.h 314 TYPE_BYTES = 12, // Arbitrary byte array.
338 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES;
    [all...]

Completed in 400 milliseconds