Searched refs:depth_str (Results 1 – 1 of 1) sorted by relevance
614 const string& depth_str = tok.as_string(); in ParseFind() local616 long d = strtol(depth_str.c_str(), &endptr, 10); in ParseFind()617 if (endptr != depth_str.data() + depth_str.size() || d < 0 || in ParseFind()