Searched defs:ViewBstr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/libcppbor/include/cppbor/ |
H A D | cppbor.h | 102 class ViewBstr; variable 474 explicit ViewBstr() {} in ViewBstr() function 477 explicit ViewBstr(span<const uint8_t> v) : mView(std::move(v)) {} in ViewBstr() function 480 explicit ViewBstr(std::string_view v) in ViewBstr() function 487 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr() function 490 ViewBstr(const uint8_t* begin, const uint8_t* end) : mView(begin, std::distance(begin, end)) {} in ViewBstr() function
|
/aosp_15_r20/system/libcppbor/tests/ |
H A D | cppbor_test.cpp | 701 TEST(EqualityTest, ViewBstr) { in TEST() argument 973 TEST(ConvertTest, ViewBstr) { in TEST() argument 1118 TEST(CloningTest, ViewBstr) { in TEST() argument 1570 TEST(StreamParseTest, ViewBstr) { in TEST() argument 1946 TEST(FullParserTest, ViewBstr) { in TEST() argument
|