Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dtrace_event_unittest.cc56 struct JsonKeyValue { struct
79 DictionaryValue* FindMatchingTraceEntry(const JsonKeyValue* key_values);
235 static bool IsKeyValueInDict(const JsonKeyValue* key_value, in IsKeyValueInDict()
253 static bool IsAllKeyValueInDict(const JsonKeyValue* key_values, in IsAllKeyValueInDict()
265 const JsonKeyValue* key_values) { in FindMatchingTraceEntry()
304 JsonKeyValue key_values[] = {{"name", name, IS_EQUAL}, in FindNamePhase()
315 JsonKeyValue key_values[] = {{"name", name, IS_EQUAL}, in FindNamePhaseKeyValue()
324 JsonKeyValue key_values[] = {{key, value, IS_EQUAL}, in FindMatchingValue()
331 JsonKeyValue key_values[] = {{key, value, IS_NOT_EQUAL}, in FindNonMatchingValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dtrace_event_unittest.cc52 struct JsonKeyValue { struct
75 DictionaryValue* FindMatchingTraceEntry(const JsonKeyValue* key_values);
231 static bool IsKeyValueInDict(const JsonKeyValue* key_value, in IsKeyValueInDict()
249 static bool IsAllKeyValueInDict(const JsonKeyValue* key_values, in IsAllKeyValueInDict()
261 const JsonKeyValue* key_values) { in FindMatchingTraceEntry()
300 JsonKeyValue key_values[] = {{"name", name, IS_EQUAL}, in FindNamePhase()
311 JsonKeyValue key_values[] = {{"name", name, IS_EQUAL}, in FindNamePhaseKeyValue()
320 JsonKeyValue key_values[] = {{key, value, IS_EQUAL}, in FindMatchingValue()
327 JsonKeyValue key_values[] = {{key, value, IS_NOT_EQUAL}, in FindNonMatchingValue()