HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_BYTES (Results 1 - 13 of 13) 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/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 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/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 69 public static final int TYPE_BYTES = 12;
360 case TYPE_BYTES:
443 case TYPE_BYTES:
694 case TYPE_BYTES:
  /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...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 301 milliseconds