HomeSort by relevance Sort by last modified time
    Searched refs:WithFormat (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/Core/
IO.h 48 * \sa DenseBase::format(), class WithFormat
74 /** \class WithFormat
90 class WithFormat
94 WithFormat(const ExpressionType& matrix, const IOFormat& format)
98 friend std::ostream & operator << (std::ostream & s, const WithFormat& wf)
108 /** \returns a WithFormat proxy object allowing to print a matrix the with given
113 * \sa class IOFormat, class WithFormat
116 inline const WithFormat<Derived>
119 return WithFormat<Derived>(derived(), fmt);
DenseBase.h 421 inline const WithFormat<Derived> format(const IOFormat& fmt) const;
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 117 template<typename ExpressionType> class WithFormat;
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]

Completed in 311 milliseconds