OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_mutable_handle
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.cc
105
out->
get_mutable_handle
() = data.TakeFHandle();
struct_with_traits_impl.h
123
ScopedHandle&
get_mutable_handle
() { return handle_; }
function in class:mojo::test::EnumWithTraitsImpl::MoveOnlyStructWithTraitsImpl
struct_with_traits_impl_traits.h
139
return std::move(value.
get_mutable_handle
());
struct_traits_unittest.cc
370
passed.
get_mutable_handle
().release().value()));
377
input.
get_mutable_handle
().reset(mp.handle0.release());
Completed in 573 milliseconds