Lines Matching full:overload
3188 // Some libraries overload << for STL containers. These
3209 // This function is an overload of the previous one. When you
3215 // The reason for this overload is that streaming a NULL pointer to
3276 // tr1::type_traits-like is_pointer works, and we can overload on that.
7777 // C++Builder cannot use member overload resolution during template
7800 // STL-style container class, the first overload of IsContainerTest
7803 // be picked over the second overload as 'int' is a perfect match for
7805 // a valid type, the first overload is not viable, and the second
7806 // overload will be picked. Therefore, we can determine whether C is
7834 // overload only apply when a particular expression is true, add
7852 // This overload is used when k >= 1.
7892 // This overload is used when k >= 1.
9539 // an overload of PrintTo() in the namespace where Foo is defined. We
9564 // overload between:
9590 // Overload for wchar_t type.
9622 // type. When wchar_t is a typedef, defining an overload for const
9633 // Overload for C arrays. Multi-dimensional arrays are printed
9676 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
9756 // Overload for std::pair.
9769 // pick the right overload of PrintTo() for T.
9824 // This overload prints a (const) char array compactly.
9828 // This overload prints a (const) wchar_t array compactly.
18932 // The following line prevents this overload from being considered if T2
18935 // to match the Secret* in the other overload, which would otherwise make
18950 // than the first overload even without the first overload's EnableIf.