Home
last modified time | relevance | path

Searched refs:save_start (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/archive/
Dbasic_xml_oarchive.hpp75 save_start(const char *name);
99 this->This()->save_start(t.name()); in save_override()
Dpolymorphic_oarchive.hpp97 virtual void save_start(const char * name) = 0;
116 save_start(t.name()); in save_override()
/third_party/boost/boost/archive/detail/
Dpolymorphic_oarchive_route.hpp151 void save_start(const char * name) BOOST_OVERRIDE { in save_start() function in boost::archive::detail::polymorphic_oarchive_route
152 ArchiveImplementation::save_start(name); in save_start()
Dcommon_oarchive.hpp73 void save_start(const char * /*name*/){} in save_start() function in boost::archive::detail::common_oarchive
/third_party/quickjs/
Dlibregexp-opcode.h38 DEF(save_start, 2) /* save start position */
/third_party/pcre2/pcre2/src/
Dpcre2_substitute.c381 PCRE2_SIZE save_start; in pcre2_substitute() local
391 save_start = start_offset++; in pcre2_substitute()
416 fraglength = start_offset - save_start; in pcre2_substitute()
417 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
/third_party/boost/boost/archive/impl/
Dbasic_xml_oarchive.ipp97 basic_xml_oarchive<Archive>::save_start(const char *name)
/third_party/re2/re2/
Ddfa.cc1437 StateSaver save_start(this, start); in InlinedSearchLoop() local
1444 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()