Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dunittest_utils.cc28 bool test_string_references, in Equals() argument
47 if (expected.type != PP_VARTYPE_STRING || test_string_references) in Equals()
124 test_string_references, in Equals()
154 test_string_references, in Equals()
207 bool test_string_references) { in TestEqual() argument
209 return Equals(expected, actual, test_string_references, &visited_map); in TestEqual()
Dunittest_utils.h20 bool test_string_references);