Searched refs:TCONCAT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dtestharness.h114 #define TCONCAT(a,b) TCONCAT1(a,b) macro
118 class TCONCAT(_Test_,name) : public base { \
122 TCONCAT(_Test_,name) t; \
126 bool TCONCAT(_Test_ignored_,name) = \
127 ::leveldb::test::RegisterTest(#base, #name, &TCONCAT(_Test_,name)::_RunIt); \
128 void TCONCAT(_Test_,name)::_Run()

Completed in 193 milliseconds