Home
last modified time | relevance | path

Searched defs:unwrapper (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/
Dlicense2rtf.js295 const unwrapper = new Unwrapper(); constant
/third_party/boost/boost/bind/
Dbind.hpp150 template<class F> struct unwrapper struct
152 static inline F & unwrap( F & f, long ) in unwrap()
157 template<class F2> static inline F2 & unwrap( reference_wrapper<F2> rf, int ) in unwrap()
162 template<class R, class T> static inline _mfi::dm<R, T> unwrap( R T::* pm, int ) in unwrap()