Searched refs:ExtractedStrx2Value (Results 1 – 1 of 1) sorted by relevance
319 auto ExtractedStrx2Value = toString(DieDG.find(Attr_DW_FORM_strx2)); in TestAllForms() local320 EXPECT_TRUE((bool)ExtractedStrx2Value); in TestAllForms()321 EXPECT_STREQ(Strx2Value, *ExtractedStrx2Value); in TestAllForms()