Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLLiteral.h69 static std::unique_ptr<Literal> MakeBool(const Context& context, Position pos, bool value) { in MakeBool() function
75 static std::unique_ptr<Literal> MakeBool(Position pos, bool value, const Type* type) { in MakeBool() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc105 inline bool MakeBool(const py::handle& value, const std::string& arg_name) { in MakeBool() function
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp553 std::unique_ptr<BinaryPrimitive> MakeBool(bool val) { in MakeBool() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/
Dvalue.go386 func MakeBool(b bool) Value { return boolVal(b) } func