Searched defs:MakeEagerEvaluator (Results 1 - 1 of 1) sorted by path

/art/runtime/base/
H A Dlogging.h124 for (auto _values = ::art::MakeEagerEvaluator(LHS, RHS); \
197 // Temporary class created to evaluate the LHS and RHS, used with MakeEagerEvaluator to infer the
208 static inline EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) { function in namespace:art

Completed in 21 milliseconds