Searched refs:ExtractedStrx4Value (Results 1 – 1 of 1) sorted by relevance
327 auto ExtractedStrx4Value = toString(DieDG.find(Attr_DW_FORM_strx4)); in TestAllForms() local328 EXPECT_TRUE((bool)ExtractedStrx4Value); in TestAllForms()329 EXPECT_STREQ(Strx4Value, *ExtractedStrx4Value); in TestAllForms()