Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp5367 std::string key_with_quotes = "\""; in get_integer_value_for_key_name_from_json() local
5368 key_with_quotes += key; in get_integer_value_for_key_name_from_json()
5369 key_with_quotes += "\""; in get_integer_value_for_key_name_from_json()
5370 const char *c = strstr(json_string, key_with_quotes.c_str()); in get_integer_value_for_key_name_from_json()
5372 c += key_with_quotes.size(); in get_integer_value_for_key_name_from_json()
5404 std::string key_with_quotes = "\""; in get_boolean_value_for_key_name_from_json() local
5405 key_with_quotes += key; in get_boolean_value_for_key_name_from_json()
5406 key_with_quotes += "\""; in get_boolean_value_for_key_name_from_json()
5407 const char *c = strstr(json_string, key_with_quotes.c_str()); in get_boolean_value_for_key_name_from_json()
5409 c += key_with_quotes.size(); in get_boolean_value_for_key_name_from_json()
[all …]