Searched refs:ExtractedStrx3Value (Results 1 – 1 of 1) sorted by relevance
321 auto ExtractedStrx3Value = toString(DieDG.find(Attr_DW_FORM_strx3)); in TestAllForms() local322 EXPECT_TRUE((bool)ExtractedStrx3Value); in TestAllForms()323 EXPECT_STREQ(Strx3Value, *ExtractedStrx3Value); in TestAllForms()