Searched refs:copy_bytes_to_iterator (Results 1 – 2 of 2) sorted by relevance
54 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function72 pos = copy_bytes_to_iterator(token.challenge, pos); in authToken2HidlVec()73 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2HidlVec()74 pos = copy_bytes_to_iterator(token.authenticatorId, pos); in authToken2HidlVec()76 pos = copy_bytes_to_iterator(auth_type, pos); in authToken2HidlVec()78 pos = copy_bytes_to_iterator(timestamp, pos); in authToken2HidlVec()
76 inline static OutIter copy_bytes_to_iterator(const T& value, OutIter dest) { in copy_bytes_to_iterator() function