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

/external/chromium_org/third_party/libaddressinput/chromium/
H A Dtrie.cc41 void Trie<T>::FindDataForKeyPrefix(const std::vector<uint8_t>& key_prefix, argument
47 for (std::vector<uint8_t>::size_type i = 0; i < key_prefix.size(); ++i) {
48 if (!key_prefix[i])
52 current_node->sub_nodes_.find(key_prefix[i]);
/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h43 const string &key_prefix,
78 far_writer->Add(key_prefix + key + key_suffix, *ifst);
38 FarCreate(const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h154 const string &key_prefix,
289 far_writer->Add(key_prefix + key + key_suffix, *fst);
141 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dfarscript.h59 const string &key_prefix; member in struct:fst::script::FarCompileStringsArgs
75 const string &key_prefix,
82 file_list_input(file_list_input), key_prefix(key_prefix),
93 args->key_prefix, args->key_suffix);
111 const string &key_prefix,
125 const string &key_prefix; member in struct:fst::script::FarCreateArgs
131 const FarType &far_type, const string &key_prefix,
135 far_type(far_type), key_prefix(key_prefix), key_suffi
62 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
128 FarCreateArgs( const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
[all...]
/external/openfst/src/extensions/far/
H A Dfarscript.cc41 const string &key_prefix,
47 key_prefix, key_suffix);
59 const string &key_prefix,
62 far_type, key_prefix, key_suffix);
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
53 FarCreate(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index_on_disk.cc966 const std::string key_prefix = local
969 active_tracker_key, key_prefix, tracker_id))
975 CountWithPrefix(key_prefix, tracker_id) != MULTIPLE) {
1071 const std::string& active_tracker_key, const std::string& key_prefix,
1076 db_->Put(key_prefix + id_str, std::string());
1082 const std::string& active_tracker_key, const std::string& key_prefix,
1085 const std::string del_key = key_prefix + base::Int64ToString(tracker_id);
1103 const std::string& active_tracker_key, const std::string& key_prefix,
1105 DCHECK(DBHasKey(key_prefix + base::Int64ToString(tracker_id)));
1118 const std::string& active_tracker_key, const std::string& key_prefix,
1070 AddToTrackerIDSetWithPrefix( const std::string& active_tracker_key, const std::string& key_prefix, const FileTracker& tracker) argument
1081 EraseInTrackerIDSetWithPrefix( const std::string& active_tracker_key, const std::string& key_prefix, int64 tracker_id) argument
1102 ActivateInTrackerIDSetWithPrefix( const std::string& active_tracker_key, const std::string& key_prefix, int64 tracker_id) argument
1117 DeactivateInTrackerIDSetWithPrefix( const std::string& active_tracker_key, const std::string& key_prefix, int64 tracker_id) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc457 const std::string& key_prefix,
454 TpmAttestationDeleteKeys( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_prefix, const BoolDBusMethodCallback& callback) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.cc118 std::string CreateResourceIdKey(const char* key_prefix, int64 resource_id) { argument
120 "%s%s", key_prefix, base::Int64ToString(resource_id).c_str());

Completed in 203 milliseconds