Home
last modified time | relevance | path

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

/external/pigweed/pw_unit_test/
Dframework_test.cc101 const NonCopyable this_one(100); in TEST() local
102 EXPECT_EQ(this_one, this_one); in TEST()
103 EXPECT_TRUE(this_one); in TEST()