Home
last modified time | relevance | path

Searched defs:push_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/coroutine2/
Dcoroutine.hpp27 using push_type = detail::push_coroutine< T >; typedef
/third_party/boost/libs/coroutine/test/
Dtest_asymmetric_coroutine.cpp59 void operator()( coro::asymmetric_coroutine< int >::push_type &) in operator ()()
91 void operator()( coro::asymmetric_coroutine< int >::push_type &) in operator ()()
103 void f2( coro::asymmetric_coroutine< void >::push_type &) in f2()
202 void f20( coro::asymmetric_coroutine< int >::push_type &) in f20()
/third_party/boost/libs/coroutine2/test/
Dtest_coroutine.cpp55 void operator()( coro::coroutine< int >::push_type &) in operator ()()
88 void operator()( coro::coroutine< int >::push_type &) in operator ()()
126 void f2( coro::coroutine< void >::push_type &) in f2()
216 void f20( coro::coroutine< int >::push_type &) in f20()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h181 void push_type(spv::Op op, const OperandList& operands) { in push_type() function
/third_party/boost/boost/coroutine/
Dasymmetric_coroutine.hpp2349 typedef push_coroutine< T > push_type; typedef
2357 typedef push_coroutine< T > push_type; typedef