Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c300 static bool to_bool(zval* from, bool* to) { in to_bool() function
/third_party/boost/boost/wave/grammars/
Dcpp_expression_grammar.hpp193 phoenix::function<operator_to_bool> const to_bool; variable
/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
2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp() local
/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp828 inline bool to_bool(const T& val) { return val != 0; } in to_bool() function