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

  /external/google-tv-pairing-protocol/cpp/src/polo/util/
poloutil.h 52 static const void IntToBigEndianBytes(uint32_t value,
poloutil.cc 45 const void PoloUtil::IntToBigEndianBytes(uint32_t value,
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
poloutiltest.cc 44 TEST(PoloUtilTest, IntToBigEndianBytes) {
46 PoloUtil::IntToBigEndianBytes(0xAABBCCDD, bytes);
56 PoloUtil::IntToBigEndianBytes(0x00AABB00, bytes);
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes);
94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 403 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);

Completed in 64 milliseconds