Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Dannotation_util.cpp48 void WriteBase128IntToStream(uint64_t x, std::vector<uint8_t> &bytes) { in WriteBase128IntToStream() function
103 WriteBase128IntToStream(value, ser); in SerializeAnnotationId()