HomeSort by relevance Sort by last modified time
    Searched refs:EncodeToString (Results 1 - 4 of 4) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
hexadecimalencoder.h 30 virtual std::string EncodeToString(
secretencoder.h 36 virtual std::string EncodeToString(
hexadecimalencoder.cc 27 std::string HexadecimalEncoder::EncodeToString(
  /external/google-tv-pairing-protocol/cpp/tests/polo/encoding/
hexadecimalencodertest.cc 21 TEST(HexadecimalEncoderTest, EncodeToString) {
30 std::string result = encoder.EncodeToString(secret);

Completed in 60 milliseconds