Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanopacket_impl.h24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord() argument
25 *destination |= byte << (8 * parsing_progress_); in DeserializeWord()
Dnanopacket.h116 bool DeserializeWord(T *destination, uint8_t byte);