Searched refs:WithFormat (Results 1 - 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
H A D | IO.h | 48 * \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 D | DenseBase.h | 421 inline const WithFormat<Derived> format(const IOFormat& fmt) const;
|
/external/eigen/Eigen/src/Core/util/ |
H A D | ForwardDeclarations.h | 117 template<typename ExpressionType> class WithFormat;
|
/external/chromium_org/testing/gtest/test/ |
H A D | gtest_unittest.cc | 2220 TEST(Pred1Test, WithFormat) { 2272 TEST(PredTest, WithFormat) {
|
/external/gtest/test/ |
H A D | gtest_unittest.cc | 2220 TEST(Pred1Test, WithFormat) { 2272 TEST(PredTest, WithFormat) {
|
/external/protobuf/gtest/test/ |
H A D | gtest_unittest.cc | 2497 TEST(Pred1Test, WithFormat) { 2549 TEST(PredTest, WithFormat) {
|
Completed in 225 milliseconds