Searched refs:ValPos (Results 1 – 1 of 1) sorted by relevance
1895 auto ValPos = S.find_first_of("-0123456789", FormPos); local1896 EXPECT_NE(ValPos, std::string::npos);1897 int64_t Val = std::atoll(S.substr(ValPos).c_str());