Home
last modified time | relevance | path

Searched refs:EncodeFixed16 (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dcoding.h98 extern void EncodeFixed16(char* dst, uint16_t value);
168 inline void EncodeFixed16(char* buf, uint16_t value) { in EncodeFixed16() function
210 EncodeFixed16(buf, value); in PutFixed16()