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