Home
last modified time | relevance | path

Searched defs:output_proxy (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/iterator/
Dfunction_output_iterator.hpp34 struct output_proxy { struct in boost::iterators::function_output_iterator
35 output_proxy(UnaryFunction& f) : m_f(f) { } in output_proxy() argument
36 template <class T> output_proxy& operator=(const T& value) { in operator =()
40 UnaryFunction& m_f;
/third_party/boost/boost/
Dconcept_archetype.hpp453 struct output_proxy { struct
454 output_proxy& operator=(const T&) { return *this; } in operator =()
/third_party/weston/libweston/backend-wayland/
Dwayland.c2379 wayland_parent_output_geometry(void *data, struct wl_output *output_proxy, in wayland_parent_output_geometry()