Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/tast/testdata/
Dfake_tast.py80 def to_bool(v): function
/external/protobuf/php/ext/google/protobuf/
Dconvert.c305 static bool to_bool(zval* from, bool* to) { in to_bool() function
/external/rust/crates/protobuf/src/reflect/value/
Dvalue_ref.rs165 pub fn to_bool(&self) -> Option<bool> { in to_bool() method
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dconvert.c305 static bool to_bool(zval* from, bool* to) { in to_bool() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc357 auto to_bool = dyn_cast_or_null<ToBoolOp>(cond.getDefiningOp()); in ConvertIfOp() local