Namespaces | |
| action_test | |
Classes | |
| class | BoolResetter |
| class | DeletionTester |
| class | Foo |
| struct | GiantTemplate |
| class | NullaryFunctor |
| struct | SumOf5Functor |
| struct | SumOf6Functor |
| class | TenArgConstructorClass |
| struct | UnaryFunctor |
| class | VoidNullaryFunctor |
Functions | |
| ACTION (DoFoo) | |
| ACTION (IncrementArg1) | |
| ACTION (IncrementArg2) | |
| ACTION (InvokeDummy) | |
| ACTION (InvokeDummy2) | |
| ACTION (OverloadedAction) | |
| ACTION (PlusTwo) | |
| ACTION (Return5) | |
| ACTION (ReturnAddrOfConstBoolReferenceArg) | |
| ACTION (ReturnAddrOfIntReferenceArg) | |
| ACTION (ReturnSum) | |
| ACTION (Sum2) | |
| ACTION_P (DoFoo, p) | |
| ACTION_P (OverloadedAction, default_value) | |
| ACTION_P (Plus, n) | |
| ACTION_P (Plus1, x) | |
| ACTION_P (ReturnSum, x) | |
| ACTION_P (TypedPlus, n) | |
| ACTION_P10 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8, last_param) | |
| ACTION_P10 (Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) | |
| ACTION_P2 (DoFoo, p0, p1) | |
| ACTION_P2 (OverloadedAction, true_value, false_value) | |
| ACTION_P2 (PadArgument, prefix, suffix) | |
| ACTION_P2 (Plus2, x, y) | |
| ACTION_P3 (ConcatImpl, a, b, c) | |
| ACTION_P3 (Plus, m, n, k) | |
| ACTION_P3 (Plus3, x, y, z) | |
| ACTION_P4 (Plus, p0, p1, p2, p3) | |
| ACTION_P5 (Plus, p0, p1, p2, p3, p4) | |
| ACTION_P6 (Plus, p0, p1, p2, p3, p4, p5) | |
| ACTION_P7 (Plus, p0, p1, p2, p3, p4, p5, p6) | |
| ACTION_P8 (Plus, p0, p1, p2, p3, p4, p5, p6, p7) | |
| ACTION_P9 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8) | |
| ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_0_VALUE_PARAMS()) | |
| ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_1_VALUE_PARAMS(a0)) | |
| ACTION_TEMPLATE (MyDeleteArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS()) | |
| ACTION_TEMPLATE (ReturnGiant, HAS_10_TEMPLATE_PARAMS(typename, T1, typename, T2, typename, T3, int, k4, bool, k5, unsigned int, k6, class, T7, class, T8, class, T9, template< typename T > class, T10), AND_1_VALUE_PARAMS(value)) | |
| ACTION_TEMPLATE (ReturnSmartPointer, HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class, Pointer), AND_1_VALUE_PARAMS(pointee)) | |
| ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10)) | |
| ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_2_VALUE_PARAMS(v1, v2)) | |
| ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_3_VALUE_PARAMS(v1, v2, v3)) | |
| ACTION_TEMPLATE (ReturnSum, HAS_2_TEMPLATE_PARAMS(typename, Number, int, k), AND_4_VALUE_PARAMS(v1, v2, v3, v4)) | |
| const char * | Binary (const char *input, short n) |
| bool | ByConstRef (const std::string &s) |
| std::string | ByNonConstRef (std::string &s) |
| char | Char (char ch) |
| const char * | CharPtr (const char *s) |
| template<typename T1 , typename T2 > | |
| ConcatImplActionP3< std::string, T1, T2 > | Concat (const std::string &a, T1 b, T2 c) |
| template<typename T1 , typename T2 > | |
| ConcatImplActionP3< T1, int, T2 > | Concat (T1 a, int b, T2 c) |
| std::string | Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10) |
| std::string | Concat4 (const char *s1, const char *s2, const char *s3, const char *s4) |
| std::string | Concat5 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5) |
| std::string | Concat6 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6) |
| std::string | Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7) |
| std::string | Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8) |
| std::string | Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9) |
| int | Nullary () |
| const char * | Plus1 (const char *s) |
| bool | ReferencesGlobalDouble (const double &x) |
| short | Short (short n) |
| int | SumOf4 (int a, int b, int c, int d) |
| int | SumOf5 (int a, int b, int c, int d, int e) |
| int | SumOf6 (int a, int b, int c, int d, int e, int f) |
| int | SumOfFirst2 (int a, int b, Unused, Unused) |
| int | Ternary (int x, char y, short z) |
| TEST (ActionMacroTest, CanDefineOverloadedActions) | |
| TEST (ActionMacroTest, CanReferenceArgumentTuple) | |
| TEST (ActionMacroTest, CanReferenceArgumentType) | |
| TEST (ActionMacroTest, CanReferenceMockFunctionReturnType) | |
| TEST (ActionMacroTest, CanReferenceMockFunctionType) | |
| TEST (ActionMacroTest, WorksForConstReferenceArg) | |
| TEST (ActionMacroTest, WorksForDifferentArgumentNumbers) | |
| TEST (ActionMacroTest, WorksForNonConstReferenceArg) | |
| TEST (ActionMacroTest, WorksInNamespace) | |
| TEST (ActionMacroTest, WorksWhenNotReferencingArguments) | |
| TEST (ActionMacroTest, WorksWhenReturningVoid) | |
| TEST (ActionPMacroTest, CanReferenceArgumentAndParameterTypes) | |
| TEST (ActionPMacroTest, DefinesParameterizedAction) | |
| TEST (ActionPMacroTest, WorksInCompatibleMockFunction) | |
| TEST (ActionPnMacroTest, CanExplicitlyInstantiateWithReferenceTypes) | |
| TEST (ActionPnMacroTest, CanPartiallyRestrictParameterTypes) | |
| TEST (ActionPnMacroTest, SimpleTypePromotion) | |
| TEST (ActionPnMacroTest, TypesAreCorrect) | |
| TEST (ActionPnMacroTest, WorksFor10Parameters) | |
| TEST (ActionPnMacroTest, WorksFor3Parameters) | |
| TEST (ActionPnMacroTest, WorksFor4Parameters) | |
| TEST (ActionPnMacroTest, WorksFor5Parameters) | |
| TEST (ActionPnMacroTest, WorksFor6Parameters) | |
| TEST (ActionPnMacroTest, WorksFor7Parameters) | |
| TEST (ActionPnMacroTest, WorksFor8Parameters) | |
| TEST (ActionPnMacroTest, WorksFor9Parameters) | |
| TEST (ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters) | |
| TEST (ActionTemplateTest, WorksFor10TemplateParameters) | |
| TEST (ActionTemplateTest, WorksFor10ValueParameters) | |
| TEST (ActionTemplateTest, WorksForIntegralTemplateParams) | |
| TEST (ActionTemplateTest, WorksForTemplateTemplateParameters) | |
| TEST (ActionTemplateTest, WorksWithoutValueParam) | |
| TEST (ActionTemplateTest, WorksWithValueParams) | |
| TEST (DeleteArgActionTest, OneArg) | |
| TEST (DeleteArgActionTest, TenArgs) | |
| TEST (DoAllTest, EightActions) | |
| TEST (DoAllTest, FiveActions) | |
| TEST (DoAllTest, FourActions) | |
| TEST (DoAllTest, ImplicitlyConvertsActionArguments) | |
| TEST (DoAllTest, MoveOnlyArgs) | |
| TEST (DoAllTest, NineActions) | |
| TEST (DoAllTest, NoArgs) | |
| TEST (DoAllTest, SevenActions) | |
| TEST (DoAllTest, SixActions) | |
| TEST (DoAllTest, TenActions) | |
| TEST (DoAllTest, ThreeActions) | |
| TEST (DoAllTest, TwoActions) | |
| TEST (InvokeArgumentTest, ByConstReferenceFunction) | |
| TEST (InvokeArgumentTest, ByExplicitConstReferenceFunction) | |
| TEST (InvokeArgumentTest, ByPointerFunction) | |
| TEST (InvokeArgumentTest, Function0) | |
| TEST (InvokeArgumentTest, Function10) | |
| TEST (InvokeArgumentTest, Function5) | |
| TEST (InvokeArgumentTest, Function6) | |
| TEST (InvokeArgumentTest, Function7) | |
| TEST (InvokeArgumentTest, Function8) | |
| TEST (InvokeArgumentTest, Function9) | |
| TEST (InvokeArgumentTest, FunctionWithCStringLiteral) | |
| TEST (InvokeArgumentTest, Functor1) | |
| TEST (InvokeArgumentTest, Functor5) | |
| TEST (InvokeArgumentTest, Functor6) | |
| TEST (InvokeMethodTest, Binary) | |
| TEST (InvokeMethodTest, MethodThatTakes10Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes4Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes5Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes6Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes7Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes8Arguments) | |
| TEST (InvokeMethodTest, MethodThatTakes9Arguments) | |
| TEST (InvokeMethodTest, MethodWithCompatibleType) | |
| TEST (InvokeMethodTest, Nullary) | |
| TEST (InvokeMethodTest, Ternary) | |
| TEST (InvokeMethodTest, Unary) | |
| TEST (InvokeTest, Binary) | |
| TEST (InvokeTest, FunctionThatTakes10Arguments) | |
| TEST (InvokeTest, FunctionThatTakes4Arguments) | |
| TEST (InvokeTest, FunctionThatTakes5Arguments) | |
| TEST (InvokeTest, FunctionThatTakes6Arguments) | |
| TEST (InvokeTest, FunctionThatTakes7Arguments) | |
| TEST (InvokeTest, FunctionThatTakes8Arguments) | |
| TEST (InvokeTest, FunctionThatTakes9Arguments) | |
| TEST (InvokeTest, FunctionWithCompatibleType) | |
| TEST (InvokeTest, FunctionWithUnusedParameters) | |
| TEST (InvokeTest, Functor) | |
| TEST (InvokeTest, MethodWithUnusedParameters) | |
| TEST (InvokeTest, Nullary) | |
| TEST (InvokeTest, Ternary) | |
| TEST (InvokeTest, Unary) | |
| TEST (ReturnArgActionTest, WorksForMultiArgBoolArg0) | |
| TEST (ReturnArgActionTest, WorksForMultiArgStringArg2) | |
| TEST (ReturnArgActionTest, WorksForNonConstRefArg0) | |
| TEST (ReturnArgActionTest, WorksForOneArgIntArg0) | |
| TEST (ReturnPointeeTest, Works) | |
| TEST (SaveArgActionTest, WorksForCompatibleType) | |
| TEST (SaveArgActionTest, WorksForSameType) | |
| TEST (SaveArgPointeeActionTest, WorksForCompatibleType) | |
| TEST (SaveArgPointeeActionTest, WorksForSameType) | |
| TEST (SetArgRefereeActionTest, WorksForCompatibleType) | |
| TEST (SetArgRefereeActionTest, WorksForSameType) | |
| TEST (SetArgRefereeActionTest, WorksWithExtraArguments) | |
| TEST (SetArrayArgumentTest, SetsTheNthArray) | |
| TEST (SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType) | |
| TEST (SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange) | |
| TEST (SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument) | |
| TEST (WithArgTest, OneArg) | |
| TEST (WithoutArgsTest, NoArg) | |
| bool | Unary (int x) |
| void | VoidBinary (int, char) |
| void | VoidFunctionWithFourArguments (char, int, float, double) |
| void | VoidNullary () |
| void | VoidTernary (int, char, bool) |
| void | VoidUnary (int) |
Variables | |
| bool | g_done = false |
| const double | g_double = 0 |
| testing::gmock_more_actions_test::ACTION | ( | DoFoo | ) |
Definition at line 1335 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | IncrementArg1 | ) |
Definition at line 1008 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | IncrementArg2 | ) |
Definition at line 1019 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | InvokeDummy | ) |
Definition at line 1054 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | InvokeDummy2 | ) |
Definition at line 1068 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | OverloadedAction | ) |
Definition at line 1160 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | PlusTwo | ) |
Definition at line 1116 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | Return5 | ) |
Definition at line 997 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | ReturnAddrOfConstBoolReferenceArg | ) |
Definition at line 1081 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | ReturnAddrOfIntReferenceArg | ) |
Definition at line 1093 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | ReturnSum | ) |
Definition at line 1520 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION | ( | Sum2 | ) |
Definition at line 1034 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | DoFoo | , |
| p | |||
| ) |
Definition at line 1336 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | OverloadedAction | , |
| default_value | |||
| ) |
Definition at line 1162 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | Plus | , |
| n | |||
| ) |
Definition at line 1128 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | Plus1 | , |
| x | |||
| ) |
Definition at line 1379 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | ReturnSum | , |
| x | |||
| ) |
Definition at line 1522 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P | ( | TypedPlus | , |
| n | |||
| ) |
Definition at line 1137 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P10 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | , | ||
| p5 | , | ||
| p6 | , | ||
| p7 | , | ||
| p8 | , | ||
| last_param | |||
| ) |
Definition at line 1252 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P10 | ( | Plus10 | , |
| a0 | , | ||
| a1 | , | ||
| a2 | , | ||
| a3 | , | ||
| a4 | , | ||
| a5 | , | ||
| a6 | , | ||
| a7 | , | ||
| a8 | , | ||
| a9 | |||
| ) |
Definition at line 1382 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P2 | ( | DoFoo | , |
| p0 | , | ||
| p1 | |||
| ) |
Definition at line 1337 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P2 | ( | OverloadedAction | , |
| true_value | , | ||
| false_value | |||
| ) |
Definition at line 1166 of file googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 1266 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P2 | ( | Plus2 | , |
| x | , | ||
| y | |||
| ) |
Definition at line 1380 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P3 | ( | ConcatImpl | , |
| a | , | ||
| b | , | ||
| c | |||
| ) |
Definition at line 1287 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P3 | ( | Plus | , |
| m | , | ||
| n | , | ||
| k | |||
| ) |
Definition at line 1188 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P3 | ( | Plus3 | , |
| x | , | ||
| y | , | ||
| z | |||
| ) |
Definition at line 1381 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P4 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | |||
| ) |
Definition at line 1200 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P5 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | |||
| ) |
Definition at line 1207 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P6 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | , | ||
| p5 | |||
| ) |
Definition at line 1214 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P7 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | , | ||
| p5 | , | ||
| p6 | |||
| ) |
Definition at line 1223 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P8 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | , | ||
| p5 | , | ||
| p6 | , | ||
| p7 | |||
| ) |
Definition at line 1232 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_P9 | ( | Plus | , |
| p0 | , | ||
| p1 | , | ||
| p2 | , | ||
| p3 | , | ||
| p4 | , | ||
| p5 | , | ||
| p6 | , | ||
| p7 | , | ||
| p8 | |||
| ) |
Definition at line 1242 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | CreateNew | , |
| HAS_1_TEMPLATE_PARAMS(typename, T) | , | ||
| AND_0_VALUE_PARAMS() | |||
| ) |
Definition at line 1415 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | CreateNew | , |
| HAS_1_TEMPLATE_PARAMS(typename, T) | , | ||
| AND_1_VALUE_PARAMS(a0) | |||
| ) |
Definition at line 1427 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | MyDeleteArg | , |
| HAS_1_TEMPLATE_PARAMS(int, k) | , | ||
| AND_0_VALUE_PARAMS() | |||
| ) |
Definition at line 1440 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnGiant | , |
| HAS_10_TEMPLATE_PARAMS(typename, T1, typename, T2, typename, T3, int, k4, bool, k5, unsigned int, k6, class, T7, class, T8, class, T9, template< typename T > class, T10) | , | ||
| AND_1_VALUE_PARAMS(value) | |||
| ) |
Definition at line 1488 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnSmartPointer | , |
| HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class, Pointer) | , | ||
| AND_1_VALUE_PARAMS(pointee) | |||
| ) |
Definition at line 1465 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnSum | , |
| HAS_1_TEMPLATE_PARAMS(typename, Number) | , | ||
| AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) | |||
| ) |
Definition at line 1507 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnSum | , |
| HAS_1_TEMPLATE_PARAMS(typename, Number) | , | ||
| AND_2_VALUE_PARAMS(v1, v2) | |||
| ) |
Definition at line 1524 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnSum | , |
| HAS_1_TEMPLATE_PARAMS(typename, Number) | , | ||
| AND_3_VALUE_PARAMS(v1, v2, v3) | |||
| ) |
Definition at line 1529 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::ACTION_TEMPLATE | ( | ReturnSum | , |
| HAS_2_TEMPLATE_PARAMS(typename, Number, int, k) | , | ||
| AND_4_VALUE_PARAMS(v1, v2, v3, v4) | |||
| ) |
Definition at line 1534 of file googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 102 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 91 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::ByNonConstRef | ( | std::string & | s | ) |
Definition at line 96 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
|
inline |
Definition at line 67 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 274 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| ConcatImplActionP3<std::string, T1, T2> testing::gmock_more_actions_test::Concat | ( | const std::string & | a, |
| T1 | b, | ||
| T2 | c | ||
| ) |
Definition at line 1302 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| ConcatImplActionP3<T1, int, T2> testing::gmock_more_actions_test::Concat | ( | T1 | a, |
| int | b, | ||
| T2 | c | ||
| ) |
Definition at line 1321 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat10 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5, | ||
| const char * | s6, | ||
| const char * | s7, | ||
| const char * | s8, | ||
| const char * | s9, | ||
| const char * | s10 | ||
| ) |
Definition at line 167 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat4 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4 | ||
| ) |
Definition at line 116 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat5 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5 | ||
| ) |
Definition at line 129 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat6 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5, | ||
| const char * | s6 | ||
| ) |
Definition at line 144 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat7 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5, | ||
| const char * | s6, | ||
| const char * | s7 | ||
| ) |
Definition at line 149 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat8 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5, | ||
| const char * | s6, | ||
| const char * | s7, | ||
| const char * | s8 | ||
| ) |
Definition at line 155 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| std::string testing::gmock_more_actions_test::Concat9 | ( | const char * | s1, |
| const char * | s2, | ||
| const char * | s3, | ||
| const char * | s4, | ||
| const char * | s5, | ||
| const char * | s6, | ||
| const char * | s7, | ||
| const char * | s8, | ||
| const char * | s9 | ||
| ) |
Definition at line 161 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| int testing::gmock_more_actions_test::Nullary | ( | ) |
Definition at line 70 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 87 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 94 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
|
inline |
Definition at line 66 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 110 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 121 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 134 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 112 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 106 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| CanDefineOverloadedActions | |||
| ) |
Definition at line 1170 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| CanReferenceArgumentTuple | |||
| ) |
Definition at line 1040 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| CanReferenceArgumentType | |||
| ) |
Definition at line 1025 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| CanReferenceMockFunctionReturnType | |||
| ) |
Definition at line 1074 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| CanReferenceMockFunctionType | |||
| ) |
Definition at line 1060 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksForConstReferenceArg | |||
| ) |
Definition at line 1086 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksForDifferentArgumentNumbers | |||
| ) |
Definition at line 1118 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksForNonConstReferenceArg | |||
| ) |
Definition at line 1098 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksInNamespace | |||
| ) |
Definition at line 1109 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksWhenNotReferencingArguments | |||
| ) |
Definition at line 999 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionMacroTest | , |
| WorksWhenReturningVoid | |||
| ) |
Definition at line 1010 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPMacroTest | , |
| CanReferenceArgumentAndParameterTypes | |||
| ) |
Definition at line 1143 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPMacroTest | , |
| DefinesParameterizedAction | |||
| ) |
Definition at line 1130 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPMacroTest | , |
| WorksInCompatibleMockFunction | |||
| ) |
Definition at line 1150 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| CanExplicitlyInstantiateWithReferenceTypes | |||
| ) |
Definition at line 1386 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| CanPartiallyRestrictParameterTypes | |||
| ) |
Definition at line 1325 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| SimpleTypePromotion | |||
| ) |
Definition at line 1273 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| TypesAreCorrect | |||
| ) |
Definition at line 1339 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor10Parameters | |||
| ) |
Definition at line 1258 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor3Parameters | |||
| ) |
Definition at line 1190 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor4Parameters | |||
| ) |
Definition at line 1202 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor5Parameters | |||
| ) |
Definition at line 1209 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor6Parameters | |||
| ) |
Definition at line 1218 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor7Parameters | |||
| ) |
Definition at line 1227 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor8Parameters | |||
| ) |
Definition at line 1236 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionPnMacroTest | , |
| WorksFor9Parameters | |||
| ) |
Definition at line 1246 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| CanBeOverloadedOnNumberOfValueParameters | |||
| ) |
Definition at line 1539 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksFor10TemplateParameters | |||
| ) |
Definition at line 1497 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksFor10ValueParameters | |||
| ) |
Definition at line 1512 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksForIntegralTemplateParams | |||
| ) |
Definition at line 1455 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksForTemplateTemplateParameters | |||
| ) |
Definition at line 1472 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksWithoutValueParam | |||
| ) |
Definition at line 1420 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ActionTemplateTest | , |
| WorksWithValueParams | |||
| ) |
Definition at line 1432 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DeleteArgActionTest | , |
| OneArg | |||
| ) |
Definition at line 570 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DeleteArgActionTest | , |
| TenArgs | |||
| ) |
Definition at line 579 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| EightActions | |||
| ) |
Definition at line 890 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| FiveActions | |||
| ) |
Definition at line 844 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| FourActions | |||
| ) |
Definition at line 831 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| ImplicitlyConvertsActionArguments | |||
| ) |
Definition at line 971 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| MoveOnlyArgs | |||
| ) |
Definition at line 962 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| NineActions | |||
| ) |
Definition at line 910 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| NoArgs | |||
| ) |
Definition at line 955 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| SevenActions | |||
| ) |
Definition at line 873 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| SixActions | |||
| ) |
Definition at line 858 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| TenActions | |||
| ) |
Definition at line 931 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| ThreeActions | |||
| ) |
Definition at line 821 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | DoAllTest | , |
| TwoActions | |||
| ) |
Definition at line 812 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| ByConstReferenceFunction | |||
| ) |
Definition at line 789 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| ByExplicitConstReferenceFunction | |||
| ) |
Definition at line 800 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| ByPointerFunction | |||
| ) |
Definition at line 774 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function0 | |||
| ) |
Definition at line 698 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function10 | |||
| ) |
Definition at line 765 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function5 | |||
| ) |
Definition at line 710 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function6 | |||
| ) |
Definition at line 724 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function7 | |||
| ) |
Definition at line 738 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function8 | |||
| ) |
Definition at line 747 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Function9 | |||
| ) |
Definition at line 756 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| FunctionWithCStringLiteral | |||
| ) |
Definition at line 782 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Functor1 | |||
| ) |
Definition at line 704 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Functor5 | |||
| ) |
Definition at line 717 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeArgumentTest | , |
| Functor6 | |||
| ) |
Definition at line 731 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| Binary | |||
| ) |
Definition at line 376 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes10Arguments | |||
| ) |
Definition at line 452 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes4Arguments | |||
| ) |
Definition at line 392 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes5Arguments | |||
| ) |
Definition at line 399 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes6Arguments | |||
| ) |
Definition at line 406 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes7Arguments | |||
| ) |
Definition at line 415 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes8Arguments | |||
| ) |
Definition at line 427 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodThatTakes9Arguments | |||
| ) |
Definition at line 439 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| MethodWithCompatibleType | |||
| ) |
Definition at line 466 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| Nullary | |||
| ) |
Definition at line 362 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| Ternary | |||
| ) |
Definition at line 385 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
| Unary | |||
| ) |
Definition at line 369 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| Binary | |||
| ) |
Definition at line 241 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes10Arguments | |||
| ) |
Definition at line 311 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes4Arguments | |||
| ) |
Definition at line 254 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes5Arguments | |||
| ) |
Definition at line 260 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes6Arguments | |||
| ) |
Definition at line 266 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes7Arguments | |||
| ) |
Definition at line 277 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes8Arguments | |||
| ) |
Definition at line 288 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionThatTakes9Arguments | |||
| ) |
Definition at line 299 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionWithCompatibleType | |||
| ) |
Definition at line 354 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| FunctionWithUnusedParameters | |||
| ) |
Definition at line 324 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| Functor | |||
| ) |
Definition at line 348 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| MethodWithUnusedParameters | |||
| ) |
Definition at line 337 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| Nullary | |||
| ) |
Definition at line 228 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| Ternary | |||
| ) |
Definition at line 248 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
| Unary | |||
| ) |
Definition at line 234 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
| WorksForMultiArgBoolArg0 | |||
| ) |
Definition at line 491 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
| WorksForMultiArgStringArg2 | |||
| ) |
Definition at line 496 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
| WorksForNonConstRefArg0 | |||
| ) |
Definition at line 465 of file googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
| WorksForOneArgIntArg0 | |||
| ) |
Definition at line 486 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | ReturnPointeeTest | , |
| Works | |||
| ) |
Definition at line 689 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SaveArgActionTest | , |
| WorksForCompatibleType | |||
| ) |
Definition at line 508 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SaveArgActionTest | , |
| WorksForSameType | |||
| ) |
Definition at line 501 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SaveArgPointeeActionTest | , |
| WorksForCompatibleType | |||
| ) |
Definition at line 523 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SaveArgPointeeActionTest | , |
| WorksForSameType | |||
| ) |
Definition at line 515 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
| WorksForCompatibleType | |||
| ) |
Definition at line 538 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
| WorksForSameType | |||
| ) |
Definition at line 531 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
| WorksWithExtraArguments | |||
| ) |
Definition at line 545 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
| SetsTheNthArray | |||
| ) |
Definition at line 612 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
| SetsTheNthArrayWithConvertibleType | |||
| ) |
Definition at line 664 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
| SetsTheNthArrayWithEmptyRange | |||
| ) |
Definition at line 648 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
| SetsTheNthArrayWithIteratorArgument | |||
| ) |
Definition at line 679 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | WithArgTest | , |
| OneArg | |||
| ) |
Definition at line 480 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| testing::gmock_more_actions_test::TEST | ( | WithoutArgsTest | , |
| NoArg | |||
| ) |
Definition at line 474 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 85 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| void testing::gmock_more_actions_test::VoidBinary | ( | int | , |
| char | |||
| ) |
Definition at line 104 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| void testing::gmock_more_actions_test::VoidFunctionWithFourArguments | ( | char | , |
| int | , | ||
| float | , | ||
| double | |||
| ) |
Definition at line 114 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| void testing::gmock_more_actions_test::VoidNullary | ( | ) |
Definition at line 78 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 108 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| void testing::gmock_more_actions_test::VoidUnary | ( | int | ) |
Definition at line 89 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
Definition at line 77 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.
| const double testing::gmock_more_actions_test::g_double = 0 |
Definition at line 93 of file bloaty/third_party/googletest/googlemock/test/gmock-more-actions_test.cc.