|
GNU Radio's DSD Package
|
Namespaces | |
| namespace | posix |
Typedefs | |
| typedef ::std::pair< size_t, size_t > | ElementMatcherPair |
| typedef ::std::vector< ElementMatcherPair > | ElementMatcherPairs |
| typedef FloatingPoint< float > | Float |
| typedef FloatingPoint< double > | Double |
| typedef const void * | TypeId |
| typedef void(*) | SetUpTestCaseFunc() |
| typedef void(*) | TearDownTestCaseFunc() |
| typedef int | IsContainer |
| typedef char | IsNotContainer |
| typedef ::std::string | string |
| typedef ::std::wstring | wstring |
| typedef GTestMutexLock | MutexLock |
| typedef bool_constant< false > | false_type |
| typedef bool_constant< true > | true_type |
| typedef long long | BiggestInt |
| typedef TypeWithSize< 4 >::Int | Int32 |
| typedef TypeWithSize< 4 >::UInt | UInt32 |
| typedef TypeWithSize< 8 >::Int | Int64 |
| typedef TypeWithSize< 8 >::UInt | UInt64 |
| typedef TypeWithSize< 8 >::Int | TimeInMillis |
Enumerations | |
| enum | CallReaction { kAllow , kWarn , kFail , kDefault = kWarn , kAllow , kWarn , kFail , kDefault = kWarn } |
| enum | TypeKind { kBool , kInteger , kFloatingPoint , kOther , kBool , kInteger , kFloatingPoint , kOther } |
| enum | LogSeverity { kInfo = 0 , kWarning = 1 , kInfo = 0 , kWarning = 1 } |
| enum | RelationToSource { kReference , kCopy , kReference , kCopy } |
| enum | GTestLogSeverity { GTEST_INFO , GTEST_WARNING , GTEST_ERROR , GTEST_FATAL , GTEST_INFO , GTEST_WARNING , GTEST_ERROR , GTEST_FATAL } |
| enum | CallReaction { kAllow , kWarn , kFail , kDefault = kWarn , kAllow , kWarn , kFail , kDefault = kWarn } |
| enum | TypeKind { kBool , kInteger , kFloatingPoint , kOther , kBool , kInteger , kFloatingPoint , kOther } |
| enum | LogSeverity { kInfo = 0 , kWarning = 1 , kInfo = 0 , kWarning = 1 } |
| enum | RelationToSource { kReference , kCopy , kReference , kCopy } |
| enum | GTestLogSeverity { GTEST_INFO , GTEST_WARNING , GTEST_ERROR , GTEST_FATAL , GTEST_INFO , GTEST_WARNING , GTEST_ERROR , GTEST_FATAL } |
Functions | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (void,) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (::std::string, "") | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (bool, false) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (unsigned char, '\0') | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (signed char, '\0') | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (char, '\0') | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (unsigned short, 0U) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (signed short, 0) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (unsigned int, 0U) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (signed int, 0) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (unsigned long, 0UL) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (signed long, 0L) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (UInt64, 0) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (Int64, 0) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (float, 0) | |
| GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ (double, 0) | |
| template<typename T> | |
| void | PrintTo (const ReferenceWrapper< T > &ref, ::std::ostream *os) |
| void | PrintIfNotEmpty (const internal::string &explanation, ::std::ostream *os) |
| bool | IsReadableTypeName (const string &type_name) |
| template<typename Value, typename T> | |
| bool | MatchPrintAndExplain (Value &value, const Matcher< T > &matcher, MatchResultListener *listener) |
| template<typename MatcherTuple, typename ValueTuple> | |
| bool | TupleMatches (const MatcherTuple &matcher_tuple, const ValueTuple &value_tuple) |
| template<typename MatcherTuple, typename ValueTuple> | |
| void | ExplainMatchFailureTupleTo (const MatcherTuple &matchers, const ValueTuple &values, ::std::ostream *os) |
| template<typename Tuple, typename Func, typename OutIter> | |
| OutIter | TransformTupleValues (Func f, const Tuple &t, OutIter out) |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Eq,==, "is equal to", "isn't equal to") | |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Ge, >=, "is >=", "isn't >=") | |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Gt, >, "is >", "isn't >") | |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Le,<=, "is <=", "isn't <=") | |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Lt,<, "is <", "isn't <") | |
| GMOCK_IMPLEMENT_COMPARISON_MATCHER_ (Ne, !=, "isn't equal to", "is equal to") | |
| bool | CaseInsensitiveCStringEquals (const char *lhs, const char *rhs) |
| bool | CaseInsensitiveCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
| template<typename StringType> | |
| bool | CaseInsensitiveStringEquals (const StringType &s1, const StringType &s2) |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Eq,==, "an equal pair") | |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Ge, >=, "a pair where the first >= the second") | |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Gt, >, "a pair where the first > the second") | |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Le,<=, "a pair where the first <= the second") | |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Lt,<, "a pair where the first < the second") | |
| GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ (Ne, !=, "an unequal pair") | |
| template<typename M> | |
| PredicateFormatterFromMatcher< M > | MakePredicateFormatterFromMatcher (const M &matcher) |
| GTEST_API_ ElementMatcherPairs | FindMaxBipartiteMatching (const MatchMatrix &g) |
| GTEST_API_ bool | FindPairing (const MatchMatrix &matrix, MatchResultListener *listener) |
| GTEST_API_ string | FormatMatcherDescription (bool negation, const char *matcher_name, const Strings ¶m_values) |
| GTEST_API_ | GTEST_DECLARE_STATIC_MUTEX_ (g_gmock_mutex) |
| GTEST_API_ void | LogWithLocation (testing::internal::LogSeverity severity, const char *file, int line, const string &message) |
| void | ReportUninterestingCall (CallReaction reaction, const string &msg) |
| GTEST_API_ string | ConvertIdentifierNameToWords (const char *id_name) |
| template<typename Pointer> | |
| const Pointer::element_type * | GetRawPointer (const Pointer &p) |
| template<typename Element> | |
| Element * | GetRawPointer (Element *p) |
| GMOCK_DECLARE_KIND_ (bool, kBool) | |
| GMOCK_DECLARE_KIND_ (char, kInteger) | |
| GMOCK_DECLARE_KIND_ (signed char, kInteger) | |
| GMOCK_DECLARE_KIND_ (unsigned char, kInteger) | |
| GMOCK_DECLARE_KIND_ (short, kInteger) | |
| GMOCK_DECLARE_KIND_ (unsigned short, kInteger) | |
| GMOCK_DECLARE_KIND_ (int, kInteger) | |
| GMOCK_DECLARE_KIND_ (unsigned int, kInteger) | |
| GMOCK_DECLARE_KIND_ (long, kInteger) | |
| GMOCK_DECLARE_KIND_ (unsigned long, kInteger) | |
| GMOCK_DECLARE_KIND_ (wchar_t, kInteger) | |
| GMOCK_DECLARE_KIND_ (Int64, kInteger) | |
| GMOCK_DECLARE_KIND_ (UInt64, kInteger) | |
| GMOCK_DECLARE_KIND_ (float, kFloatingPoint) | |
| GMOCK_DECLARE_KIND_ (double, kFloatingPoint) | |
| GMOCK_DECLARE_KIND_ (long double, kFloatingPoint) | |
| template<typename From, typename To> | |
| void | Assert (bool condition, const char *file, int line) |
| void | Expect (bool condition, const char *file, int line, const string &msg) |
| void | Expect (bool condition, const char *file, int line) |
| GTEST_API_ bool | LogIsVisible (LogSeverity severity) |
| GTEST_API_ void | Log (LogSeverity severity, const string &message, int stack_frames_to_skip) |
| template<typename T> | |
| T | Invalid () |
| template<> | |
| void | Invalid< void > () |
| template<typename T> | |
| std::string | StreamableToString (const T &streamable) |
| template<typename T> | |
| void | UniversalPrint (const T &value, ::std::ostream *os) |
| template<typename C> | |
| void | DefaultPrintTo (IsContainer, false_type, const C &container, ::std::ostream *os) |
| template<typename T> | |
| void | DefaultPrintTo (IsNotContainer, true_type, T *p, ::std::ostream *os) |
| template<typename T> | |
| void | DefaultPrintTo (IsNotContainer, false_type, const T &value, ::std::ostream *os) |
| template<typename T> | |
| void | PrintTo (const T &value, ::std::ostream *os) |
| GTEST_API_ void | PrintTo (unsigned char c, ::std::ostream *os) |
| GTEST_API_ void | PrintTo (signed char c, ::std::ostream *os) |
| void | PrintTo (char c, ::std::ostream *os) |
| void | PrintTo (bool x, ::std::ostream *os) |
| GTEST_API_ void | PrintTo (wchar_t wc, ::std::ostream *os) |
| GTEST_API_ void | PrintTo (const char *s, ::std::ostream *os) |
| void | PrintTo (char *s, ::std::ostream *os) |
| void | PrintTo (const signed char *s, ::std::ostream *os) |
| void | PrintTo (signed char *s, ::std::ostream *os) |
| void | PrintTo (const unsigned char *s, ::std::ostream *os) |
| void | PrintTo (unsigned char *s, ::std::ostream *os) |
| GTEST_API_ void | PrintTo (const wchar_t *s, ::std::ostream *os) |
| void | PrintTo (wchar_t *s, ::std::ostream *os) |
| template<typename T> | |
| void | PrintRawArrayTo (const T a[], size_t count, ::std::ostream *os) |
| GTEST_API_ void | PrintStringTo (const ::std::string &s, ::std::ostream *os) |
| void | PrintTo (const ::std::string &s, ::std::ostream *os) |
| template<typename T1, typename T2> | |
| void | PrintTo (const ::std::pair< T1, T2 > &value, ::std::ostream *os) |
| template<typename T> | |
| void | UniversalPrintArray (const T *begin, size_t len, ::std::ostream *os) |
| GTEST_API_ void | UniversalPrintArray (const char *begin, size_t len, ::std::ostream *os) |
| GTEST_API_ void | UniversalPrintArray (const wchar_t *begin, size_t len, ::std::ostream *os) |
| template<typename T> | |
| void | UniversalTersePrint (const T &value, ::std::ostream *os) |
| class UnitTestImpl * | GetUnitTestImpl () |
| void | ReportFailureInUnknownLocation (TestPartResult::Type result_type, const std::string &message) |
| GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ (char) | |
| GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ (wchar_t) | |
| GTEST_IMPL_FORMAT_C_STRING_AS_STRING_ (char, ::std::string) | |
| template<typename T1, typename T2> | |
| std::string | FormatForComparisonFailureMessage (const T1 &value, const T2 &) |
| template<typename T1, typename T2> | |
| AssertionResult | CmpHelperEQ (const char *expected_expression, const char *actual_expression, const T1 &expected, const T2 &actual) |
| GTEST_API_ AssertionResult | CmpHelperEQ (const char *expected_expression, const char *actual_expression, BiggestInt expected, BiggestInt actual) |
| GTEST_IMPL_CMP_HELPER_ (NE, !=) | |
| GTEST_IMPL_CMP_HELPER_ (LE,<=) | |
| GTEST_IMPL_CMP_HELPER_ (LT,<) | |
| GTEST_IMPL_CMP_HELPER_ (GE, >=) | |
| GTEST_IMPL_CMP_HELPER_ (GT, >) | |
| GTEST_API_ AssertionResult | CmpHelperSTREQ (const char *expected_expression, const char *actual_expression, const char *expected, const char *actual) |
| GTEST_API_ AssertionResult | CmpHelperSTRCASEEQ (const char *expected_expression, const char *actual_expression, const char *expected, const char *actual) |
| GTEST_API_ AssertionResult | CmpHelperSTRNE (const char *s1_expression, const char *s2_expression, const char *s1, const char *s2) |
| GTEST_API_ AssertionResult | CmpHelperSTRCASENE (const char *s1_expression, const char *s2_expression, const char *s1, const char *s2) |
| GTEST_API_ AssertionResult | CmpHelperSTREQ (const char *expected_expression, const char *actual_expression, const wchar_t *expected, const wchar_t *actual) |
| GTEST_API_ AssertionResult | CmpHelperSTRNE (const char *s1_expression, const char *s2_expression, const wchar_t *s1, const wchar_t *s2) |
| template<typename RawType> | |
| AssertionResult | CmpHelperFloatingPointEQ (const char *expected_expression, const char *actual_expression, RawType expected, RawType actual) |
| GTEST_API_ AssertionResult | DoubleNearPredFormat (const char *expr1, const char *expr2, const char *abs_error_expr, double val1, double val2, double abs_error) |
| GTEST_DECLARE_string_ (internal_run_death_test) | |
| char | IsNullLiteralHelper (Secret *p) |
| char(& | IsNullLiteralHelper (...))[2] |
| GTEST_API_ std::string | AppendUserMessage (const std::string >est_msg, const Message &user_msg) |
| GTEST_API_ AssertionResult | EqFailure (const char *expected_expression, const char *actual_expression, const std::string &expected_value, const std::string &actual_value, bool ignoring_case) |
| GTEST_API_ std::string | GetBoolAssertionFailureMessage (const AssertionResult &assertion_result, const char *expression_text, const char *actual_predicate_value, const char *expected_predicate_value) |
| template<typename T> | |
| TypeId | GetTypeId () |
| GTEST_API_ TypeId | GetTestTypeId () |
| GTEST_API_ TestInfo * | MakeAndRegisterTestInfo (const char *test_case_name, const char *name, const char *type_param, const char *value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase *factory) |
| GTEST_API_ bool | SkipPrefix (const char *prefix, const char **pstr) |
| GTEST_API_ std::string | GetCurrentOsStackTraceExceptTop (UnitTest *unit_test, int skip_count) |
| GTEST_API_ bool | AlwaysTrue () |
| bool | AlwaysFalse () |
| template<class C> | |
| IsContainer | IsContainerTest (int, typename C::iterator *=NULL, typename C::const_iterator *=NULL) |
| template<class C> | |
| IsNotContainer | IsContainerTest (long) |
| template<typename T, typename U> | |
| bool | ArrayEq (const T *lhs, size_t size, const U *rhs) |
| template<typename T, typename U> | |
| bool | ArrayEq (const T &lhs, const U &rhs) |
| template<typename T, typename U, size_t N> | |
| bool | ArrayEq (const T(&lhs)[N], const U(&rhs)[N]) |
| template<typename Iter, typename Element> | |
| Iter | ArrayAwareFind (Iter begin, Iter end, const Element &elem) |
| template<typename T, typename U> | |
| void | CopyArray (const T *from, size_t size, U *to) |
| template<typename T, typename U> | |
| void | CopyArray (const T &from, U *to) |
| template<typename T, typename U, size_t N> | |
| void | CopyArray (const T(&from)[N], U(*to)[N]) |
| GTEST_API_ | GTEST_DECLARE_STATIC_MUTEX_ (g_linked_ptr_mutex) |
| template<typename T> | |
| bool | operator== (T *ptr, const linked_ptr< T > &x) |
| template<typename T> | |
| bool | operator!= (T *ptr, const linked_ptr< T > &x) |
| template<typename T> | |
| linked_ptr< T > | make_linked_ptr (T *ptr) |
| GTEST_API_ bool | IsTrue (bool condition) |
| GTEST_API_::std::string | FormatFileLocation (const char *file, int line) |
| GTEST_API_::std::string | FormatCompilerIndependentFileLocation (const char *file, int line) |
| void | LogToStderr () |
| void | FlushInfoLog () |
| template<typename To> | |
| To | ImplicitCast_ (To x) |
| template<typename To, typename From> | |
| To | DownCast_ (From *f) |
| template<class Derived, class Base> | |
| Derived * | CheckedDowncastToActualType (Base *base) |
| GTEST_API_ void | CaptureStdout () |
| GTEST_API_ std::string | GetCapturedStdout () |
| GTEST_API_ void | CaptureStderr () |
| GTEST_API_ std::string | GetCapturedStderr () |
| GTEST_API_ size_t | GetThreadCount () |
| bool | IsAlpha (char ch) |
| bool | IsAlNum (char ch) |
| bool | IsDigit (char ch) |
| bool | IsLower (char ch) |
| bool | IsSpace (char ch) |
| bool | IsUpper (char ch) |
| bool | IsXDigit (char ch) |
| bool | IsXDigit (wchar_t ch) |
| char | ToLower (char ch) |
| char | ToUpper (char ch) |
| bool | ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
| bool | BoolFromGTestEnv (const char *flag, bool default_val) |
| GTEST_API_ Int32 | Int32FromGTestEnv (const char *flag, Int32 default_val) |
| const char * | StringFromGTestEnv (const char *flag, const char *default_val) |
| GTEST_API_ std::string | StringStreamToString (::std::stringstream *stream) |
| template<typename T> | |
| std::string | GetTypeName () |
| GTEST_API_ TimeInMillis | GetTimeInMillis () |
| GTEST_API_ bool | ShouldUseColor (bool stdout_is_tty) |
| GTEST_API_ std::string | FormatTimeInMillisAsSeconds (TimeInMillis ms) |
| GTEST_API_ std::string | FormatEpochTimeInMillisAsIso8601 (TimeInMillis ms) |
| GTEST_API_ bool | ParseInt32Flag (const char *str, const char *flag, Int32 *value) |
| int | GetRandomSeedFromFlag (Int32 random_seed_flag) |
| int | GetNextRandomSeed (int seed) |
| GTEST_API_ std::string | CodePointToUtf8 (UInt32 code_point) |
| GTEST_API_ std::string | WideStringToUtf8 (const wchar_t *str, int num_chars) |
| void | WriteToShardStatusFileIfNeeded () |
| GTEST_API_ bool | ShouldShard (const char *total_shards_str, const char *shard_index_str, bool in_subprocess_for_death_test) |
| GTEST_API_ Int32 | Int32FromEnvOrDie (const char *env_var, Int32 default_val) |
| GTEST_API_ bool | ShouldRunTestOnShard (int total_shards, int shard_index, int test_id) |
| template<class Container, typename Predicate> | |
| int | CountIf (const Container &c, Predicate predicate) |
| template<class Container, typename Functor> | |
| void | ForEach (const Container &c, Functor functor) |
| template<typename E> | |
| E | GetElementOr (const std::vector< E > &v, int i, E default_value) |
| template<typename E> | |
| void | ShuffleRange (internal::Random *random, int begin, int end, std::vector< E > *v) |
| template<typename E> | |
| void | Shuffle (internal::Random *random, std::vector< E > *v) |
| template<typename T> | |
| static void | Delete (T *x) |
| GTEST_API_ FilePath | GetCurrentExecutableName () |
| GTEST_API_ void | ParseGoogleTestFlagsOnly (int *argc, char **argv) |
| GTEST_API_ void | ParseGoogleTestFlagsOnly (int *argc, wchar_t **argv) |
| template<> | |
| void | Invalid< void > () |
| template<typename T> | |
| static void | Delete (T *x) |
Variables | |
| GTEST_API_ ThreadLocal< Sequence * > | g_gmock_implicit_sequence |
| const char | kInfoVerbosity [] = "info" |
| const char | kWarningVerbosity [] = "warning" |
| const char | kErrorVerbosity [] = "error" |
| const char | kDeathTestStyleFlag [] = "death_test_style" |
| const char | kDeathTestUseFork [] = "death_test_use_fork" |
| const char | kInternalRunDeathTestFlag [] = "internal_run_death_test" |
| GTEST_API_ int | g_init_gtest_count |
| GTEST_API_ const char | kStackTraceMarker [] |
| class GTEST_API_ testing::internal::ScopedTrace | GTEST_ATTRIBUTE_UNUSED_ |
| template<typename T> | |
| bool | TypeIdHelper< T >::dummy_ = false |
| template<typename From, typename To> | |
| const bool | ImplicitlyConvertible< From, To >::value |
| template<bool bool_value> | |
| const bool | bool_constant< bool_value >::value |
| const BiggestInt | kMaxBiggestInt |
| GTEST_API_ const TypeId | kTestTypeIdInGoogleTest |
| const char | kAlsoRunDisabledTestsFlag [] = "also_run_disabled_tests" |
| const char | kBreakOnFailureFlag [] = "break_on_failure" |
| const char | kCatchExceptionsFlag [] = "catch_exceptions" |
| const char | kColorFlag [] = "color" |
| const char | kFilterFlag [] = "filter" |
| const char | kListTestsFlag [] = "list_tests" |
| const char | kOutputFlag [] = "output" |
| const char | kPrintTimeFlag [] = "print_time" |
| const char | kRandomSeedFlag [] = "random_seed" |
| const char | kRepeatFlag [] = "repeat" |
| const char | kShuffleFlag [] = "shuffle" |
| const char | kStackTraceDepthFlag [] = "stack_trace_depth" |
| const char | kStreamResultToFlag [] = "stream_result_to" |
| const char | kThrowOnFailureFlag [] = "throw_on_failure" |
| const int | kMaxRandomSeed = 99999 |
| GTEST_API_ bool | g_help_flag |
| typedef long long testing::internal::BiggestInt |
| typedef FloatingPoint< double > testing::internal::Double |
| typedef::std::pair< size_t, size_t > testing::internal::ElementMatcherPair |
| typedef::std::vector< ElementMatcherPair > testing::internal::ElementMatcherPairs |
| typedef bool_constant< false > testing::internal::false_type |
| typedef FloatingPoint< float > testing::internal::Float |
| typedef TypeWithSize< 4 >::Int testing::internal::Int32 |
| typedef TypeWithSize< 8 >::Int testing::internal::Int64 |
| typedef int testing::internal::IsContainer |
| typedef char testing::internal::IsNotContainer |
| typedef void(*) testing::internal::SetUpTestCaseFunc() |
| typedef ::std::string testing::internal::string |
| typedef void(*) testing::internal::TearDownTestCaseFunc() |
| typedef TypeWithSize< 8 >::Int testing::internal::TimeInMillis |
| typedef bool_constant< true > testing::internal::true_type |
| typedef const void * testing::internal::TypeId |
| typedef TypeWithSize< 4 >::UInt testing::internal::UInt32 |
| typedef TypeWithSize< 8 >::UInt testing::internal::UInt64 |
| typedef ::std::wstring testing::internal::wstring |
|
inline |
References AlwaysFalse(), and AlwaysTrue().
Referenced by AlwaysFalse().
| GTEST_API_ bool testing::internal::AlwaysTrue | ( | ) |
References AlwaysTrue(), and GTEST_API_.
Referenced by AlwaysFalse(), and AlwaysTrue().
| GTEST_API_ std::string testing::internal::AppendUserMessage | ( | const std::string & | gtest_msg, |
| const Message & | user_msg ) |
References AppendUserMessage(), and GTEST_API_.
Referenced by AppendUserMessage().
| Iter testing::internal::ArrayAwareFind | ( | Iter | begin, |
| Iter | end, | ||
| const Element & | elem ) |
References ArrayAwareFind(), and ArrayEq().
Referenced by ArrayAwareFind(), and testing::internal::ContainerEqMatcher< Container >::MatchAndExplain().
|
inline |
References ArrayEq().
| bool testing::internal::ArrayEq | ( | const T * | lhs, |
| size_t | size, | ||
| const U * | rhs ) |
References ArrayEq().
Referenced by ArrayAwareFind(), ArrayEq(), ArrayEq(), ArrayEq(), and testing::internal::NativeArray< RawElement >::operator==().
|
inline |
References ArrayEq().
|
inline |
| bool testing::internal::BoolFromGTestEnv | ( | const char * | flag, |
| bool | default_val ) |
References BoolFromGTestEnv().
Referenced by BoolFromGTestEnv().
| GTEST_API_ void testing::internal::CaptureStderr | ( | ) |
References CaptureStderr(), and GTEST_API_.
Referenced by CaptureStderr().
| GTEST_API_ void testing::internal::CaptureStdout | ( | ) |
References CaptureStdout(), and GTEST_API_.
Referenced by CaptureStdout().
|
inline |
|
inline |
| bool testing::internal::CaseInsensitiveStringEquals | ( | const StringType & | s1, |
| const StringType & | s2 ) |
References CaseInsensitiveCStringEquals(), and CaseInsensitiveStringEquals().
Referenced by CaseInsensitiveStringEquals(), and testing::internal::StrEqualityMatcher< StringType >::MatchAndExplain().
| Derived * testing::internal::CheckedDowncastToActualType | ( | Base * | base | ) |
References CheckedDowncastToActualType(), and GTEST_CHECK_.
Referenced by CheckedDowncastToActualType().
| GTEST_API_ AssertionResult testing::internal::CmpHelperEQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| BiggestInt | expected, | ||
| BiggestInt | actual ) |
References CmpHelperEQ(), and GTEST_API_.
| AssertionResult testing::internal::CmpHelperEQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const T1 & | expected, | ||
| const T2 & | actual ) |
References testing::AssertionSuccess(), CmpHelperEQ(), EqFailure(), and FormatForComparisonFailureMessage().
Referenced by CmpHelperEQ(), CmpHelperEQ(), testing::internal::EqHelper< lhs_is_null_literal >::Compare(), testing::internal::EqHelper< lhs_is_null_literal >::Compare(), testing::internal::EqHelper< true >::Compare(), and testing::internal::EqHelper< true >::Compare().
| AssertionResult testing::internal::CmpHelperFloatingPointEQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| RawType | expected, | ||
| RawType | actual ) |
References testing::AssertionSuccess(), CmpHelperFloatingPointEQ(), EqFailure(), and StringStreamToString().
Referenced by CmpHelperFloatingPointEQ().
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTRCASEEQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const char * | expected, | ||
| const char * | actual ) |
References CmpHelperSTRCASEEQ(), and GTEST_API_.
Referenced by CmpHelperSTRCASEEQ().
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTRCASENE | ( | const char * | s1_expression, |
| const char * | s2_expression, | ||
| const char * | s1, | ||
| const char * | s2 ) |
References CmpHelperSTRCASENE(), and GTEST_API_.
Referenced by CmpHelperSTRCASENE().
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTREQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const char * | expected, | ||
| const char * | actual ) |
References CmpHelperSTREQ(), and GTEST_API_.
Referenced by CmpHelperSTREQ(), and CmpHelperSTREQ().
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTREQ | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const wchar_t * | expected, | ||
| const wchar_t * | actual ) |
References CmpHelperSTREQ(), and GTEST_API_.
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTRNE | ( | const char * | s1_expression, |
| const char * | s2_expression, | ||
| const char * | s1, | ||
| const char * | s2 ) |
References CmpHelperSTRNE(), and GTEST_API_.
Referenced by CmpHelperSTRNE(), and CmpHelperSTRNE().
| GTEST_API_ AssertionResult testing::internal::CmpHelperSTRNE | ( | const char * | s1_expression, |
| const char * | s2_expression, | ||
| const wchar_t * | s1, | ||
| const wchar_t * | s2 ) |
References CmpHelperSTRNE(), and GTEST_API_.
| GTEST_API_ std::string testing::internal::CodePointToUtf8 | ( | UInt32 | code_point | ) |
References CodePointToUtf8(), and GTEST_API_.
Referenced by CodePointToUtf8().
| GTEST_API_ string testing::internal::ConvertIdentifierNameToWords | ( | const char * | id_name | ) |
References ConvertIdentifierNameToWords(), and GTEST_API_.
Referenced by ConvertIdentifierNameToWords().
|
inline |
References CopyArray().
| void testing::internal::CopyArray | ( | const T * | from, |
| size_t | size, | ||
| U * | to ) |
References CopyArray().
Referenced by CopyArray(), CopyArray(), and CopyArray().
|
inline |
References CopyArray().
|
inline |
| void testing::internal::DefaultPrintTo | ( | IsContainer | , |
| false_type | , | ||
| const C & | container, | ||
| ::std::ostream * | os ) |
References DefaultPrintTo(), and UniversalPrint().
Referenced by DefaultPrintTo(), DefaultPrintTo(), DefaultPrintTo(), and PrintTo().
| void testing::internal::DefaultPrintTo | ( | IsNotContainer | , |
| false_type | , | ||
| const T & | value, | ||
| ::std::ostream * | os ) |
| void testing::internal::DefaultPrintTo | ( | IsNotContainer | , |
| true_type | , | ||
| T * | p, | ||
| ::std::ostream * | os ) |
|
static |
|
static |
References Delete().
| GTEST_API_ AssertionResult testing::internal::DoubleNearPredFormat | ( | const char * | expr1, |
| const char * | expr2, | ||
| const char * | abs_error_expr, | ||
| double | val1, | ||
| double | val2, | ||
| double | abs_error ) |
References DoubleNearPredFormat(), and GTEST_API_.
Referenced by DoubleNearPredFormat().
|
inline |
References DownCast_(), GTEST_CHECK_, and ImplicitCast_().
Referenced by DownCast_().
| GTEST_API_ AssertionResult testing::internal::EqFailure | ( | const char * | expected_expression, |
| const char * | actual_expression, | ||
| const std::string & | expected_value, | ||
| const std::string & | actual_value, | ||
| bool | ignoring_case ) |
References EqFailure(), and GTEST_API_.
Referenced by CmpHelperEQ(), CmpHelperFloatingPointEQ(), and EqFailure().
|
inline |
References Expect().
|
inline |
| void testing::internal::ExplainMatchFailureTupleTo | ( | const MatcherTuple & | matchers, |
| const ValueTuple & | values, | ||
| ::std::ostream * | os ) |
References ExplainMatchFailureTupleTo().
Referenced by ExplainMatchFailureTupleTo().
| GTEST_API_ ElementMatcherPairs testing::internal::FindMaxBipartiteMatching | ( | const MatchMatrix & | g | ) |
References FindMaxBipartiteMatching().
Referenced by FindMaxBipartiteMatching().
| GTEST_API_ bool testing::internal::FindPairing | ( | const MatchMatrix & | matrix, |
| MatchResultListener * | listener ) |
References FindPairing(), and GTEST_API_.
Referenced by FindPairing(), and testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain().
|
inline |
References FlushInfoLog().
Referenced by FlushInfoLog().
| void testing::internal::ForEach | ( | const Container & | c, |
| Functor | functor ) |
References ForEach().
Referenced by testing::internal::UnitTestImpl::ClearNonAdHocTestResult(), and ForEach().
| GTEST_API_::std::string testing::internal::FormatCompilerIndependentFileLocation | ( | const char * | file, |
| int | line ) |
References FormatCompilerIndependentFileLocation().
Referenced by FormatCompilerIndependentFileLocation().
| GTEST_API_ std::string testing::internal::FormatEpochTimeInMillisAsIso8601 | ( | TimeInMillis | ms | ) |
References FormatEpochTimeInMillisAsIso8601(), and GTEST_API_.
Referenced by FormatEpochTimeInMillisAsIso8601().
| GTEST_API_::std::string testing::internal::FormatFileLocation | ( | const char * | file, |
| int | line ) |
References FormatFileLocation().
Referenced by testing::internal::ExpectationBase::DescribeLocationTo(), and FormatFileLocation().
| std::string testing::internal::FormatForComparisonFailureMessage | ( | const T1 & | value, |
| const T2 & | ) |
| GTEST_API_ string testing::internal::FormatMatcherDescription | ( | bool | negation, |
| const char * | matcher_name, | ||
| const Strings & | param_values ) |
References FormatMatcherDescription(), and GTEST_API_.
Referenced by FormatMatcherDescription().
| GTEST_API_ std::string testing::internal::FormatTimeInMillisAsSeconds | ( | TimeInMillis | ms | ) |
References FormatTimeInMillisAsSeconds(), and GTEST_API_.
Referenced by FormatTimeInMillisAsSeconds().
| GTEST_API_ std::string testing::internal::GetBoolAssertionFailureMessage | ( | const AssertionResult & | assertion_result, |
| const char * | expression_text, | ||
| const char * | actual_predicate_value, | ||
| const char * | expected_predicate_value ) |
References GetBoolAssertionFailureMessage(), and GTEST_API_.
Referenced by GetBoolAssertionFailureMessage().
| GTEST_API_ std::string testing::internal::GetCapturedStderr | ( | ) |
References GetCapturedStderr(), and GTEST_API_.
Referenced by GetCapturedStderr().
| GTEST_API_ std::string testing::internal::GetCapturedStdout | ( | ) |
References GetCapturedStdout(), and GTEST_API_.
Referenced by GetCapturedStdout().
| GTEST_API_ FilePath testing::internal::GetCurrentExecutableName | ( | ) |
References GetCurrentExecutableName(), and GTEST_API_.
Referenced by GetCurrentExecutableName().
| GTEST_API_ std::string testing::internal::GetCurrentOsStackTraceExceptTop | ( | UnitTest * | unit_test, |
| int | skip_count ) |
References GetCurrentOsStackTraceExceptTop(), and GTEST_API_.
Referenced by GetCurrentOsStackTraceExceptTop().
|
inline |
References GetElementOr().
Referenced by GetElementOr(), testing::internal::UnitTestImpl::GetMutableTestCase(), and testing::internal::UnitTestImpl::GetTestCase().
|
inline |
References GetNextRandomSeed(), GTEST_CHECK_, and kMaxRandomSeed.
Referenced by GetNextRandomSeed().
|
inline |
References GetRandomSeedFromFlag(), GetTimeInMillis(), and kMaxRandomSeed.
Referenced by GetRandomSeedFromFlag().
|
inline |
References GetRawPointer().
Referenced by GetRawPointer(), GetRawPointer(), testing::internal::IsNullMatcher::MatchAndExplain(), and testing::internal::NotNullMatcher::MatchAndExplain().
|
inline |
References GetRawPointer().
| GTEST_API_ TypeId testing::internal::GetTestTypeId | ( | ) |
References GetTestTypeId(), and GTEST_API_.
Referenced by GetTestTypeId().
| GTEST_API_ size_t testing::internal::GetThreadCount | ( | ) |
References GetThreadCount(), and GTEST_API_.
Referenced by GetThreadCount().
| GTEST_API_ TimeInMillis testing::internal::GetTimeInMillis | ( | ) |
References GetTimeInMillis(), and GTEST_API_.
Referenced by GetRandomSeedFromFlag(), and GetTimeInMillis().
| TypeId testing::internal::GetTypeId | ( | ) |
References testing::internal::TypeIdHelper< T >::dummy_, and GetTypeId().
Referenced by GetTypeId().
| std::string testing::internal::GetTypeName | ( | ) |
References GetTypeName().
Referenced by GetTypeName(), and MatchPrintAndExplain().
|
inline |
References testing::UnitTest::GetInstance(), and GetUnitTestImpl().
Referenced by GetUnitTestImpl(), and testing::UnitTest::internal::GetUnitTestImpl.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | bool | , |
| kBool | ) |
References GMOCK_DECLARE_KIND_(), and kBool.
Referenced by GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), GMOCK_DECLARE_KIND_(), and GMOCK_DECLARE_KIND_().
| testing::internal::GMOCK_DECLARE_KIND_ | ( | char | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | double | , |
| kFloatingPoint | ) |
References GMOCK_DECLARE_KIND_(), and kFloatingPoint.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | float | , |
| kFloatingPoint | ) |
References GMOCK_DECLARE_KIND_(), and kFloatingPoint.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | int | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | long double | , |
| kFloatingPoint | ) |
References GMOCK_DECLARE_KIND_(), and kFloatingPoint.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | long | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | short | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | signed char | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | unsigned char | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | unsigned int | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | unsigned long | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | unsigned short | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DECLARE_KIND_ | ( | wchar_t | , |
| kInteger | ) |
References GMOCK_DECLARE_KIND_(), and kInteger.
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | ::std::string | , |
| "" | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | bool | , |
| false | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | char | , |
| '\0' | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | double | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | float | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | Int64 | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | signed char | , |
| '\0' | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | signed int | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | signed long | , |
| 0L | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | signed short | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | UInt64 | , |
| 0 | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | unsigned char | , |
| '\0' | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | unsigned int | , |
| 0U | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | unsigned long | , |
| 0UL | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | unsigned short | , |
| 0U | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | void | ) |
References GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
Referenced by GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(), and GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Eq | , |
| "an equal pair" | ) |
References testing::Eq(), and GMOCK_IMPLEMENT_COMPARISON2_MATCHER_().
Referenced by GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), and GMOCK_IMPLEMENT_COMPARISON2_MATCHER_().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Ge | , |
| >= | , | ||
| "a pair where the first >= the second" | ) |
References testing::Ge(), and GMOCK_IMPLEMENT_COMPARISON2_MATCHER_().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Gt | , |
| "a pair where the | first, | ||
| the second" | ) |
References GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), and testing::Gt().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Le | , |
| <= | , | ||
| "a pair where the first <= the second" | ) |
References GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), and testing::Le().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Lt | ) |
References GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), and testing::Lt().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON2_MATCHER_ | ( | Ne | , |
| ! | , | ||
| "an unequal pair" | ) |
References GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(), and testing::Ne().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Eq | , |
| "is equal to" | , | ||
| "isn't equal to" | ) |
References testing::Eq(), and GMOCK_IMPLEMENT_COMPARISON_MATCHER_().
Referenced by GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), and GMOCK_IMPLEMENT_COMPARISON_MATCHER_().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Ge | , |
| >= | , | ||
| "is >=" | , | ||
| "isn't >=" | ) |
References testing::Ge(), and GMOCK_IMPLEMENT_COMPARISON_MATCHER_().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Gt | , |
| " | is, | ||
| " | , | ||
| "isn' | t, | ||
| " | ) |
References GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), and testing::Gt().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Le | , |
| <= | , | ||
| "is <=" | , | ||
| "isn't <=" | ) |
References GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), and testing::Le().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Lt | ) |
References GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), and testing::Lt().
| testing::internal::GMOCK_IMPLEMENT_COMPARISON_MATCHER_ | ( | Ne | , |
| ! | , | ||
| "isn't equal to" | , | ||
| "is equal to" | ) |
References GMOCK_IMPLEMENT_COMPARISON_MATCHER_(), and testing::Ne().
| GTEST_API_ testing::internal::GTEST_DECLARE_STATIC_MUTEX_ | ( | g_gmock_mutex | ) |
References GTEST_API_, and GTEST_DECLARE_STATIC_MUTEX_().
Referenced by GTEST_DECLARE_STATIC_MUTEX_(), and GTEST_DECLARE_STATIC_MUTEX_().
| GTEST_API_ testing::internal::GTEST_DECLARE_STATIC_MUTEX_ | ( | g_linked_ptr_mutex | ) |
References GTEST_API_, and GTEST_DECLARE_STATIC_MUTEX_().
| testing::internal::GTEST_DECLARE_string_ | ( | internal_run_death_test | ) |
References GTEST_DECLARE_string_().
Referenced by GTEST_DECLARE_string_().
| testing::internal::GTEST_IMPL_CMP_HELPER_ | ( | GE | , |
| >= | ) |
References GTEST_IMPL_CMP_HELPER_().
| testing::internal::GTEST_IMPL_CMP_HELPER_ | ( | GT | ) |
References GTEST_IMPL_CMP_HELPER_().
| testing::internal::GTEST_IMPL_CMP_HELPER_ | ( | LE | , |
| <= | ) |
References GTEST_IMPL_CMP_HELPER_().
| testing::internal::GTEST_IMPL_CMP_HELPER_ | ( | LT | ) |
References GTEST_IMPL_CMP_HELPER_().
| testing::internal::GTEST_IMPL_CMP_HELPER_ | ( | NE | , |
| ! | ) |
References GTEST_IMPL_CMP_HELPER_().
Referenced by GTEST_IMPL_CMP_HELPER_(), GTEST_IMPL_CMP_HELPER_(), GTEST_IMPL_CMP_HELPER_(), GTEST_IMPL_CMP_HELPER_(), and GTEST_IMPL_CMP_HELPER_().
| testing::internal::GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ | ( | char | ) |
References GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_().
Referenced by GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(), and GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_().
| testing::internal::GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ | ( | wchar_t | ) |
References GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_().
| testing::internal::GTEST_IMPL_FORMAT_C_STRING_AS_STRING_ | ( | char | , |
| ::std::string | ) |
References GTEST_IMPL_FORMAT_C_STRING_AS_STRING_().
Referenced by GTEST_IMPL_FORMAT_C_STRING_AS_STRING_().
|
inline |
References ImplicitCast_().
Referenced by DownCast_(), ImplicitCast_(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NaggyMock< MockClass >::NaggyMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), testing::NiceMock< MockClass >::NiceMock(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::StrictMock< MockClass >::StrictMock(), testing::NaggyMock< MockClass >::~NaggyMock(), testing::NiceMock< MockClass >::~NiceMock(), and testing::StrictMock< MockClass >::~StrictMock().
| GTEST_API_ Int32 testing::internal::Int32FromEnvOrDie | ( | const char * | env_var, |
| Int32 | default_val ) |
References GTEST_API_, and Int32FromEnvOrDie().
Referenced by Int32FromEnvOrDie().
| GTEST_API_ Int32 testing::internal::Int32FromGTestEnv | ( | const char * | flag, |
| Int32 | default_val ) |
References GTEST_API_, and Int32FromGTestEnv().
Referenced by Int32FromGTestEnv().
|
inline |
References Invalid().
Referenced by testing::internal::BuiltInDefaultValue< T >::Get(), Invalid(), and Invalid< void >().
|
inline |
References Invalid().
|
inline |
References Invalid().
| IsContainer testing::internal::IsContainerTest | ( | int | , |
| typename C::iterator * | = NULL, | ||
| typename C::const_iterator * | = NULL ) |
References IsContainerTest().
Referenced by IsContainerTest(), IsContainerTest(), and PrintTo().
| IsNotContainer testing::internal::IsContainerTest | ( | long | ) |
References IsContainerTest().
| char(& testing::internal::IsNullLiteralHelper | ( | ... | ) | )[2] |
References IsNullLiteralHelper().
| char testing::internal::IsNullLiteralHelper | ( | Secret * | p | ) |
References IsNullLiteralHelper().
Referenced by IsNullLiteralHelper(), and IsNullLiteralHelper().
|
inline |
References IsReadableTypeName().
Referenced by IsReadableTypeName(), and MatchPrintAndExplain().
| GTEST_API_ bool testing::internal::IsTrue | ( | bool | condition | ) |
References GTEST_API_, and IsTrue().
Referenced by DefaultPrintTo(), IsTrue(), and testing::internal::scoped_ptr< T >::reset().
|
inline |
References IsXDigit().
Referenced by IsXDigit(), and IsXDigit().
|
inline |
References IsXDigit().
| GTEST_API_ void testing::internal::Log | ( | LogSeverity | severity, |
| const string & | message, | ||
| int | stack_frames_to_skip ) |
References GTEST_API_, and Log().
Referenced by Log().
| GTEST_API_ bool testing::internal::LogIsVisible | ( | LogSeverity | severity | ) |
References GTEST_API_, and LogIsVisible().
Referenced by LogIsVisible().
|
inline |
References LogToStderr().
Referenced by LogToStderr().
| GTEST_API_ void testing::internal::LogWithLocation | ( | testing::internal::LogSeverity | severity, |
| const char * | file, | ||
| int | line, | ||
| const string & | message ) |
References GTEST_API_, and LogWithLocation().
Referenced by testing::internal::MockSpec< F >::InternalDefaultActionSetAt(), testing::internal::MockSpec< F >::InternalExpectedAt(), and LogWithLocation().
| linked_ptr< T > testing::internal::make_linked_ptr | ( | T * | ptr | ) |
References testing::internal::linked_ptr< T >::linked_ptr, and make_linked_ptr().
Referenced by make_linked_ptr().
| GTEST_API_ TestInfo * testing::internal::MakeAndRegisterTestInfo | ( | const char * | test_case_name, |
| const char * | name, | ||
| const char * | type_param, | ||
| const char * | value_param, | ||
| TypeId | fixture_class_id, | ||
| SetUpTestCaseFunc | set_up_tc, | ||
| TearDownTestCaseFunc | tear_down_tc, | ||
| TestFactoryBase * | factory ) |
References GTEST_API_, and MakeAndRegisterTestInfo().
Referenced by testing::TestInfo::internal::MakeAndRegisterTestInfo, and MakeAndRegisterTestInfo().
|
inline |
| bool testing::internal::MatchPrintAndExplain | ( | Value & | value, |
| const Matcher< T > & | matcher, | ||
| MatchResultListener * | listener ) |
References GetTypeName(), ImplicitlyConvertible< From, To >::value, testing::MatchResultListener::IsInterested(), IsReadableTypeName(), testing::internal::MatcherBase< T >::MatchAndExplain(), testing::internal::MatcherBase< T >::Matches(), MatchPrintAndExplain(), PrintIfNotEmpty(), testing::StringMatchResultListener::str(), testing::MatchResultListener::stream(), UniversalPrint(), and testing::Value().
Referenced by MatchPrintAndExplain(), and testing::internal::PredicateFormatterFromMatcher< M >::operator()().
|
inline |
References testing::internal::linked_ptr< T >::get(), and operator!=().
Referenced by operator!=().
|
inline |
References testing::internal::linked_ptr< T >::get(), and operator==().
Referenced by operator==().
| GTEST_API_ void testing::internal::ParseGoogleTestFlagsOnly | ( | int * | argc, |
| char ** | argv ) |
References GTEST_API_, and ParseGoogleTestFlagsOnly().
Referenced by ParseGoogleTestFlagsOnly(), and ParseGoogleTestFlagsOnly().
| GTEST_API_ void testing::internal::ParseGoogleTestFlagsOnly | ( | int * | argc, |
| wchar_t ** | argv ) |
References GTEST_API_, and ParseGoogleTestFlagsOnly().
References ImplicitlyConvertible< From, To >::value, and ParseInt32().
Referenced by ParseInt32().
| GTEST_API_ bool testing::internal::ParseInt32Flag | ( | const char * | str, |
| const char * | flag, | ||
| Int32 * | value ) |
References GTEST_API_, ImplicitlyConvertible< From, To >::value, and ParseInt32Flag().
Referenced by ParseInt32Flag().
|
inline |
References PrintIfNotEmpty().
Referenced by testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo(), testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MatchAndExplain(), testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain(), testing::internal::PairMatcherImpl< PairType >::MatchAndExplain(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::MatchAndExplain(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl(), MatchPrintAndExplain(), and PrintIfNotEmpty().
| void testing::internal::PrintRawArrayTo | ( | const T | a[], |
| size_t | count, | ||
| ::std::ostream * | os ) |
References PrintRawArrayTo(), and UniversalPrint().
Referenced by PrintRawArrayTo(), and UniversalPrintArray().
| GTEST_API_ void testing::internal::PrintStringTo | ( | const ::std::string & | s, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintStringTo().
Referenced by PrintStringTo(), and PrintTo().
|
inline |
References PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
|
inline |
References PrintTo().
| void testing::internal::PrintTo | ( | const ::std::pair< T1, T2 > & | value, |
| ::std::ostream * | os ) |
|
inline |
References PrintStringTo(), and PrintTo().
| GTEST_API_ void testing::internal::PrintTo | ( | const char * | s, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintTo().
| void testing::internal::PrintTo | ( | const ReferenceWrapper< T > & | ref, |
| ::std::ostream * | os ) |
References ImplicitlyConvertible< From, To >::value, testing::internal::UniversalPrinter< T >::Print(), and PrintTo().
Referenced by testing::internal::UniversalPrinter< T >::Print(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), PrintTo(), and PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
| void testing::internal::PrintTo | ( | const T & | value, |
| ::std::ostream * | os ) |
References DefaultPrintTo(), ImplicitlyConvertible< From, To >::value, IsContainerTest(), and PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
| GTEST_API_ void testing::internal::PrintTo | ( | const wchar_t * | s, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
| GTEST_API_ void testing::internal::PrintTo | ( | signed char | c, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
| GTEST_API_ void testing::internal::PrintTo | ( | unsigned char | c, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintTo().
|
inline |
References ImplicitCast_(), and PrintTo().
| GTEST_API_ void testing::internal::PrintTo | ( | wchar_t | wc, |
| ::std::ostream * | os ) |
References GTEST_API_, and PrintTo().
| void testing::internal::ReportFailureInUnknownLocation | ( | TestPartResult::Type | result_type, |
| const std::string & | message ) |
References ReportFailureInUnknownLocation().
Referenced by testing::UnitTest::internal::ReportFailureInUnknownLocation, and ReportFailureInUnknownLocation().
| void testing::internal::ReportUninterestingCall | ( | CallReaction | reaction, |
| const string & | msg ) |
References ReportUninterestingCall().
Referenced by ReportUninterestingCall().
| GTEST_API_ bool testing::internal::ShouldRunTestOnShard | ( | int | total_shards, |
| int | shard_index, | ||
| int | test_id ) |
References GTEST_API_, and ShouldRunTestOnShard().
Referenced by ShouldRunTestOnShard().
| GTEST_API_ bool testing::internal::ShouldShard | ( | const char * | total_shards_str, |
| const char * | shard_index_str, | ||
| bool | in_subprocess_for_death_test ) |
References GTEST_API_, and ShouldShard().
Referenced by ShouldShard().
| GTEST_API_ bool testing::internal::ShouldUseColor | ( | bool | stdout_is_tty | ) |
References GTEST_API_, and ShouldUseColor().
Referenced by ShouldUseColor().
|
inline |
References Shuffle(), and ShuffleRange().
Referenced by Shuffle().
| void testing::internal::ShuffleRange | ( | internal::Random * | random, |
| int | begin, | ||
| int | end, | ||
| std::vector< E > * | v ) |
References testing::internal::Random::Generate(), GTEST_CHECK_, and ShuffleRange().
Referenced by Shuffle(), and ShuffleRange().
| GTEST_API_ bool testing::internal::SkipPrefix | ( | const char * | prefix, |
| const char ** | pstr ) |
References GTEST_API_, and SkipPrefix().
Referenced by SkipPrefix().
| std::string testing::internal::StreamableToString | ( | const T & | streamable | ) |
References testing::Message::Message(), and StreamableToString().
Referenced by StreamableToString().
| const char * testing::internal::StringFromGTestEnv | ( | const char * | flag, |
| const char * | default_val ) |
References StringFromGTestEnv().
Referenced by StringFromGTestEnv().
| GTEST_API_ std::string testing::internal::StringStreamToString | ( | ::std::stringstream * | stream | ) |
References GTEST_API_, and StringStreamToString().
Referenced by CmpHelperFloatingPointEQ(), and StringStreamToString().
| OutIter testing::internal::TransformTupleValues | ( | Func | f, |
| const Tuple & | t, | ||
| OutIter | out ) |
References testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter >::Run(), and TransformTupleValues().
Referenced by testing::internal::ElementsAreMatcher< MatcherTuple >::operator Matcher< Container >(), testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::operator Matcher< Container >(), and TransformTupleValues().
| bool testing::internal::TupleMatches | ( | const MatcherTuple & | matcher_tuple, |
| const ValueTuple & | value_tuple ) |
References GTEST_COMPILE_ASSERT_, testing::Matches(), and TupleMatches().
Referenced by testing::internal::OnCallSpec< F >::Matches(), and TupleMatches().
| void testing::internal::UniversalPrint | ( | const T & | value, |
| ::std::ostream * | os ) |
References ImplicitlyConvertible< From, To >::value, testing::internal::UniversalPrinter< T >::Print(), and UniversalPrint().
Referenced by DefaultPrintTo(), testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo(), testing::internal::EndsWithMatcher< StringType >::DescribeNegationTo(), testing::internal::HasSubstrMatcher< StringType >::DescribeNegationTo(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeNegationTo(), testing::internal::StartsWithMatcher< StringType >::DescribeNegationTo(), testing::internal::ContainerEqMatcher< Container >::DescribeTo(), testing::internal::EndsWithMatcher< StringType >::DescribeTo(), testing::internal::HasSubstrMatcher< StringType >::DescribeTo(), testing::internal::StartsWithMatcher< StringType >::DescribeTo(), testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo(), testing::internal::ContainerEqMatcher< Container >::MatchAndExplain(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain(), MatchPrintAndExplain(), testing::internal::UniversalPrinter< T & >::Print(), testing::internal::UniversalTersePrinter< T >::Print(), testing::internal::UniversalTersePrinter< const char * >::Print(), testing::internal::UniversalTersePrinter< T & >::Print(), PrintRawArrayTo(), and UniversalPrint().
| GTEST_API_ void testing::internal::UniversalPrintArray | ( | const char * | begin, |
| size_t | len, | ||
| ::std::ostream * | os ) |
References GTEST_API_, and UniversalPrintArray().
| void testing::internal::UniversalPrintArray | ( | const T * | begin, |
| size_t | len, | ||
| ::std::ostream * | os ) |
References PrintRawArrayTo(), and UniversalPrintArray().
Referenced by testing::internal::UniversalPrinter< T[N]>::Print(), UniversalPrintArray(), UniversalPrintArray(), and UniversalPrintArray().
| GTEST_API_ void testing::internal::UniversalPrintArray | ( | const wchar_t * | begin, |
| size_t | len, | ||
| ::std::ostream * | os ) |
References GTEST_API_, and UniversalPrintArray().
| void testing::internal::UniversalTersePrint | ( | const T & | value, |
| ::std::ostream * | os ) |
References ImplicitlyConvertible< From, To >::value, testing::internal::UniversalTersePrinter< T >::Print(), and UniversalTersePrint().
Referenced by UniversalTersePrint().
| GTEST_API_ std::string testing::internal::WideStringToUtf8 | ( | const wchar_t * | str, |
| int | num_chars ) |
References GTEST_API_, and WideStringToUtf8().
Referenced by WideStringToUtf8().
| void testing::internal::WriteToShardStatusFileIfNeeded | ( | ) |
References WriteToShardStatusFileIfNeeded().
Referenced by WriteToShardStatusFileIfNeeded().
| const bool testing::internal::bool_constant< bool_value >::value |
|
extern |
|
extern |
|
extern |
| class testing::internal::GTestFlagSaver testing::internal::GTEST_ATTRIBUTE_UNUSED_ |
| const bool testing::internal::ImplicitlyConvertible< From, To >::value |
Referenced by testing::internal::UnitTestImpl::::testing::UnitTest, testing::internal::AssignAction< T1, T2 >::AssignAction(), testing::internal::MatcherCastImpl< T, M >::Cast(), DefaultPrintTo(), testing::internal::TuplePrefix< N >::ExplainMatchFailuresTo(), testing::internal::FormatForComparison< ToPrint, OtherOperand >::Format(), testing::internal::FormatForComparison< ToPrint[N], OtherOperand >::Format(), testing::internal::String::FormatByte(), FormatForComparisonFailureMessage(), testing::internal::String::FormatHexInt(), testing::internal::String::FormatIntWidth2(), testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplain(), testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::MatchAndExplain(), testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplain(), MatchPrintAndExplain(), ParseInt32(), ParseInt32Flag(), testing::internal::UniversalPrinter< T >::Print(), testing::internal::UniversalPrinter< T & >::Print(), testing::internal::UniversalTersePrinter< T >::Print(), testing::internal::UniversalTersePrinter< T & >::Print(), testing::internal::UniversalTersePrinter< T[N]>::Print(), PrintTo(), PrintTo(), PrintTo(), testing::internal::ReturnAction< R >::ReturnAction(), testing::internal::ReturnRefOfCopyAction< T >::ReturnRefOfCopyAction(), testing::internal::ThreadLocal< T >::set(), testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::SetArgumentPointeeAction(), testing::internal::ThreadLocal< T >::ThreadLocal(), UniversalPrint(), and UniversalTersePrint().
| const char testing::internal::kAlsoRunDisabledTestsFlag = "also_run_disabled_tests" |
| const char testing::internal::kBreakOnFailureFlag = "break_on_failure" |
| const char testing::internal::kCatchExceptionsFlag = "catch_exceptions" |
| const char testing::internal::kColorFlag = "color" |
| const char testing::internal::kDeathTestStyleFlag = "death_test_style" |
| const char testing::internal::kDeathTestUseFork = "death_test_use_fork" |
| const char testing::internal::kErrorVerbosity = "error" |
| const char testing::internal::kFilterFlag = "filter" |
| const char testing::internal::kInfoVerbosity = "info" |
| const char testing::internal::kInternalRunDeathTestFlag = "internal_run_death_test" |
| const char testing::internal::kListTestsFlag = "list_tests" |
| const BiggestInt testing::internal::kMaxBiggestInt |
| const int testing::internal::kMaxRandomSeed = 99999 |
Referenced by GetNextRandomSeed(), and GetRandomSeedFromFlag().
| const char testing::internal::kOutputFlag = "output" |
| const char testing::internal::kPrintTimeFlag = "print_time" |
| const char testing::internal::kRandomSeedFlag = "random_seed" |
| const char testing::internal::kRepeatFlag = "repeat" |
| const char testing::internal::kShuffleFlag = "shuffle" |
| const char testing::internal::kStackTraceDepthFlag = "stack_trace_depth" |
|
extern |
| const char testing::internal::kStreamResultToFlag = "stream_result_to" |
|
extern |
| const char testing::internal::kThrowOnFailureFlag = "throw_on_failure" |
| const char testing::internal::kWarningVerbosity = "warning" |
| bool testing::internal::TypeIdHelper< T >::dummy_ = false |