Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_traits_unittest.cc325 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()
Dstruct_with_traits_impl_traits.cc94 if (!data.ReadFStructMap(&out->get_mutable_struct_map())) in Read()
Dstruct_with_traits_impl.h84 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map() { in get_mutable_struct_map() function