Home
last modified time | relevance | path

Searched defs:Item_base (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_table.h148 Item_base(T p_, int c) : p(p_ + getint2(p_, c)) { } in Item_base() function
149 Item_base(T p_) : p(p_) { } in Item_base() function
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_table.h146 Item_base(T p_, int c) : p(p_ + getint2(p_, c)) { } in Item_base() function
147 Item_base(T p_) : p(p_) { } in Item_base() function
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_table.h198 Item_base(T p_, int c) : p(p_ + getint2(p_, c)) { } in Item_base() function
199 explicit Item_base(T p_) : p(p_) { } in Item_base() function