Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Dufunction.h33 typedef Result result_type; typedef
41 typedef Result result_type; typedef
50 typedef Result result_type; typedef
107 typedef Result result_type; typedef
111 inline result_type operator() (argument_type v) const { return (m_pfn(v)); } in operator()
124 typedef Result result_type; typedef
128 …inline result_type operator() (first_argument_type v1, second_argument_type v2) const { return (m_… in operator()
158 typename UnaryFunction::result_type> {
161 typedef typename UnaryFunction::result_type result_type; typedef
164 inline result_type operator() (argument_type v) const { return (!m_pfn(v)); } in operator()
[all …]
Duspecial.h91 typedef typename Pair::first_type result_type; typedef
92 inline const result_type& operator()(const Pair& a) const { return (a.first); } in operator()
93 inline result_type& operator()(Pair& a) const { return (a.first); } in operator()
99 typedef typename Pair::second_type result_type; typedef
100 inline const result_type& operator()(const Pair& a) const { return (a.second); } in operator()
101 inline result_type& operator()(Pair& a) const { return (a.second); } in operator()