reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   55   friend std::ostream &operator<<(std::ostream &S, const RawStreamProxy<T> &V) {
   69   static const RawStreamProxy<T> printable(const T &V) { return {V}; }
   78   static const RawStreamProxy<llvm::Optional<T>>