Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/serialization/include/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()
/external/sdv/vsomeip/third_party/boost/serialization/include/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
/external/pcre/src/
Dpcre2_substitute.c403 PCRE2_SIZE save_start; in pcre2_substitute() local
413 save_start = start_offset++; in pcre2_substitute()
438 fraglength = start_offset - save_start; in pcre2_substitute()
439 if (!replacement_only) CHECKMEMCPY(subject + save_start, fraglength); in pcre2_substitute()
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/impl/
Dbasic_xml_oarchive.ipp97 basic_xml_oarchive<Archive>::save_start(const char *name)
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c2545 tcp_seq save_start = th->th_seq; in tcp_do_segment() local
2632 tcp_update_sack_list(tp, save_start, save_start + tlen); in tcp_do_segment()
/external/cronet/tot/third_party/re2/src/re2/
Ddfa.cc1449 StateSaver save_start(this, start); in InlinedSearchLoop() local
1456 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1427 StateSaver save_start(this, start); in InlinedSearchLoop() local
1434 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()
/external/cronet/stable/third_party/re2/src/re2/
Ddfa.cc1449 StateSaver save_start(this, start); in InlinedSearchLoop() local
1456 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()
/external/regex-re2/re2/
Ddfa.cc1427 StateSaver save_start(this, start); in InlinedSearchLoop() local
1434 if ((start = save_start.Restore()) == NULL || in InlinedSearchLoop()