Home
last modified time | relevance | path

Searched defs:swallow (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/signals2/test/
Dtrackable_test.cpp26 struct swallow { struct
27 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 ()()
Dtrack_test.cpp23 struct swallow { struct
24 typedef int result_type;
25 template<typename T> result_type operator()(const T*, int i) { return i; } in operator ()()
/third_party/boost/boost/hof/
Dproj.hpp166 struct swallow struct
169 constexpr swallow(Ts&&...) in swallow() function
/third_party/boost/libs/hana/include/boost/hana/
Dbool.hpp45 using swallow = T[]; typedef
/third_party/boost/boost/hana/
Dbool.hpp45 using swallow = T[]; typedef
/third_party/libwebsockets/lib/misc/
Dlecp.c969 int count[12], sp = 0, pc = 0, swallow = 0; in format_scan() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h145 char swallow[16]; /**< matched character buffer */ member
/third_party/python/Lib/test/
Dtest_descr.py2042 def swallow(*args): pass function