MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MakeEagerEvaluator

Function MakeEagerEvaluator

Bcore/src/main/cpp/android-base/logging.h:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385// Helper function for CHECK_xx.
386template <typename LHS, typename RHS>
387constexpr EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) {
388 return EagerEvaluator<LHS, RHS>(lhs, rhs);
389}
390
391// Explicitly instantiate EagerEvalue for pointers so that char*s aren't treated
392// as strings. To compare strings use CHECK_STREQ and CHECK_STRNE. We rely on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected