OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_integral_limits
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp
88
bool
test_integral_limits
(const _Tp &val, bool unknown_sign = true, bool is_signed = true) {
function
112
return
test_integral_limits
(__val, false, true);
116
return
test_integral_limits
(__val, false, false);
276
CPPUNIT_CHECK(
test_integral_limits
(char()));
282
CPPUNIT_CHECK(
test_integral_limits
(wchar_t()));
/ndk/tests/device/test-stlport/unit/
limits_test.cpp
88
bool
test_integral_limits
(const _Tp &val, bool unknown_sign = true, bool is_signed = true) {
function
112
return
test_integral_limits
(__val, false, true);
116
return
test_integral_limits
(__val, false, false);
276
CPPUNIT_CHECK(
test_integral_limits
(char()));
283
CPPUNIT_CHECK(
test_integral_limits
(wchar_t()));
Completed in 2449 milliseconds