Searched refs:ValueInContext (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DPrintStream.h160 class ValueInContext { class in namespace:WTF
162 ValueInContext(const T& value, U* context) function in class:WTF::ValueInContext
179 ValueInContext<T, U> inContext(const T& value, U* context)
181 return ValueInContext<T, U>(value, context);

Completed in 70 milliseconds