Searched refs:TSTR (Results 1 – 5 of 5) sorted by relevance
/system/libcppbor/src/ |
D | cppbor.cpp | 165 case TSTR: in prettyPrintInternal() 223 if (map_key->type() == TSTR && in prettyPrintInternal() 340 case TSTR: in operator ==() 512 case TSTR: in recursivelyCanonicalize()
|
D | cppbor_parse.cpp | 303 case TSTR: in parseRecursively()
|
/system/libcppbor/ |
D | README.md | 161 encodeHeader(TSTR, s.size(), iter); 166 encodeHeader(TSTR, foo.size(), iter); 169 encodeHeader(TSTR, foo.size(), iter);
|
/system/libcppbor/tests/ |
D | cppbor_test.cpp | 759 EXPECT_EQ(TSTR, item->type()); in TEST() 867 EXPECT_EQ(TSTR, item->type()); in TEST() 897 EXPECT_EQ(TSTR, item->type()); in TEST() 953 EXPECT_EQ(TSTR, item->type()); in TEST() 1013 EXPECT_EQ(clone->type(), TSTR); in TEST() 1106 EXPECT_EQ(clone->type(), TSTR); in TEST() 1641 ASSERT_EQ(arr[0]->type(), TSTR); in TEST()
|
/system/libcppbor/include/cppbor/ |
D | cppbor.h | 49 TSTR = 3 << 5, enumerator 497 static constexpr MajorType kMajorType = TSTR; 549 static constexpr MajorType kMajorType = TSTR;
|