Home
last modified time | relevance | path

Searched defs:ViewBstr (Results 1 – 2 of 2) sorted by relevance

/external/libcppbor/include/cppbor/
Dcppbor.h85 class ViewBstr; variable
450 explicit ViewBstr() {} in ViewBstr() function
453 explicit ViewBstr(std::basic_string_view<uint8_t> v) : mView(std::move(v)) {} in ViewBstr() function
456 explicit ViewBstr(std::string_view v) in ViewBstr() function
463 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr() function
466 ViewBstr(const uint8_t* begin, const uint8_t* end) in ViewBstr() function
/external/libcppbor/tests/
Dcppbor_test.cpp698 TEST(EqualityTest, ViewBstr) { in TEST() argument
970 TEST(ConvertTest, ViewBstr) { in TEST() argument
1112 TEST(CloningTest, ViewBstr) { in TEST() argument
1564 TEST(StreamParseTest, ViewBstr) { in TEST() argument
1739 TEST(FullParserTest, ViewBstr) { in TEST() argument