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

  /external/perfetto/src/protozero/test/
fake_scattered_buffer.h 41 std::string GetBytesAsString(size_t start, size_t length);
fake_scattered_buffer.cc 67 std::string FakeScatteredBuffer::GetBytesAsString(size_t start, size_t length) {
  /external/libbrillo/brillo/strings/
string_utils_unittest.cc 139 TEST(StringUtils, GetBytesAsString) {
140 EXPECT_EQ("abc", string_utils::GetBytesAsString({'a', 'b', 'c'}));
141 EXPECT_TRUE(string_utils::GetBytesAsString({}).empty());
142 auto str = string_utils::GetBytesAsString({0xFF, 0x00, 0x01, 0x7F, 0x80});
string_utils.cc 80 std::string GetBytesAsString(const std::vector<uint8_t>& buffer) {
string_utils.h 123 BRILLO_EXPORT std::string GetBytesAsString(const std::vector<uint8_t>& buf);
125 // Converts a string into a byte-array. Opposite of GetBytesAsString().
  /external/perfetto/src/protozero/
message_unittest.cc 100 return buffer_->GetBytesAsString(old_readback_pos, num_bytes);

Completed in 109 milliseconds