Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase_test.cpp151 bool sp1_smaller = sp1 < sp2; in TEST() local
152 wp<Foo>wp_smaller = sp1_smaller ? wp1 : wp3; in TEST()
153 wp<Foo>wp_larger = sp1_smaller ? wp3 : wp1; in TEST()