Lines Matching refs:VLOG
38 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker()
102 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker()
115 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState()
117 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState()
120 VLOG("Changed to true keys: \n"); in dumpState()
122 VLOG("%s", key.toString().c_str()); in dumpState()
124 VLOG("Changed to false keys: \n"); in dumpState()
126 VLOG("%s", key.toString().c_str()); in dumpState()
237 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
250 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent()
262 VLOG("Yes, already evaluated, %lld %d", in evaluateCondition()
355 VLOG("Yes, already evaluated, %lld %d", in isConditionMet()
423 VLOG("Predicate %lld return %d", (long long)mConditionId, conditionCache[mIndex]); in isConditionMet()