Home
last modified time | relevance | path

Searched defs:bytes_ (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dserializable.cc31 std::vector<uint8_t> bytes_; member in v8_crdtp::__anonc17ed6b70111::PreSerialized
Dcbor.h264 span<uint8_t> bytes_; variable
/third_party/mesa3d/src/amd/vulkan/radix_sort/common/
Dmacros.h102 #define ALIGN_MACRO(bytes_) __declspec(align(bytes_)) // only accepts integer as arg argument
105 #define ALIGN_MACRO(bytes_) alignas(bytes_) argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h361 const uint8_t *bytes_; variable
554 const uint8_t *bytes_; variable
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h361 const uint8_t *bytes_; variable
554 const uint8_t *bytes_; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h361 const uint8_t *bytes_; variable
554 const uint8_t *bytes_; variable
/third_party/node/deps/v8/src/heap/
Darray-buffer-sweeper.h39 size_t bytes_ = 0; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java431 assert(node<kMinValueLead); in getNextBytes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java454 assert(node<kMinValueLead); in getNextBytes()
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.h50 std::vector<byte> bytes_; variable
/third_party/node/deps/v8/src/codegen/
Dsource-position-table.h69 ZoneVector<byte> bytes_; variable
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h272 std::vector<uint8_t> bytes_; variable
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h397 span<uint8_t> bytes_; variable
/third_party/python/Lib/
Duuid.py75 bytes_ = bytes # The built-in bytes type variable
/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc90 const base::OwnedVector<uint8_t> bytes_; member in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer