Home
last modified time | relevance | path

Searched refs:ov_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/test/x3/
Drule4.cpp128 typedef boost::optional<int> ov_type; in main() typedef
129 auto r2 = rule<class r2, ov_type>() in main()
131 ov_type ov; in main()
/third_party/boost/libs/spirit/test/qi/
Drule4.cpp134 typedef boost::optional<int> ov_type; in main() typedef
135 rule<const char*, ov_type()> r2 = int_; in main()
136 ov_type ov; in main()