Searched refs:prefixed_string (Results 1 – 1 of 1) sorted by relevance
348 std::string prefixed_string = AddGrammaticalGenderPrefix(std::string(*string->value)); in Visit() local350 util::make_unique<String>(pool_->MakeRef(prefixed_string)); in Visit()357 std::string prefixed_string = AddGrammaticalGenderPrefix(std::string(string->value->value)); in Visit() local359 new_string.str = std::move(prefixed_string); in Visit()