Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3126 void set_s(const string& new_s) { s_ = new_s; } in set_s() function in testing::gmock_matchers_test::AClass
3164 a.set_s("hill"); in TEST()
3167 a.set_s("hole"); in TEST()
3190 a.set_s("hill"); in TEST()
3193 a.set_s("hole"); in TEST()
3265 a.set_s("hill"); in TEST()
3268 a.set_s("hole"); in TEST()
3278 a.set_s("hill"); in TEST()
3281 a.set_s("hole"); in TEST()
/external/gmock/test/
Dgmock-matchers_test.cc3409 void set_s(const string& new_s) { s_ = new_s; } in set_s() function in testing::gmock_matchers_test::AClass
3447 a.set_s("hill"); in TEST()
3450 a.set_s("hole"); in TEST()
3473 a.set_s("hill"); in TEST()
3476 a.set_s("hole"); in TEST()
3548 a.set_s("hill"); in TEST()
3551 a.set_s("hole"); in TEST()
3561 a.set_s("hill"); in TEST()
3564 a.set_s("hole"); in TEST()
/external/v8/test/cctest/
Dtest-heap-profiler.cc629 const v8::HeapGraphNode* set_s = in TEST() local
631 CHECK(set_s); in TEST()
632 CHECK_EQ(s->GetId(), set_s->GetId()); in TEST()