Home
last modified time | relevance | path

Searched refs:to_bool (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp828 inline bool to_bool(const T& val) { return val != 0; } in to_bool() function
891 return to_bool((ptdata_.size()-1) % 2); in oddLength()
898 return to_bool(verticalHead() ^ oddLength()); in verticalTail()
920 return to_bool(state_ & HEAD_TO_TAIL); in headToTail()
925 return to_bool(!headToTail()); in headToHead()
930 return to_bool(!tailToTail()); in tailToHead()
935 return to_bool(state_ & TAIL_TO_TAIL); in tailToTail()
944 return to_bool(state_ & SOLID_TO_RIGHT) != 0; in solidToRight()
949 return !to_bool(tailp_); in active()
1050 return (to_bool((unsigned int)verticalHead() ^ (index % 2)) ? VERTICAL : HORIZONTAL); in segmentOrient()
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp193 phoenix::function<operator_to_bool> const to_bool; variable
371 impl::to_bool(logical_or_exp.val) in definition()
405 impl::to_bool(logical_and_exp.val) in definition()
/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c300 static bool to_bool(zval* from, bool* to) { in to_bool() function
388 return to_bool(php_val, &upb_val->bool_val); in Convert_PhpToUpb()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2911 const bool to_bool = ecma_op_to_boolean (spreadable); in ecma_op_is_concat_spreadable() local
2913 return ecma_make_boolean_value (to_bool); in ecma_op_is_concat_spreadable()
2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp() local
2949 return ecma_make_boolean_value (to_bool); in ecma_op_is_regexp()