Home
last modified time | relevance | path

Searched defs:BYTES (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dproto3_test.js42 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dproto3_test.js42 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php48 const BYTES = 12; define in Google\\Protobuf\\Internal\\GPBType
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Dproto_test.js93 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Dproto_test.js93 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/js/binary/
Dproto_test.js97 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
Dconstants.js200 BYTES: 12, property
/third_party/protobuf/js/
Dproto3_test.js46 var BYTES = new Uint8Array([1, 2, 8, 9]); variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java138 BYTES(JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() enumConstant
DFieldType.java52 BYTES(10, Collection.SCALAR, JavaType.BYTE_STRING), enumConstant
DDescriptors.java1281 BYTES(JavaType.BYTE_STRING), enumConstant
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DNioByteStringTest.java55 private static final byte[] BYTES = ByteStringTest.getTestBytes(1234, 11337766L); field in NioByteStringTest
/third_party/python/Tools/stringbench/
Dstringbench.py19 BYTES = bytes_from_str = lambda x: x.encode('ascii') variable
22 BYTES = bytes_from_str = lambda x: x variable
/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc295 #define BYTES(x) (x & 0xFF), (x >> 8) & 0xFF, (x >> 16) & 0xFF, (x >> 24) & 0xFF in Finish() macro
Dmodule-decoder.cc348 #define BYTES(x) (x & 0xFF), (x >> 8) & 0xFF, (x >> 16) & 0xFF, (x >> 24) & 0xFF in DecodeModuleHeader() macro
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java36 BYTES, CHARS enumConstant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMap.java37 BYTES, CHARS enumConstant
/third_party/node/deps/v8/tools/
Dparse-processor.mjs22 export function BYTES(bytes, total) { class
/third_party/mksh/
Dfuncs.c1613 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator
/third_party/vixl/src/aarch64/
Dassembler-sve-aarch64.cc4814 #define VIXL_DEFINE_ASM_FUNC(FN, SH, SZ, SCA, IMM, BYTES) \ argument