Home
last modified time | relevance | path

Searched refs:FetchAndReset (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
Dstruct_serialization_definition.tmpl61 …result->{{pf.field.name}}.Bind(mojo::MakeScopedHandle(mojo::internal::FetchAndReset(&input->{{pf.f…
63 result->{{pf.field.name}}.reset(mojo::internal::FetchAndReset(&input->{{pf.field.name}}));
Dinterface_definition.tmpl22 …aram.kind|get_name_for_kind}}>(mojo::MakeScopedHandle(mojo::internal::FetchAndReset(&params->{{par…
24 …kind.kind|get_name_for_kind}}>(mojo::MakeScopedHandle(mojo::internal::FetchAndReset(&params->{{par…
26 mojo::MakeScopedHandle(mojo::internal::FetchAndReset(&params->{{param.name}}))
/external/chromium_org/mojo/public/cpp/bindings/lib/
Dbindings_internal.h60 T FetchAndReset(T* ptr) { in FetchAndReset() function
Dbindings_serialization.cc79 *handle = FetchAndReset(&handles->at(handle->value())); in DecodeHandle()
Darray_serialization.h116 result.at(i) = MakeScopedHandle(FetchAndReset(&input->at(i)));