Home
last modified time | relevance | path

Searched refs:BYTE_STRING (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java52 BYTES(10, Collection.SCALAR, JavaType.BYTE_STRING),
70 BYTES_LIST(28, Collection.VECTOR, JavaType.BYTE_STRING),
121 case BYTE_STRING: in FieldType()
H A DWireFormat.java91 BYTE_STRING(ByteString.EMPTY), enum constant
138 BYTES(JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES()
H A DJavaType.java43 BYTE_STRING(ByteString.class, ByteString.class, ByteString.EMPTY), enum constant
H A DDescriptorMessageInfoFactory.java463 case BYTE_STRING: in getOneofStoredType()
H A DDescriptors.java1281 BYTES(JavaType.BYTE_STRING),
1323 BYTE_STRING(ByteString.EMPTY), enum constant
H A DFieldSet.java422 case BYTE_STRING: in isValidType()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc54 EncodeInitialByte(MajorType::BYTE_STRING, 26);
78 // arbitrary binary data encoded as BYTE_STRING.
107 // (e.g. for BYTE_STRING).
259 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeString16()
319 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeBinary()
328 // (kInitialByteForEnvelope), plus the start byte for a BYTE_STRING with a 32
639 if (!bytes_read || token_start_type_ != MajorType::BYTE_STRING || in ReadNextToken()
740 case MajorType::BYTE_STRING: { // STRING16. in ReadNextToken()
H A Dcbor.h33 // as CBOR BYTE_STRING (major type 2). For such strings, the number of
39 // are encoded as BYTE_STRING (major type 2), prefixed with a byte
81 // Encodes a UTF16 string as a BYTE_STRING (major type 2). Each utf16
98 // Encodes arbitrary binary data in |in| as a BYTE_STRING (major type 2) with
191 BYTE_STRING = 2, member in v8_crdtp::cbor::MajorType
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc134 EncodeInitialByte(MajorType::BYTE_STRING, 26);
158 // arbitrary binary data encoded as BYTE_STRING.
187 // (e.g. for BYTE_STRING).
336 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeString16Tmpl()
424 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeBinaryTmpl()
439 // (kInitialByteForEnvelope), plus the start byte for a BYTE_STRING with a 32
775 if (!bytes_read || token_start_type_ != MajorType::BYTE_STRING || in ReadNextToken()
876 case MajorType::BYTE_STRING: { // STRING16. in ReadNextToken()
H A Dencoding.h174 // as CBOR BYTE_STRING (major type 2). For such strings, the number of
180 // are encoded as BYTE_STRING (major type 2), prefixed with a byte
214 // Encodes a UTF16 string as a BYTE_STRING (major type 2). Each utf16
235 // Encodes arbitrary binary data in |in| as a BYTE_STRING (major type 2) with
335 BYTE_STRING = 2, member in v8_inspector_protocol_encoding::cbor::MajorType

Completed in 15 milliseconds