Home
last modified time | relevance | path

Searched defs:ToBool (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc204 StatusOr<bool> DataPiece::ToBool() const { in ToBool() function in google::protobuf::util::converter::DataPiece
/external/llvm-project/clang/test/SemaCXX/
Dconditional-expr.cpp8 struct ToBool { explicit operator bool(); }; struct
/external/clang/test/SemaCXX/
Dconditional-expr.cpp7 struct ToBool { explicit operator bool(); }; struct
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc57 Status ToBool(gtl::ArraySlice<Tensor> t, bool* v) { in ToBool() function
/external/tinyxml2/
Dtinyxml2.cpp613 bool XMLUtil::ToBool( const char* str, bool* value ) in ToBool() function in tinyxml2::XMLUtil
/external/clang/lib/Sema/
DSemaChecking.cpp7946 bool IsImplicitBoolFloatConversion(Sema &S, Expr *Ex, bool ToBool) { in IsImplicitBoolFloatConversion()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11722 static bool IsImplicitBoolFloatConversion(Sema &S, Expr *Ex, bool ToBool) { in IsImplicitBoolFloatConversion()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41696 func ToBool(scope *Scope, input tf.Output) (output tf.Output) { func