HomeSort by relevance Sort by last modified time
    Searched refs:get_mutable_struct_map (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 78 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map() { function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
struct_traits_unittest.cc 256 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
257 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);
350 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
351 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);
struct_with_traits_impl_traits.cc 112 if (!data.ReadFStructMap(&out->get_mutable_struct_map()))

Completed in 78 milliseconds