Searched refs:LogValueObject (Results 1 – 2 of 2) sorted by relevance
655 void LogValueObject(Log *log);657 void LogValueObject(Log *log, const DumpValueObjectOptions &options);
2643 void ValueObject::LogValueObject(Log *log) { in LogValueObject() function in ValueObject2645 return LogValueObject(log, DumpValueObjectOptions(*this)); in LogValueObject()2648 void ValueObject::LogValueObject(Log *log, in LogValueObject() function in ValueObject