Searched refs:l_int (Results 1 – 1 of 1) sorted by relevance
267 int64_t l_int; in LessThanIntFn() local268 if (!android::base::ParseInt(args[0].c_str(), &l_int)) { in LessThanIntFn()279 return StringValue(l_int < r_int ? "t" : ""); in LessThanIntFn()295 int64_t l_int; in GreaterThanIntFn() local296 if (!android::base::ParseInt(args[0].c_str(), &l_int)) { in GreaterThanIntFn()307 return StringValue(l_int > r_int ? "t" : ""); in GreaterThanIntFn()