Searched defs:end_key (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/issues/
H A Dissue178_test.cc67 std::string end_key = Key1(kNumKeys - 1); local
69 leveldb::Slice greatest(end_key.data(), end_key.size());
/external/chromium_org/ui/views/
H A Daccessible_pane_view.h63 const ui::Accelerator& end_key() const { return end_key_; } function in class:views::AccessiblePaneView
/external/openfst/src/include/fst/extensions/far/
H A Dextract.h103 string end_key = string(range_vector[1]); local
104 if (begin_key.empty() || end_key.empty()) {
114 if (end_key < ikey) break;
H A Dinfo.h53 const string &end_key, const bool list_fsts) {
65 if (!end_key.empty() && end_key < key)
52 FarInfo(const vector<string> &filenames, const string &begin_key, const string &end_key, const bool list_fsts) argument
H A Dprint-strings.h41 const string &end_key, const bool print_key, const bool print_weight,
81 if (!end_key.empty() && end_key < key)
38 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h171 const string &end_key = string());
205 const string &end_key,
213 const string &end_key; member in struct:fst::script::FarPrintStringsArgs
225 const string &end_key, const bool print_key, const bool print_weight,
230 begin_key(begin_key), end_key(end_key),
241 args->begin_key, args->end_key, args->print_key, args->print_weight,
252 const string &end_key,
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc69 const string &begin_key, const string &end_key) {
70 FarEqualInnerArgs args(filename1, filename2, delta, begin_key, end_key);
95 const string &end_key,
97 FarInfoArgs args(filenames, begin_key, end_key, list_fsts);
107 const string &end_key,
116 begin_key, end_key, print_key, print_weight,
67 FarEqual(const string &filename1, const string &filename2, const string &arc_type, float delta, const string &begin_key, const string &end_key) argument
92 FarInfo(const vector<string> &filenames, const string &arc_type, const string &begin_key, const string &end_key, const bool list_fsts) argument
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1387 const std::string& end_key,
1392 (upper_open ? CompareKeys(it->Key(), end_key) < 0
1393 : CompareKeys(it->Key(), end_key) <= 0);
1382 DeleteBlobsInRange( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, const std::string& start_key, const std::string& end_key, bool upper_open) argument

Completed in 240 milliseconds