Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dstring_parse_tree.hpp85 struct string_parse_tree struct
88 typedef std::multimap<charT, string_parse_tree< charT> > ptree_coll;
92 typedef typename ptree_coll::value_type value_type;
93 typedef typename ptree_coll::iterator iterator;
94 typedef typename ptree_coll::const_iterator const_iterator;
95 typedef std::basic_string<charT> string_type;
96 typedef std::vector<std::basic_string<charT> > collection_type;
97 typedef parse_match_result<charT> parse_match_result_type;
104 string_parse_tree(collection_type names, unsigned int starting_point=0) : in string_parse_tree() argument
119 string_parse_tree(short value = parse_match_result_type::PARSE_ERROR) : in string_parse_tree() function
[all …]