Searched refs:symbols_per_byte (Results 1 - 5 of 5) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dhexadecimalencoder.h38 virtual size_t symbols_per_byte() const;\
H A Dsecretencoder.h48 virtual size_t symbols_per_byte() const = 0;
H A Dhexadecimalencoder.cc42 size_t HexadecimalEncoder::symbols_per_byte() const { function in class:polo::encoding::HexadecimalEncoder
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpairingsession.cc156 size_t bytes_needed = nonce_length / encoder_->symbols_per_byte();
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dpairingsessiontest.cc131 ASSERT_EQ(2, session_.encoder()->symbols_per_byte());

Completed in 382 milliseconds