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