Searched defs:ViewBstr (Results 1 – 2 of 2) sorted by relevance
85 class ViewBstr; variable450 explicit ViewBstr() {} in ViewBstr() function453 explicit ViewBstr(std::basic_string_view<uint8_t> v) : mView(std::move(v)) {} in ViewBstr() function456 explicit ViewBstr(std::string_view v) in ViewBstr() function463 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr() function466 ViewBstr(const uint8_t* begin, const uint8_t* end) in ViewBstr() function
698 TEST(EqualityTest, ViewBstr) { in TEST() argument970 TEST(ConvertTest, ViewBstr) { in TEST() argument1112 TEST(CloningTest, ViewBstr) { in TEST() argument1564 TEST(StreamParseTest, ViewBstr) { in TEST() argument1739 TEST(FullParserTest, ViewBstr) { in TEST() argument