Searched refs:TODOUBLE (Results 1 – 2 of 2) sorted by relevance
123 #define TODOUBLE(x) absl::ToUnixSeconds(x) in f() macro124 b = 5.0 > TODOUBLE(t1); in f()125 #undef TODOUBLE in f()
160 #define TODOUBLE(x) absl::ToDoubleSeconds(x) in f() macro161 b = 5.0 > TODOUBLE(d1); in f()162 #undef TODOUBLE in f()