Home
last modified time | relevance | path

Searched defs:BYTES (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNioByteStringTest.java55 private static final byte[] BYTES = ByteStringTest.getTestBytes(1234, 11337766L); field in NioByteStringTest
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java37 BYTES, CHARS enum constant
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java36 BYTES, CHARS enum constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DWireFormat.java138 BYTES(JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() method
H A DFieldType.java52 BYTES(10, Collection.SCALAR, JavaType.BYTE_STRING), enum constant
H A DDescriptors.java1281 BYTES(JavaType.BYTE_STRING), enum constant
/third_party/node/deps/v8/src/wasm/
H A Dstreaming-decoder.cc295 #define BYTES(x) (x & 0xFF), (x >> 8) & 0xFF, (x >> 16) & 0xFF, (x >> 24) & 0xFF in Finish() macro
297 #undef BYTES in Finish() macro
H A Dmodule-decoder.cc348 #define BYTES(x) (x & 0xFF), (x >> 8) & 0xFF, (x >> 16) & 0xFF, (x >> 24) & 0xFF in DecodeModuleHeader() macro
366 #undef BYTES in DecodeModuleHeader() macro
/third_party/mksh/
H A Dfuncs.c1613 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator

Completed in 17 milliseconds