Searched defs:boolval (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/libutil++/tests/
H A Dcached_value_tests.cpp22 bool check_throw(cached_value<bool> const & boolval) argument
25 bool foo = boolval.get();
36 cached_value<bool> boolval; local
39 if (!check_throw(boolval)) {
44 if (boolval.reset(false) != false || boolval.get() != false) {
49 if (boolval.reset(true) != true || boolval.get() != true) {
/external/libxml2/
H A DdebugXML.c1782 * @boolval: a bool to turn into text
1789 xmlBoolToText(int boolval) argument
1791 if (boolval)
1956 xmlBoolToText(list->boolval));
/external/libxml2/include/libxml/
H A Dxpath.h115 int boolval; member in struct:_xmlXPathObject

Completed in 133 milliseconds