Home
last modified time | relevance | path

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

12345678910>>...37

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() function
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
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A 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() function
25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A 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
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() function
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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dbackground_html_input_stream.h62 struct Checkpoint { struct
63 Checkpoint(const SegmentedString& i, wtf_size_t n, wtf_size_t t) in Checkpoint() function
86 Vector<Checkpoint> checkpoints_; argument
H A Dbackground_html_parser.h73 struct Checkpoint { struct
81 HTMLInputCheckpoint input_checkpoint; argument
82 TokenPreloadScannerCheckpoint preload_scanner_checkpoint; argument
89 void ResumeFrom(std::unique_ptr<Checkpoint>); argument
H A Dhtml_preload_scanner.h118 struct Checkpoint { struct
119 Checkpoint(const KURL& predicted_base_element_url, in Checkpoint() argument
128 KURL predicted_base_element_url;
129 bool in_style;
130 bool in_script;
131 size_t template_count;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dbackground_html_input_stream.h62 struct Checkpoint { struct
63 Checkpoint(const SegmentedString& i, wtf_size_t n, wtf_size_t t) in Checkpoint() function
86 Vector<Checkpoint> checkpoints_; argument
H A Dbackground_html_parser.h72 struct Checkpoint { struct
80 HTMLInputCheckpoint input_checkpoint; argument
81 TokenPreloadScannerCheckpoint preload_scanner_checkpoint; argument
88 void ResumeFrom(std::unique_ptr<Checkpoint>); argument
H A Dhtml_preload_scanner.h121 struct Checkpoint { struct
122 Checkpoint(const KURL& predicted_base_element_url, in Checkpoint() function
131 KURL predicted_base_element_url;
132 bool in_style;
133 bool in_script;
134 size_t template_count;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/src/
H A Dcheckpoint.rs29 pub struct Checkpoint { struct
33 impl Checkpoint { implementation
38 pub fn new(db: &DB) -> Result<Checkpoint, Error> { in new()
74 impl Drop for Checkpoint { implementation
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dcheckpoints.go41 type Checkpoint struct { struct
42 ClusterID string `json:"clusterId"`
43 Completed string `json:"completed,omitempty"`
44 GroupID string `json:"groupId"`
45 ID string `json:"id,omitempty"` // Unique identifier of the checkpoint.
46 … []*Link `json:"links,omitempty"` // One or more links to sub-resources and/or related resources.
47 Parts []*Part `json:"parts,omitempty"`
48 Restorable bool `json:"restorable"`
49 Started string `json:"started"`
50 Timestamp string `json:"timestamp"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dcheckpoints.go27 type Checkpoint struct { struct
28 ClusterID string `json:"clusterId"`
29 Completed string `json:"completed,omitempty"`
30 GroupID string `json:"groupId"`
31 ID string `json:"id,omitempty"` // Unique identifier of the checkpoint.
32 … []*Link `json:"links,omitempty"` // One or more links to sub-resources and/or related resources.
33 Parts []*Part `json:"parts,omitempty"`
34 Restorable bool `json:"restorable"`
35 Started string `json:"started"`
36 Timestamp string `json:"timestamp"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dcheckpoints.go41 type Checkpoint struct { struct
42 ClusterID string `json:"clusterId"`
43 Completed string `json:"completed,omitempty"`
44 GroupID string `json:"groupId"`
45 ID string `json:"id,omitempty"` // Unique identifier of the checkpoint.
46 … []*Link `json:"links,omitempty"` // One or more links to sub-resources and/or related resources.
47 Parts []*Part `json:"parts,omitempty"`
48 Restorable bool `json:"restorable"`
49 Started string `json:"started"`
50 Timestamp string `json:"timestamp"`
/dports/devel/sccache/sccache-0.2.15/cargo-crates/combine-4.5.2/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/combine-4.5.2/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/combine-4.6.1/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/combine-4.6.2/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/combine-4.6.2/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/combine-4.6.0/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/combine-4.6.2/src/stream/
H A Dposition.rs18 type Checkpoint: Clone; typedef
25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint()
160 type Checkpoint = T::Checkpoint; typedef
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
205 type Checkpoint = Self; typedef
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
277 type Checkpoint = Self; typedef
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
306 type Checkpoint = Self; typedef
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/rowan-0.15.2/src/green/
H A Dbuilder.rs9 pub struct Checkpoint(usize); struct
84 pub fn checkpoint(&self) -> Checkpoint { in checkpoint()
91 pub fn start_node_at(&mut self, checkpoint: Checkpoint, kind: SyntaxKind) { in start_node_at()
92 let Checkpoint(checkpoint) = checkpoint; in start_node_at() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/rowan/src/green/
H A Dbuilder.rs9 pub struct Checkpoint(usize); struct
84 pub fn checkpoint(&self) -> Checkpoint { in checkpoint()
91 pub fn start_node_at(&mut self, checkpoint: Checkpoint, kind: SyntaxKind) { in start_node_at()
92 let Checkpoint(checkpoint) = checkpoint; in start_node_at() localVariable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/tests/
H A Dcheckpoint.cpp59 TEST(Checkpoint, ReadingThrowsWhenValueNotPresent) in TEST() argument
67 TEST(Checkpoint, ReadingDoesNotThrowWhenValuePresent) in TEST() argument
80 TEST(Checkpoint, KvtRoundTripInt64) in TEST() argument
93 TEST(Checkpoint, KvtRoundTripReal) in TEST() argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/vb6/
H A DCDisassembler.cls5 DataBindingBehavior = 0 'vbNone
20 'Copyright: FireEye 2017
23 'NOTE: the VB code was built and tested against Capstone v3.0 rc4

12345678910>>...37