Searched defs:Checkpoint (Results 1 – 7 of 7) sorted by relevance
56 struct Checkpoint { struct57 …Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppend… in Checkpoint() function61 size_t tokensExtractedSincePreviousCheckpoint; argument66 … { input.clear(); numberOfSegmentsAlreadyAppended = 0; tokensExtractedSincePreviousCheckpoint = 0;} in clear() argument71 Vector<Checkpoint> m_checkpoints; argument
60 struct Checkpoint { struct65 HTMLInputCheckpoint inputCheckpoint; argument66 TokenPreloadScannerCheckpoint preloadScannerCheckpoint; argument75 void resumeFrom(PassOwnPtr<Checkpoint>); argument
76 struct Checkpoint { struct77 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount) in Checkpoint() function98 Vector<Checkpoint> m_checkpoints; argument
124 struct Checkpoint { struct131 Checkpoint() in Checkpoint() argument
35 typedef testing::StrictMock<testing::MockFunction<void(int)> > Checkpoint; // NOLINT typedef
502 void DescriptorPool::Tables::Checkpoint() { in Checkpoint() function in google::protobuf::DescriptorPool::Tables
143 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT typedef