Searched refs:get_mutable_struct_map (Results 1 – 3 of 3) sorted by relevance
325 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()326 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()460 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()461 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()
94 if (!data.ReadFStructMap(&out->get_mutable_struct_map())) in Read()
84 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map() { in get_mutable_struct_map() function