Home
last modified time | relevance | path

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

/system/chre/util/tests/
Ddynamic_vector_test.cc191 CopyableButNonMovable cbnm(0xcafe); in TEST() local
192 ASSERT_TRUE(vector.push_back(cbnm)); in TEST()