Searched defs:save_start (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/archive/detail/ | ||
D | common_oarchive.hpp | 73 void save_start(const char * /*name*/){} in save_start() function in boost::archive::detail::common_oarchive |
D | polymorphic_oarchive_route.hpp | 151 void save_start(const char * name) BOOST_OVERRIDE { in save_start() function in boost::archive::detail::polymorphic_oarchive_route |
/third_party/pcre2/pcre2/src/ | ||
D | pcre2_substitute.c | 381 PCRE2_SIZE save_start; in pcre2_substitute() local |
/third_party/re2/re2/ | ||
D | dfa.cc | 1437 StateSaver save_start(this, start); in InlinedSearchLoop() local |