Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLLexer.h137 void rewindToCheckpoint(Checkpoint checkpoint) { in rewindToCheckpoint()
DSkSLDSLParser.cpp538 Checkpoint checkpoint(this); in varDeclarationsOrExpressionStatement() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c254 static int get_backtrace_info(void **buffer, int nptr, int fd, bool verbose, bool checkpoint) in get_backtrace_info()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc856 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7099 static void checkpoint(upb_pbdecoder *d) { in checkpoint() function