HomeSort by relevance Sort by last modified time
    Searched defs:boolval (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 22 bool check_throw(cached_value<bool> const & boolval)
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/include/libxml/
xpath.h 115 int boolval; member in struct:_xmlXPathObject

Completed in 27 milliseconds