Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/
Doutput_iterator.hpp149 struct counting_policy struct
152 counting_policy() : count(NULL) {} in counting_policy() function
153 counting_policy(counting_policy const& rhs) : count(rhs.count) {} in counting_policy() argument
156 counting_sink<OutputIterator>* chain_counting( in chain_counting()
165 void output(T const&) in output()
173 counting_sink<OutputIterator>* count; // for counting
338 typedef Counting counting_policy; typedef
359 typedef Counting counting_policy; typedef