Home
last modified time | relevance | path

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

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