Home
last modified time | relevance | path

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

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/segment/mem/
H A Ddict.go74 type DictionaryIterator struct { struct
75 d *Dictionary
76 prefix string
77 end string
78 offset int
80 dictEntry index.DictEntry // reused across Next()'s
84 func (d *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/zapx/v11/
H A Ddict.go129 type DictionaryIterator struct { struct
130 d *Dictionary
131 itr vellum.Iterator
132 err error
133 tmp PostingsList
134 entry index.DictEntry
135 omitCount bool
141 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/zapx/v13/
H A Ddict.go129 type DictionaryIterator struct { struct
130 d *Dictionary
131 itr vellum.Iterator
132 err error
133 tmp PostingsList
134 entry index.DictEntry
135 omitCount bool
141 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/zapx/v12/
H A Ddict.go129 type DictionaryIterator struct { struct
130 d *Dictionary
131 itr vellum.Iterator
132 err error
133 tmp PostingsList
134 entry index.DictEntry
135 omitCount bool
141 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/zapx/v14/
H A Ddict.go129 type DictionaryIterator struct { struct
130 d *Dictionary
131 itr vellum.Iterator
132 err error
133 tmp PostingsList
134 entry index.DictEntry
135 omitCount bool
141 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/zapx/v15/
H A Ddict.go129 type DictionaryIterator struct { struct
130 d *Dictionary
131 itr vellum.Iterator
132 err error
133 tmp PostingsList
134 entry index.DictEntry
135 omitCount bool
141 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/index/scorch/segment/zap/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/zap/v12/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/zap/v13/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/zap/v14/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/zap/v11/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/zap/v15/
H A Ddict.go236 type DictionaryIterator struct { struct
237 d *Dictionary
238 itr vellum.Iterator
239 err error
240 tmp PostingsList
241 entry index.DictEntry
242 omitCount bool
246 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/segment/zap/
H A Ddict.go140 type DictionaryIterator struct { struct
141 d *Dictionary
142 itr vellum.Iterator
143 err error
144 tmp PostingsList
148 func (i *DictionaryIterator) Next() (*index.DictEntry, error) {
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDictionaryIterator.h45 DictionaryIterator() {} in DictionaryIterator() function
46 DictionaryIterator(Dictionary& list) : ListIterator(list) {} in DictionaryIterator() function
H A DDictionary.h26 class DictionaryIterator; variable
51 friend class DictionaryIterator; variable
H A DActiveItemDictionary.h33 friend class DictionaryIterator; variable
H A DLink.h44 friend class DictionaryIterator; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_walker.cpp36 class DictionaryIterator final : public CPDF_ObjectWalker::SubobjectIterator { class
38 explicit DictionaryIterator(const CPDF_Dictionary* dictionary) in DictionaryIterator() function in __anon7eb60b780111::DictionaryIterator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_walker.cpp37 class DictionaryIterator final : public CPDF_ObjectWalker::SubobjectIterator { class
39 explicit DictionaryIterator(const CPDF_Dictionary* dictionary) in DictionaryIterator() function in __anon2e351f330111::DictionaryIterator
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/segment/
H A Dsegment.go59 type DictionaryIterator interface { interface
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/index/scorch/segment/
H A Dsegment.go66 type DictionaryIterator interface { interface
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/scorch_segment_api/v2/
H A Dsegment.go71 type DictionaryIterator interface { interface
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/index/scorch/segment/
H A Dsegment.go76 type DictionaryIterator interface { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dvalues_unittest.cc2156 TEST(ValuesTest, DictionaryIterator) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dvalues_unittest.cc2174 TEST(ValuesTest, DictionaryIterator) { in TEST() argument