Searched defs:bytes_ (Results 1 – 9 of 9) sorted by relevance
102 #define ALIGN_MACRO(bytes_) __declspec(align(bytes_)) // only accepts integer as arg argument105 #define ALIGN_MACRO(bytes_) alignas(bytes_) argument
361 const uint8_t *bytes_; variable554 const uint8_t *bytes_; variable
431 assert(node<kMinValueLead); in getNextBytes()
454 assert(node<kMinValueLead); in getNextBytes()
13 constructor(private bytes_: Uint8Array) { } property in ByteBuffer
274 std::vector<uint8_t> bytes_; variable
75 bytes_ = bytes # The built-in bytes type variable