Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs285 let byte = buf[0]; in decode() localVariable
333 let byte = buf[0]; in decode() localVariable
365 let byte = buf[0]; in decode() localVariable
412 let byte = buf[0]; in decode() localVariable
/commonlibrary/c_utils/base/src/
Dunicode_ex.cpp212 static inline void Utf8ShiftAndMask(uint32_t* codePoint, const uint8_t byte) in Utf8ShiftAndMask()
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1113 uint8_t byte = blob->GetByte(2); variable