Home
last modified time | relevance | path

Searched defs:Unique (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dunique.go12 type Unique struct { struct
13 uid uint64
14 tags graph.Tagger
15 subIt graph.Iterator
16 result graph.Value
17 runstats graph.IteratorStats
18 err error
19 seen map[interface{}]bool
30 func (it *Unique) UID() uint64 {
35 func (it *Unique) Reset() {
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/ptr/
H A Dunique.rs36 pub struct Unique<T: ?Sized> { struct
46 /// `Unique` pointers are `Send` if `T` is `Send` because the data they argument
51 unsafe impl<T: Send + ?Sized> Send for Unique<T> {} implementation
58 unsafe impl<T: Sync + ?Sized> Sync for Unique<T> {} implementation
61 impl<T: Sized> Unique<T> { impl
81 impl<T: ?Sized> Unique<T> { implementation
149 impl<T: ?Sized> Clone for Unique<T> { implementation
157 impl<T: ?Sized> Copy for Unique<T> {} implementation
166 impl<T: ?Sized> fmt::Debug for Unique<T> { implementation
173 impl<T: ?Sized> fmt::Pointer for Unique<T> { implementation
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/sass-rs-0.2.2/src/bindings/
H A Dptr.rs25 pub struct Unique<T: Sized> { struct
30 /// `Unique` pointers are `Send` if `T` is `Send` because the data they argument
34 unsafe impl<T: Send + Sized> Send for Unique<T> {} implementation
40 unsafe impl<T: Sync + Sized> Sync for Unique<T> {} implementation
42 impl<T: Sized> Unique<T> { implementation
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/vault-0.3.1.5/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) type
47 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/vault-0.3.1.4/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) constructor
47 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/vault-0.3.1.4/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) type
47 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/vault-0.3.1.5/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) type
47 newtype Unique = Unique Integer deriving (Eq,Ord) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/vault-0.3.1.5/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) constructor
47 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/vault-0.3.1.5/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) function
47 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/vault-0.3.1.4/src/Data/Unique/
H A DReally.hs21 newtype Unique = Unique (StableName Data.Unique.Unique) deriving (Eq) type
47 newtype Unique = Unique Integer deriving (Eq,Ord) function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/hashglobe/src/
H A Dtable.rs15 use std::marker;
16 use std::mem::{self, align_of, size_of};
17 use std::ops::{Deref, DerefMut};
20 use self::BucketState::*;
34 const EMPTY_BUCKET: HashUint = 0;
35 const EMPTY: usize = 1;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/hashglobe/src/
H A Dshim.rs15 pub struct Unique<T: 'static> { struct
20 impl<T: 'static> Unique<T> { argument
32 unsafe impl<T: Send + 'static> Send for Unique<T> { } implementation
34 unsafe impl<T: Sync + 'static> Sync for Unique<T> { } implementation
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/hashglobe/src/
H A Dshim.rs15 pub struct Unique<T: 'static> { struct
20 impl<T: 'static> Unique<T> { argument
32 unsafe impl<T: Send + 'static> Send for Unique<T> {} implementation
34 unsafe impl<T: Sync + 'static> Sync for Unique<T> {} implementation
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/hashglobe/src/
H A Dshim.rs15 pub struct Unique<T: 'static> { struct
20 impl<T: 'static> Unique<T> { argument
32 unsafe impl<T: Send + 'static> Send for Unique<T> {} implementation
34 unsafe impl<T: Sync + 'static> Sync for Unique<T> {} implementation
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DUnique.hs42 newtype Unique = Unique Integer deriving (Eq,Ord) type
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest21680.d3 struct Unique struct
5 alias ValueType = typeof({ return field; }()); /* Error: need `this` for
7 int field;
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Event/
H A DUnique.hs21 newtype Unique = Unique { asInt :: Int } type
/dports/devel/thrust/thrust-1.9.5/perf_test/
H A Dunique.h6 struct Unique struct
13 Unique(Policy p_, const Range& X, BinaryPredicate pred = BinaryPredicate()) argument
34 struct UniqueCopy argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Dissue-22655.rs8 unsafe impl<T: Send + ?Sized> Send for Unique<T> { } implementation
10 pub struct Unique<T:?Sized> { struct
16 edges: Unique<Node<V>>, argument
/dports/math/gecode/gecode-0916a1a/gecode/iter/
H A Dvalues-unique.hpp46 class Unique { class
78 Unique<I>::Unique(void) {} in Unique() function in Gecode::Iter::Values::Unique
82 Unique<I>::Unique(I& i0) in Unique() function in Gecode::Iter::Values::Unique
/dports/math/fftw3-float/fftw-3.3.9/genfft/
H A Dunique.ml1 (*
24 type unique = Unique of int Constructor
/dports/math/fftw3/fftw-3.3.9/genfft/
H A Dunique.ml1 (*
24 type unique = Unique of int Constructor
/dports/math/fftw3-long/fftw-3.3.9/genfft/
H A Dunique.ml1 (*
24 type unique = Unique of int Constructor
/dports/math/fftw3-quad/fftw-3.3.9/genfft/
H A Dunique.ml1 (*
24 type unique = Unique of int Constructor
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/itertools-0.10.1/src/
H A Dunique_impl.rs102 impl<I> Iterator for Unique<I> implementation
130 impl<I> DoubleEndedIterator for Unique<I> implementation
146 impl<I> FusedIterator for Unique<I> implementation
156 pub struct Unique<I: Iterator> { struct
157 iter: UniqueBy<I, I::Item, ()>, argument
160 impl<I> fmt::Debug for Unique<I> implementation

12345678910>>...46