Home
last modified time | relevance | path

Searched defs:Checkpoint (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/support/
Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() argument
25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
/external/rust/crates/combine/src/stream/
Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
26 fn reset(&mut self, checkpoint: Self::Checkpoint); in reset()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
178 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
223 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset()
277 type Checkpoint = Self; typedef
[all …]
Dbuffered.rs42 type Checkpoint = usize; typedef
44 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
Dstate.rs26 type Checkpoint = S::Checkpoint; typedef
29 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
Dspan.rs56 type Checkpoint = S::Checkpoint; typedef
59 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
Dmod.rs144 type Checkpoint: Clone; typedef
148 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
427 type Checkpoint = I::Checkpoint; typedef
429 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
779 type Checkpoint = S::Checkpoint; typedef
782 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
881 type Checkpoint = S::Checkpoint; typedef
884 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
965 type Checkpoint = S::Checkpoint; typedef
968 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
Deasy.rs818 type Checkpoint = S::Checkpoint; typedef
820 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
/external/skia/src/sksl/
DSkSLLexer.h131 struct Checkpoint { struct
135 Checkpoint getCheckpoint() const { return {fOffset}; } in getCheckpoint() argument
DSkSLParser.h289 Checkpoint(Parser* p) : fParser(p) { in Checkpoint() function
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint.py2019 class Checkpoint(autotrackable.AutoTrackable): class
/external/rust/crates/combine/src/parser/
Dcombinator.rs434 before: <Input as ResetStream>::Checkpoint, in recognize_result()
/external/cronet/net/websockets/
Dwebsocket_channel_test.cc152 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT typedef