Searched refs:cur_ver (Results 1 – 2 of 2) sorted by relevance
/third_party/gn/src/gn/ |
D | qt_creator_writer.cc | 197 void SetVersionImpl(std::optional<Version>& cur_ver, Version ver) { in SetVersionImpl() 198 if (cur_ver) in SetVersionImpl() 199 cur_ver = std::max(*cur_ver, ver, CompVersion<Version>{}); in SetVersionImpl() 201 cur_ver = ver; in SetVersionImpl()
|
/third_party/ltp/lib/ |
D | tst_kvercmp.c | 110 int tst_kvexcmp(const char *tst_exv, const char *cur_ver) in tst_kvexcmp() argument 116 sscanf(cur_ver, "%d.%d.%d-%d.%d", &c1, &c2, &c3, &c4, &c5); in tst_kvexcmp()
|