to_bool           713 cygnal/libamf/amf.cpp 	  buf = AMF::encodeBoolean(el.to_bool());
to_bool           856 cygnal/libamf/amf.cpp   	  *buf += el->to_bool();
to_bool          1506 cygnal/libamf/element.cpp 	  os << (to_bool() ? "true" : "false") << std::endl;
to_bool           619 cygnal/libamf/element.h     bool to_bool() const;
to_bool           342 cygnal/libamf/flv.cpp                 log_debug("FLV MetaData: %s: %s", el->getName(), (el->to_bool() ? "true" : "false") );
to_bool           513 cygnal/libamf/sol.cpp             if (el->to_bool() == true) {
to_bool           516 cygnal/libamf/sol.cpp             if (el->to_bool() == false) {
to_bool           202 cygnal/testsuite/libamf.all/test_el.cpp         (elbool1.to_bool() == true)) {
to_bool           228 cygnal/testsuite/libamf.all/test_el.cpp         (elbool2.to_bool() == true)) {
to_bool           261 cygnal/testsuite/libamf.all/test_el.cpp         (el2.to_bool() == sheet)) {
to_bool           478 cygnal/testsuite/libamf.all/test_el.cpp     if (el6.to_bool() == flag6) {
to_bool           253 cygnal/testsuite/libamf.all/test_sol.cpp         (el->to_bool() == false) &&
to_bool           264 cygnal/testsuite/libamf.all/test_sol.cpp         (el->to_bool() == true) &&
to_bool           713 cygnal/testsuite/libnet.all/test_http.cpp         && (headers1[3]->to_bool() == true)) {
to_bool           739 cygnal/testsuite/libnet.all/test_http.cpp         && (headers2[3]->to_bool() == false)) {
to_bool           125 libcore/ExternalInterface.cpp         ss << (val.to_bool(8) ? "<true/>" : "<false/>");
to_bool           244 libcore/as_value.h     bool to_bool(int version) const;
to_bool           652 libcore/vm/Machine.cpp                     if (pop_stack().to_bool()) {
to_bool           674 libcore/vm/Machine.cpp                     const bool truth = pop_stack().to_bool();
to_bool           744 libcore/vm/Machine.cpp                     const bool jump = newLessThan(a, b, _vm).to_bool();
to_bool          2253 libcore/vm/Machine.cpp                     _stack.top(0) = _stack.top(0).to_bool();
to_bool          2455 libcore/vm/Machine.cpp                     _stack.top(0).set_bool(!_stack.top(0).to_bool());
to_bool           443 libcore/vm/VM.cpp     return v.to_bool(vm.getSWFVersion());
to_bool           492 libcore/vm/VM.cpp     v.set_bool(v.to_bool(vm.getSWFVersion()));
to_bool           122 testsuite/misc-ming.all/DefineTextTest-Runner.cpp 	check(eot.to_bool(8));
to_bool           176 testsuite/misc-ming.all/DragDropTestRunner.cpp 		check_equals(eot.to_bool(8), true);
to_bool            81 testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp 		check_equals(eot.to_bool(8), true);
to_bool           211 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 		check_equals(eot.to_bool(8), true);
to_bool           163 testsuite/misc-swfc.all/button_test1runner.cpp 	check(eot.to_bool(8));