Searched refs:get_mutable_string_array (Results 1 – 3 of 3) sorted by relevance
62 std::vector<std::string>& get_mutable_string_array() { return string_array_; } in get_mutable_string_array() function
103 if (!data.ReadFStringArray(&out->get_mutable_string_array())) in Read()
251 input.get_mutable_string_array().assign({"hello", "world!"}); in TEST_F()345 input.get_mutable_string_array().assign({"hello", "world!"}); in TEST_F()