Searched defs:TYPE_BYTES (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/storage/common/
H A Ddata_element.h26 TYPE_BYTES, enumerator in enum:storage::DataElement::Type
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/
H A Ddescriptor.py373 TYPE_BYTES = 12 variable in class:FieldDescriptor
412 TYPE_BYTES: CPPTYPE_STRING,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java69 public static final int TYPE_BYTES = 12; field in class:Extension
360 case TYPE_BYTES:
443 case TYPE_BYTES:
694 case TYPE_BYTES:
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py339 TYPE_BYTES = 12 variable in class:FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h109 TYPE_BYTES = 12, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h344 TYPE_BYTES = 12, // Arbitrary byte array. enumerator in enum:google::protobuf::FieldDescriptor::Type
368 CPPTYPE_STRING = 9, // TYPE_STRING, TYPE_BYTES
1501 field_type != FieldDescriptor::TYPE_BYTES);
H A Ddescriptor.pb.cc2407 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h784 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h110 TYPE_BYTES = 12, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
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 Ddescriptor.pb.cc2180 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h757 static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; member in class:google::protobuf::FieldDescriptorProto
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 385 milliseconds