Searched refs:docTypeItem (Results 1 – 3 of 3) sorted by relevance
150 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in TEST_P() local154 EXPECT_EQ(docTypeItem->value(), docType); in TEST_P()
91 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in extractFromTestCredentialData() local96 if (docTypeItem == nullptr || testCredentialItem == nullptr || in extractFromTestCredentialData()101 docType = docTypeItem->value(); in extractFromTestCredentialData()
60 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in initialize() local65 if (docTypeItem == nullptr || testCredentialItem == nullptr || in initialize()71 docType_ = docTypeItem->value(); in initialize()