Home | History | Annotate | Download | only in test

Lines Matching refs:TestGTestReferenceToConst

7109 void TestGTestReferenceToConst() {
7114 TestGTestReferenceToConst<const char&, char>();
7115 TestGTestReferenceToConst<const int&, const int>();
7116 TestGTestReferenceToConst<const double&, double>();
7117 TestGTestReferenceToConst<const String&, const String&>();