Searched defs:TryParseInt (Results 1 – 2 of 2) sorted by relevance
55 inline bool TryParseInt(const Json::Value& value, int* out) { in TryParseInt() function
58 TEST(ParsingHelpersTest, TryParseInt) { in TEST() argument