Home
last modified time | relevance | path

Searched refs:bytesSize (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct_define.h285 constexpr uint8_t bytesSize = 5; in WriteVarint() local
287 uint8_t b[bytesSize] {}; in WriteVarint()
288 for (size_t i = 0; i < bytesSize; ++i) { in WriteVarint()
302 constexpr uint8_t bytesSize = 10;
304 uint8_t b[bytesSize] {};
305 for (size_t i = 0; i < bytesSize; ++i) {
327 constexpr uint8_t bytesSize = 5;
329 for (size_t c = 0; c < bytesSize; ++c) {
346 constexpr uint8_t bytesSize = 10; in ReadVarint() local
348 for (size_t c = 0; c < bytesSize; in ReadVarint()
[all...]
/developtools/hdc/src/common/
H A Dserial_struct_define.h282 constexpr uint8_t bytesSize = 5; in WriteVarint() local
284 uint8_t b[bytesSize] {}; in WriteVarint()
285 for (size_t i = 0; i < bytesSize; ++i) { in WriteVarint()
299 constexpr uint8_t bytesSize = 10;
301 uint8_t b[bytesSize] {};
302 for (size_t i = 0; i < bytesSize; ++i) {
323 constexpr uint8_t bytesSize = 5;
326 for (size_t c = 0; c < bytesSize; ++c) {
342 constexpr uint8_t bytesSize = 10; in ReadVarint() local
345 for (size_t c = 0; c < bytesSize; in ReadVarint()
[all...]

Completed in 3 milliseconds