Home
last modified time | relevance | path

Searched refs:map_keys (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporter_client.cc375 std::string map_keys; in ReadCrashConfigFile() local
477 if (!map_keys.empty()) { in ReadCrashConfigFile()
478 map_keys.append(std::string(1, kKeyMapDelim)); in ReadCrashConfigFile()
480 map_keys.append(key + "=" + name_str); in ReadCrashConfigFile()
486 if (!map_keys.empty()) { in ReadCrashConfigFile()
506 size_t length = std::min(map_keys.size() - offset, in ReadCrashConfigFile()
508 ids[i].Set(base::StringPiece(map_keys.data() + offset, length)); in ReadCrashConfigFile()
510 if (offset >= map_keys.size()) in ReadCrashConfigFile()
/third_party/libbpf/src/
Dlibbpf.h1195 int *map_keys; member
1197 #define perf_buffer_raw_opts__last_field map_keys
Dlibbpf.c12040 int *map_keys; member
12208 p.map_keys = OPTS_GET(opts, map_keys, NULL);
12311 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i;