Googletest export

Internal Change

PiperOrigin-RevId: 222123106
This commit is contained in:
misterg
2018-11-19 15:54:09 -05:00
committed by Gennadiy Civil
parent c2989fe29b
commit b492666068
15 changed files with 19 additions and 19 deletions

View File

@@ -661,7 +661,7 @@ DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6,
// MORE INFORMATION:
//
// To learn more about using these macros, please search for 'ACTION' on
// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md
// An internal macro needed for implementing ACTION*().
#define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_\

View File

@@ -289,7 +289,7 @@ $range j2 2..i
// MORE INFORMATION:
//
// To learn more about using these macros, please search for 'ACTION' on
// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md
$range i 0..n
$range k 0..n-1

View File

@@ -598,7 +598,7 @@ Args(const InnerMatcher& matcher) {
//
// To learn more about using these macros, please search for 'MATCHER'
// on
// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md
#define MATCHER(name, description)\
class name##Matcher {\

View File

@@ -426,7 +426,7 @@ $$ // show up in the generated code.
//
// To learn more about using these macros, please search for 'MATCHER'
// on
// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md
// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md
$range i 0..n
$for i