Searched refs:key_end (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp240 const char *key_end = NULL; local
245 key_end = strchr(key_start, '\'');
246 if (key_end)
248 if (key_end[1] == ']')
250 if (key_end[2])
251 sub_name = key_end + 2;
267 key_end = strchr(key_start, '"');
268 if (key_end)
270 if (key_end[1] == ']')
272 if (key_end[
[all...]
/external/chromium_org/base/
H A Dpath_service.h74 // key_end)" of supported path keys.
77 int key_end);
H A Dpath_service.cc49 int key_end; member in struct:__anon2398::Provider
303 int key_end) {
306 DCHECK_GT(key_end, key_start);
315 p->key_end = key_end;
323 DCHECK(key_start >= iter->key_end || key_end <= iter->key_start) <<
302 RegisterProvider(ProviderFunc func, int key_start, int key_end) argument
/external/chromium_org/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain.cc147 const char* key_end = key + key_length; local
156 if (key != key_end && !IsEOL(offset, end)) {
169 while (!IsEOL(offset, end) && key != key_end) {
181 if (key == key_end) {
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h460 key_iterator key_end() { return key_iterator(); } function in class:llvm::OnDiskIterableChainedHashTable
463 return make_range(key_begin(), key_end());
/external/chromium_org/net/tools/balsa/
H A Dbalsa_frame.cc804 const char* key_end = (stream_begin + current_header_line.key_end_idx); local
805 const size_t key_len = key_end - key_begin;
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp867 End = Idx.key_end();
H A DASTReader.cpp6883 End = IdTable->key_end();
6897 End = IdTable->key_end();

Completed in 3235 milliseconds