Home
last modified time | relevance | path

Searched defs:TryParseBool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openscreen/util/json/
H A Djson_helpers.h27 inline bool TryParseBool(const Json::Value& value, bool* out) { in TryParseBool() function
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp545 std::unique_ptr<BinaryPrimitive> TryParseBool(StringPiece str) { in TryParseBool() function