Home
last modified time | relevance | path

Searched refs:grep_callback (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/example/snippets/
Dregex_grep_example_3.cpp62 bool grep_callback(boost::match_results<std::string::const_iterator> what);
70 bool class_index::grep_callback(boost::match_results<std::string::const_iterator> what) in grep_callback() function in class_index
88 boost::regex_grep(std::bind1st(std::mem_fun1(&class_index::grep_callback), this), in IndexClasses()
93 boost::regex_grep(std::bind(&class_index::grep_callback, this, std::placeholders::_1), in IndexClasses()
98 boost::regex_grep(std::bind1st(std::mem_fun(&class_index::grep_callback), this), in IndexClasses()
Dregex_grep_example_4.cpp64 bool grep_callback(const boost::match_results<std::string::const_iterator>& what);
75 bool class_index::grep_callback(const boost::match_results<std::string::const_iterator>& what) in grep_callback() function in class_index
92 class_index::grep_callback_type cl = &(this->grep_callback); in IndexClasses()
Dpartial_regex_grep.cpp37 bool grep_callback(const boost::match_results<const char*>& m) in grep_callback() function
70 boost::regex_grep<bool(*)(const boost::cmatch&), const char*>(grep_callback, in search()
Dregex_grep_example_2.cpp59 bool grep_callback(const boost::match_results<std::string::const_iterator>& what) in grep_callback() function
76 boost::regex_grep(grep_callback, start, end, expression); in IndexClasses()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dregex_grep.qbk189 bool grep_callback(const boost::smatch& what)
205 regex_grep(grep_callback, start, end, expression, match_default);
228 bool grep_callback(boost::smatch what);
239 bool class_index::grep_callback(boost::smatch what)
256 regex_grep(std::bind1st(std::mem_fun(&class_index::grep_callback), this),
281 bool grep_callback(const arg_type& what);
294 bool class_index::grep_callback(const arg_type& what)
311 class_index::grep_callback_type cl = &(this->grep_callback);