Home
last modified time | relevance | path

Searched defs:TryParseInt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openscreen/util/json/
H A Djson_helpers.h55 inline bool TryParseInt(const Json::Value& value, int* out) { in TryParseInt() function
H A Djson_helpers_unittest.cc58 TEST(ParsingHelpersTest, TryParseInt) { in TEST() argument
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp558 std::unique_ptr<BinaryPrimitive> TryParseInt(StringPiece str) { in TryParseInt() function