Searched defs:TryParseUint (Results 1 – 2 of 2) sorted by relevance
67 inline bool TryParseUint(const Json::Value& value, uint32_t* out) { in TryParseUint() function
74 TEST(ParsingHelpersTest, TryParseUint) { in TEST() argument