Searched refs:ExtractedStrx1Value (Results 1 – 1 of 1) sorted by relevance
315 auto ExtractedStrx1Value = toString(DieDG.find(Attr_DW_FORM_strx1)); in TestAllForms() local316 EXPECT_TRUE((bool)ExtractedStrx1Value); in TestAllForms()317 EXPECT_STREQ(Strx1Value, *ExtractedStrx1Value); in TestAllForms()