Searched refs:ExtractedStrxValue (Results 1 – 1 of 1) sorted by relevance
311 auto ExtractedStrxValue = toString(DieDG.find(Attr_DW_FORM_strx)); in TestAllForms() local312 EXPECT_TRUE((bool)ExtractedStrxValue); in TestAllForms()313 EXPECT_STREQ(StrxValue, *ExtractedStrxValue); in TestAllForms()