Searched refs:strItem (Results 1 – 3 of 3) sorted by relevance
180 const cppbor::Tstr* strItem = (*arrayItem)[0]->asTstr(); in TEST_P() local181 ASSERT_NE(strItem, nullptr); in TEST_P()182 EXPECT_EQ(strItem->value(), "ProofOfBinding"); in TEST_P()
295 unique_ptr<Item> strItem(nullptr); in getBinaryArray() local296 getItemAtPos(item, pos, strItem); in getBinaryArray()297 if ((strItem == nullptr) || (MajorType::BSTR != getType(strItem))) return ret; in getBinaryArray()299 const Bstr* bstr = strItem.get()->asBstr(); in getBinaryArray()
367 auto strItem = getItemAtPos(item, pos); in getByteArrayVec() local368 if (!strItem || (MajorType::BSTR != getType(strItem.value()))) { in getByteArrayVec()371 const Bstr* bstr = strItem.value().get()->asBstr(); in getByteArrayVec()