Home
last modified time | relevance | path

Searched refs:end_key (Results 1 – 14 of 14) sorted by relevance

/external/openfst/src/extensions/far/
Dfarscript.cc69 const string &begin_key, const string &end_key) { in FarEqual() argument
70 FarEqualInnerArgs args(filename1, filename2, delta, begin_key, end_key); in FarEqual()
95 const string &end_key, in FarInfo() argument
97 FarInfoArgs args(filenames, begin_key, end_key, list_fsts); in FarInfo()
107 const string &end_key, in FarPrintStrings() argument
116 begin_key, end_key, print_key, print_weight, in FarPrintStrings()
Dfarequal.cc26 DEFINE_string(end_key, "",
Dfarinfo.cc28 DEFINE_string(end_key, "",
Dfarprintstrings.cc30 DEFINE_string(end_key, "",
/external/openfst/src/include/fst/extensions/far/
Dequal.h32 const string &end_key = string()) {
62 if (!end_key.empty() && end_key < key1 && end_key < key2) {
Dfarscript.h171 const string &end_key = string());
205 const string &end_key,
213 const string &end_key; member
225 const string &end_key, const bool print_key, const bool print_weight, in FarPrintStringsArgs()
230 begin_key(begin_key), end_key(end_key), in FarPrintStringsArgs()
241 args->begin_key, args->end_key, args->print_key, args->print_weight, in FarPrintStrings()
252 const string &end_key,
Dprint-strings.h41 const string &end_key, const bool print_key, const bool print_weight, in FarPrintStrings() argument
81 if (!end_key.empty() && end_key < key) in FarPrintStrings()
Dextract.h103 string end_key = string(range_vector[1]); in FarExtract() local
104 if (begin_key.empty() || end_key.empty()) { in FarExtract()
114 if (end_key < ikey) break; in FarExtract()
Dinfo.h53 const string &end_key, const bool list_fsts) { in FarInfo() argument
65 if (!end_key.empty() && end_key < key) in FarInfo()
/external/chromium_org/third_party/leveldatabase/src/issues/
Dissue178_test.cc67 std::string end_key = Key1(kNumKeys - 1); in TEST() local
69 leveldb::Slice greatest(end_key.data(), end_key.size()); in TEST()
/external/chromium_org/third_party/leveldatabase/src/
DTODO5 - Maybe implement DB::BulkDeleteForRange(start_key, end_key)
7 within [start_key..end_key]? For Chrome, deletion of obsolete
/external/chromium_org/ui/views/
Daccessible_pane_view.h63 const ui::Accelerator& end_key() const { return end_key_; } in end_key() function
Daccessible_pane_view_unittest.cc204 test_view->AcceleratorPressed(test_view->end_key()); in TEST_F()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_backing_store.cc1387 const std::string& end_key, in DeleteBlobsInRange() argument
1392 (upper_open ? CompareKeys(it->Key(), end_key) < 0 in DeleteBlobsInRange()
1393 : CompareKeys(it->Key(), end_key) <= 0); in DeleteBlobsInRange()