Home
last modified time | relevance | path

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

/external/libcppbor/include/cppbor/
Dcppbor.h71 class ViewBstr; variable
431 explicit ViewBstr() {} in ViewBstr() function
434 explicit ViewBstr(std::basic_string_view<uint8_t> v) : mView(std::move(v)) {} in ViewBstr() function
437 explicit ViewBstr(std::string_view v) in ViewBstr() function
444 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr() function
447 ViewBstr(const uint8_t* begin, const uint8_t* end) in ViewBstr() function
/external/libcppbor/tests/
Dcppbor_test.cpp700 TEST(EqualityTest, ViewBstr) { in TEST() argument
945 TEST(ConvertTest, ViewBstr) { in TEST() argument
1082 TEST(CloningTest, ViewBstr) { in TEST() argument
1534 TEST(StreamParseTest, ViewBstr) { in TEST() argument
1709 TEST(FullParserTest, ViewBstr) { in TEST() argument