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

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 52 void set_uint64(uint64_t value) { uint64_ = value; } function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
struct_with_traits_impl_traits.cc 93 out->set_uint64(data.f_uint64());
struct_traits_unittest.cc 249 input.set_uint64(42);
271 container->f_struct.set_uint64(42);
343 input.set_uint64(42);

Completed in 75 milliseconds