Searched defs:test_visitor (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/variant/test/ |
D | variant_multivisit_test.cpp | 30 struct test_visitor: boost::static_visitor<> { struct 33 void operator()(T1&, T2&, T3&) const in operator ()() 39 void operator()(T1&, T2&, T3&, T4&) const in operator ()() 45 void operator()(T1&, T2&, T3&, T4&, T5&) const in operator ()() 51 void operator()(char v0, unsigned char v1, signed char v2) const in operator ()() 58 void operator()(char v0, unsigned char v1, signed char v2, unsigned short v3) const in operator ()() 66 void operator()(char v0, unsigned char v1, signed char v2, unsigned short v3, int v4) const in operator ()() 77 void operator()(my_noncopyable&, my_noncopyable&, my_noncopyable&) const { in operator ()() 80 void operator()(my_noncopyable&, my_noncopyable&, my_noncopyable&, my_noncopyable&) const { in operator ()() 83 …ator()(my_noncopyable&, my_noncopyable&, my_noncopyable&, my_noncopyable&, my_noncopyable&) const { in operator ()() [all …]
|
/third_party/python/Lib/test/ |
D | test_asdl_parser.py | 102 def test_visitor(self): member in TestAsdlParser
|