Searched refs:asTstr (Results 1 – 6 of 6) sorted by relevance
117 return *asTstr() == *(other.asTstr()); in operator ==()
236 out.append(item->asTstr()->value().c_str()); in cborPrettyPrintInternal()288 map_key->asTstr()->value()) != mapKeysToNotPrint.end()) { in cborPrettyPrintInternal()
560 EXPECT_EQ(nullptr, item->asTstr()); in TEST()577 EXPECT_EQ(nullptr, item->asTstr()); in TEST()594 EXPECT_NE(nullptr, item->asTstr()); in TEST()600 EXPECT_EQ("hello"s, item->asTstr()->value()); in TEST()611 EXPECT_EQ(nullptr, item->asTstr()); in TEST()627 EXPECT_EQ(nullptr, item->asTstr()); in TEST()646 EXPECT_EQ(nullptr, item->asTstr()); in TEST()662 EXPECT_EQ(nullptr, item->asTstr()); in TEST()936 EXPECT_EQ(arr[0]->asTstr()->value(), "hello"); in TEST()
58 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in initialize()425 if (keyItem->type() == cppbor::TSTR && keyItem->asTstr()->value() == "nameSpaces" && in startRetrieval()439 const cppbor::Tstr* nsKey = nsKeyItem->asTstr(); in startRetrieval()450 const cppbor::Tstr* nameItem = innerMapKeyItem->asTstr(); in startRetrieval()
117 virtual const Tstr* asTstr() const { return nullptr; } in asTstr() function366 const Tstr* asTstr() const override { return this; } in asTstr() function
88 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in extractFromTestCredentialData()