Searched refs:IS_EQUAL (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 44 IS_EQUAL, enumerator 220 case IS_EQUAL: in CompareJsonValues() 300 {"name", name, IS_EQUAL}, in FindNamePhase() 301 {"ph", phase, IS_EQUAL}, in FindNamePhase() 302 {0, 0, IS_EQUAL} in FindNamePhase() 313 {"name", name, IS_EQUAL}, in FindNamePhaseKeyValue() 314 {"ph", phase, IS_EQUAL}, in FindNamePhaseKeyValue() 315 {key, value, IS_EQUAL}, in FindNamePhaseKeyValue() 316 {0, 0, IS_EQUAL} in FindNamePhaseKeyValue() 324 {key, value, IS_EQUAL}, in FindMatchingValue() [all …]
|