Searched defs:Checkpoint (Results 1 – 11 of 11) sorted by relevance
| /external/libcxx/test/support/ |
| D | assert_checkpoint.h | 8 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() function 25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
|
| /external/rust/crates/combine/src/stream/ |
| D | position.rs | 18 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 …]
|
| D | buffered.rs | 42 type Checkpoint = usize; typedef 44 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
| D | state.rs | 26 type Checkpoint = S::Checkpoint; typedef 29 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
| D | span.rs | 56 type Checkpoint = S::Checkpoint; typedef 59 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
| D | mod.rs | 144 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()
|
| D | easy.rs | 818 type Checkpoint = S::Checkpoint; typedef 820 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
| /external/skia/src/sksl/ |
| D | SkSLLexer.h | 130 struct Checkpoint { struct 135 Checkpoint getCheckpoint() const { return {fOffset, fLine}; } in getCheckpoint() argument
|
| D | SkSLDSLParser.h | 255 Checkpoint(DSLParser* p) : fParser(p) { in Checkpoint() function
|
| /external/tensorflow/tensorflow/python/training/tracking/ |
| D | util.py | 1843 class Checkpoint(tracking.AutoTrackable): class
|
| /external/rust/crates/combine/src/parser/ |
| D | combinator.rs | 434 before: <Input as ResetStream>::Checkpoint, in recognize_result()
|