Home
last modified time | relevance | path

Searched refs:get_mutable_struct_map (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_traits_unittest.cc256 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()
257 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()
350 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()
351 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()
Dstruct_with_traits_impl.h78 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map() { in get_mutable_struct_map() function
Dstruct_with_traits_impl_traits.cc112 if (!data.ReadFStructMap(&out->get_mutable_struct_map())) in Read()