Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/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/m133/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/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h361 const uint8_t *bytes_; variable
554 const uint8_t *bytes_; variable
/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/flatbuffers/ts/
Dbyte-buffer.ts13 constructor(private bytes_: Uint8Array) { } property in ByteBuffer
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h274 std::vector<uint8_t> bytes_; variable
/third_party/python/Lib/
Duuid.py75 bytes_ = bytes # The built-in bytes type variable