Home
last modified time | relevance | path

Searched defs:StashKey (Results 1 – 10 of 10) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/attachments/
H A Dstash.go25 type StashKey struct { struct
26 OutboxID chat1.OutboxID
27 Preview bool
37 func (s StashKey) String() string {
42 Start(key StashKey, info AttachmentInfo) error
43 Lookup(key StashKey) (AttachmentInfo, bool, error)
44 RecordPart(key StashKey, partNumber int, hash string) error
45 Finish(key StashKey) error
H A Ds3.go245 …) makeBlockJobs(ctx context.Context, r io.Reader, blockCh chan job, stashKey StashKey, previous *A…
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Ddiagnostic_builder.rs124 pub fn stash(self, span: Span, key: StashKey) { in stash()
H A Dlib.rs349 pub enum StashKey { enum
491 pub fn stash_diagnostic(&self, span: Span, key: StashKey, diag: Diagnostic) { in stash_diagnostic()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Ddiagnostic_builder.rs124 pub fn stash(self, span: Span, key: StashKey) { in stash()
H A Dlib.rs351 pub enum StashKey { enum
493 pub fn stash_diagnostic(&self, span: Span, key: StashKey, diag: Diagnostic) { in stash_diagnostic()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Ddiagnostic_builder.rs124 pub fn stash(self, span: Span, key: StashKey) { in stash()
H A Dlib.rs351 pub enum StashKey { enum
493 pub fn stash_diagnostic(&self, span: Span, key: StashKey, diag: Diagnostic) { in stash_diagnostic()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Ddiagnostic_builder.rs124 pub fn stash(self, span: Span, key: StashKey) { in stash()
H A Dlib.rs457 pub enum StashKey { enum
609 pub fn stash_diagnostic(&self, span: Span, key: StashKey, diag: Diagnostic) { in stash_diagnostic()