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

  /external/chromium_org/storage/common/
data_element.h 26 TYPE_BYTES,
46 // Sets TYPE_BYTES data. This copies the given data into the element.
48 type_ = TYPE_BYTES;
53 // Sets TYPE_BYTES data. This does NOT copy the given data and the caller
56 type_ = TYPE_BYTES;
87 std::vector<char> buf_; // For TYPE_BYTES.
88 const char* bytes_; // For TYPE_BYTES.
104 case DataElement::TYPE_BYTES:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 373 TYPE_BYTES = 12
412 TYPE_BYTES: CPPTYPE_STRING,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 109 TYPE_BYTES = 12,
descriptor.h 344 TYPE_BYTES = 12, // Arbitrary byte array.
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 627 milliseconds