Searched defs:ViewBstr (Results 1 – 2 of 2) sorted by relevance
71 class ViewBstr; variable431 explicit ViewBstr() {} in ViewBstr() function434 explicit ViewBstr(std::basic_string_view<uint8_t> v) : mView(std::move(v)) {} in ViewBstr() function437 explicit ViewBstr(std::string_view v) in ViewBstr() function444 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr() function447 ViewBstr(const uint8_t* begin, const uint8_t* end) in ViewBstr() function
700 TEST(EqualityTest, ViewBstr) { in TEST() argument945 TEST(ConvertTest, ViewBstr) { in TEST() argument1082 TEST(CloningTest, ViewBstr) { in TEST() argument1534 TEST(StreamParseTest, ViewBstr) { in TEST() argument1709 TEST(FullParserTest, ViewBstr) { in TEST() argument