Searched defs:FormatForComparison (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1363 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1379 class FormatForComparison { class in namespace:testing::internal
1388 class FormatForComparison<ToPrint[N], OtherOperand> { class in namespace:testing::internal
1391 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1400 class FormatForComparison<CharType*, OtherOperand> { \
1419 class FormatForComparison<CharType*, OtherStringType> { \
1457 return FormatForComparison<T1, T2>::Format(value);
/external/gtest/include/gtest/
H A Dgtest.h1339 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1355 class FormatForComparison { class in namespace:testing::internal
1364 class FormatForComparison<ToPrint[N], OtherOperand> { class in namespace:testing::internal
1367 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1376 class FormatForComparison<CharType*, OtherOperand> { \
1395 class FormatForComparison<CharType*, OtherStringType> { \
1433 return FormatForComparison<T1, T2>::Format(value);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18752 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18768 class FormatForComparison { class in namespace:testing::internal
18777 class FormatForComparison<ToPrint[N], OtherOperand> { class in namespace:testing::internal
18780 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18789 class FormatForComparison<CharType*, OtherOperand> { \
18808 class FormatForComparison<CharType*, OtherStringType> { \
18846 return FormatForComparison<T1, T2>::Format(value);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18752 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18768 class FormatForComparison { class in namespace:testing::internal
18777 class FormatForComparison<ToPrint[N], OtherOperand> { class in namespace:testing::internal
18780 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18789 class FormatForComparison<CharType*, OtherOperand> { \
18808 class FormatForComparison<CharType*, OtherStringType> { \
18846 return FormatForComparison<T1, T2>::Format(value);

Completed in 4766 milliseconds