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

/external/eigen/Eigen/src/Core/
H A DIO.h48 * \sa DenseBase::format(), class WithFormat
74 /** \class WithFormat
90 class WithFormat class in namespace:Eigen
94 WithFormat(const ExpressionType& matrix, const IOFormat& format) function in class:Eigen::WithFormat
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);
H A DDenseBase.h421 inline const WithFormat<Derived> format(const IOFormat& fmt) const;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h117 template<typename ExpressionType> class WithFormat;
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2213 TEST(Pred1Test, WithFormat) {
2265 TEST(PredTest, WithFormat) {
/external/gtest/test/
H A Dgtest_unittest.cc2220 TEST(Pred1Test, WithFormat) {
2272 TEST(PredTest, WithFormat) {
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2497 TEST(Pred1Test, WithFormat) {
2549 TEST(PredTest, WithFormat) {

Completed in 1849 milliseconds