Searched defs:swallow (Results 1 – 8 of 8) sorted by relevance
26 struct swallow { struct27 typedef int result_type;28 template<typename T> int operator()(const T*, int i) { return i; } in operator ()()29 template<typename T> int operator()(T &, int i) { return i; } in operator ()()30 template<typename T> int operator()(boost::weak_ptr<T>, int i) { return i; } in operator ()()
23 struct swallow { struct24 typedef int result_type;25 template<typename T> result_type operator()(const T*, int i) { return i; } in operator ()()
166 struct swallow struct169 constexpr swallow(Ts&&...) in swallow() function
45 using swallow = T[]; typedef
969 int count[12], sp = 0, pc = 0, swallow = 0; in format_scan() local
145 char swallow[16]; /**< matched character buffer */ member
2042 def swallow(*args): pass function