Home
last modified time | relevance | path

Searched defs:Mutable (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/database/internal/treap/
H A Dmutable.go17 type Mutable struct { struct
18 root *treapNode
19 count int
23 totalSize uint64
27 func (t *Mutable) Len() int {
35 func (t *Mutable) Size() uint64 {
68 func (t *Mutable) Has(key []byte) bool {
77 func (t *Mutable) Get(key []byte) []byte {
106 func (t *Mutable) Put(key, value []byte) {
179 func (t *Mutable) Delete(key []byte) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dprinted_document.h152 struct Mutable { struct
158 int expected_page_count_ = 0;
161 int page_count_ = 0;
163 std::unique_ptr<MetafilePlayer> metafile_;
171 PrintedPages pages_;
174 bool converting_pdf_ = false;
178 gfx::Size page_size_;
179 gfx::Rect page_content_rect_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dprinted_document.h151 struct Mutable { struct
157 uint32_t expected_page_count_ = 0;
160 uint32_t page_count_ = 0;
162 std::unique_ptr<MetafilePlayer> metafile_;
170 PrintedPages pages_;
173 bool converting_pdf_ = false;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DMutable.java20 public class Mutable<T> class
22 public Mutable() in Mutable() method in Mutable
27 public Mutable(T data) in Mutable() method in Mutable
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DBuildable.hs45 type Mutable col :: * -> * type
74 type Mutable (UArray ty) = MUArray ty type
82 type Mutable (BA.Array ty) = BA.MArray ty type
91 type Mutable S.String = S.MutableString type
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dperformance-for-range-copy.cpp103 struct Mutable { struct
104 Mutable() {} in Mutable() function
106 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
111 Mutable& operator[](int I) { in operator []() argument
114 bool operator==(const Mutable &Other) const { in operator ==() argument
117 ~Mutable() {} in ~Mutable() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp107 struct Mutable { struct
108 Mutable() {} in Mutable() argument
111 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
116 Mutable& operator[](int I) { in operator []() argument
119 bool operator==(const Mutable &Other) const { in operator ==() argument
122 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dperformance-for-range-copy.cpp107 struct Mutable { struct
108 Mutable() {} in Mutable() argument
111 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
116 Mutable& operator[](int I) { in operator []() argument
119 bool operator==(const Mutable &Other) const { in operator ==() argument
122 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp107 struct Mutable { struct
108 Mutable() {} in Mutable() function
111 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
116 Mutable& operator[](int I) { in operator []() argument
119 bool operator==(const Mutable &Other) const { in operator ==() argument
122 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dperformance-for-range-copy.cpp107 struct Mutable { struct
108 Mutable() {} in Mutable() argument
111 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
116 Mutable& operator[](int I) { in operator []() argument
119 bool operator==(const Mutable &Other) const { in operator ==() argument
122 ~Mutable() {} in ~Mutable() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() argument
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() argument
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() argument
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() argument
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() argument
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() argument
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy.cpp108 struct Mutable { struct
109 Mutable() {} in Mutable() function
112 Mutable(const Mutable &, const Mutable &) {} in Mutable() function
117 Mutable& operator[](int I) { in operator []() argument
120 bool operator==(const Mutable &Other) const { in operator ==() argument
123 ~Mutable() {} in ~Mutable() argument

12345678910>>...56