Home
last modified time | relevance | path

Searched defs:SortedMap (Results 1 – 25 of 76) sorted by relevance

1234

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/k-sone/critbitgo/
H A Dmap.go8 type SortedMap struct { struct
9 trie *Trie
12 func (m *SortedMap) Contains(key string) bool {
16 func (m *SortedMap) Get(key string) (value interface{}, ok bool) {
20 func (m *SortedMap) Set(key string, value interface{}) {
24 func (m *SortedMap) Delete(key string) (value interface{}, ok bool) {
28 func (m *SortedMap) Clear() {
32 func (m *SortedMap) Size() int {
37 func (m *SortedMap) Keys() []string {
48 func (m *SortedMap) Each(prefix string, handle func(key string, value interface{}) bool) bool {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-merkle-tree/
H A Dsorted_map.go9 type SortedMap struct { struct
10 list []KeyValuePair
46 func (s *SortedMap) sort() {
50 …oNode(h Hasher, prevRoot Hash, level Level) (hash Hash, node Node, objExported []byte, err error) {
56 func (s *SortedMap) binarySearch(k Hash) (ret int, eq bool) {
78 func (s *SortedMap) find(k Hash) *KeyValuePair {
87 func (s *SortedMap) replace(kvp KeyValuePair) *SortedMap {
111 func (s *SortedMap) Len() ChildIndex {
115 func (s *SortedMap) at(i ChildIndex) KeyValuePair {
119 func (s *SortedMap) slice(begin, end ChildIndex) *SortedMap {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/www/gohugo/hugo-0.91.2/tpl/internal/go_templates/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/backup/
H A Dvalidators.go21 out middleware.InitializeOutput, metadata middleware.Metadata, err error,
23 input, ok := in.Parameters.(*CreateBackupPlanInput)
27 if err := validateOpCreateBackupPlanInput(input); err != nil {
28 return out, metadata, err
30 return next.HandleInitialize(ctx, in)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/rogpeppe/go-internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/fmtsort/
H A Dsort.go21 type SortedMap struct { struct
22 Key []reflect.Value
23 Value []reflect.Value
26 func (o *SortedMap) Len() int { return len(o.Key) }
27 func (o *SortedMap) Less(i, j int) bool { return compare(o.Key[i], o.Key[j]) < 0 }
28 func (o *SortedMap) Swap(i, j int) {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/
H A Dsorted_map.rs21 pub struct SortedMap<K, V> { struct
25 impl<K, V> Default for SortedMap<K, V> { implementation
32 impl<K, V> SortedMap<K, V> { implementation
39 impl<K: Ord, V> SortedMap<K, V> { implementation
252 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
261 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
273 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
283 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation
294 impl<K: HashStable<CTX>, V: HashStable<CTX>, CTX> HashStable<CTX> for SortedMap<K, V> { implementation
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/
H A Dsorted_map.rs20 pub struct SortedMap<K: Ord, V> { struct
24 impl<K: Ord, V> SortedMap<K, V> { implementation
242 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
251 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
263 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
273 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/
H A Dsorted_map.rs20 pub struct SortedMap<K: Ord, V> { struct
24 impl<K: Ord, V> SortedMap<K, V> { impl
242 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
251 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
263 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
273 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/
H A Dsorted_map.rs20 pub struct SortedMap<K: Ord, V> { struct
24 impl<K: Ord, V> SortedMap<K, V> { argument
242 impl<K: Ord, V> IntoIterator for SortedMap<K, V> { implementation
251 impl<'a, K, Q, V> Index<&'a Q> for SortedMap<K, V> implementation
263 impl<'a, K, Q, V> IndexMut<&'a Q> for SortedMap<K, V> implementation
273 impl<K: Ord, V> FromIterator<(K, V)> for SortedMap<K, V> { implementation

1234