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/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/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs884 fn to_bool(value: SocketBool) -> bool { in to_bool() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs1245 fn to_bool(value: c::c_uint) -> bool { in to_bool() function