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