Lines Matching refs:VLOG
36 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker()
56 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker()
132 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState()
134 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState()
137 VLOG("Changed to true keys: \n"); in dumpState()
139 VLOG("%s", key.toString().c_str()); in dumpState()
141 VLOG("Changed to false keys: \n"); in dumpState()
143 VLOG("%s", key.toString().c_str()); in dumpState()
251 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
264 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent()
275 VLOG("Yes, already evaluated, %lld %d", in evaluateCondition()
360 VLOG("Yes, already evaluated, %lld %d", in isConditionMet()
405 VLOG("Predicate %lld return %d", (long long)mConditionId, conditionCache[mIndex]); in isConditionMet()