Searched defs:bytes_ (Results 1 – 15 of 15) sorted by relevance
31 std::vector<uint8_t> bytes_; member in v8_crdtp::__anonc17ed6b70111::PreSerialized
264 span<uint8_t> bytes_; variable
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
39 size_t bytes_ = 0; member
431 assert(node<kMinValueLead); in getNextBytes()
454 assert(node<kMinValueLead); in getNextBytes()
50 std::vector<byte> bytes_; variable
69 ZoneVector<byte> bytes_; variable
272 std::vector<uint8_t> bytes_; variable
397 span<uint8_t> bytes_; variable
75 bytes_ = bytes # The built-in bytes type variable
90 const base::OwnedVector<uint8_t> bytes_; member in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer