OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogicTest
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
logic_test.cpp
14
class
LogicTest
: public CPPUNIT_NS::TestCase
16
CPPUNIT_TEST_SUITE(
LogicTest
);
28
CPPUNIT_TEST_SUITE_REGISTRATION(
LogicTest
);
33
void
LogicTest
::logicand()
46
void
LogicTest
::logicnot()
53
void
LogicTest
::logicor()