Analysis Software
Documentation for sPHENIX simulation software
|
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <string>
#include <vector>
#include "gtest/internal/gtest-port.h"
#include "gtest/gtest.h"
#include "gtest/gtest-spi.h"
Go to the source code of this file.
Namespaces | |
namespace | testing |
namespace | testing::internal |
Functions | |
testing::GTEST_DECLARE_bool_ (death_test_use_fork) | |
GTEST_API_ TimeInMillis | testing::internal::GetTimeInMillis () |
GTEST_API_ bool | testing::internal::ShouldUseColor (bool stdout_is_tty) |
GTEST_API_ std::string | testing::internal::FormatTimeInMillisAsSeconds (TimeInMillis ms) |
GTEST_API_ std::string | testing::internal::FormatEpochTimeInMillisAsIso8601 (TimeInMillis ms) |
GTEST_API_ bool | testing::internal::ParseInt32Flag (const char *str, const char *flag, Int32 *value) |
int | testing::internal::GetRandomSeedFromFlag (Int32 random_seed_flag) |
int | testing::internal::GetNextRandomSeed (int seed) |
GTEST_API_ std::string | testing::internal::CodePointToUtf8 (UInt32 code_point) |
GTEST_API_ std::string | testing::internal::WideStringToUtf8 (const wchar_t *str, int num_chars) |
void | testing::internal::WriteToShardStatusFileIfNeeded () |
GTEST_API_ bool | testing::internal::ShouldShard (const char *total_shards_str, const char *shard_index_str, bool in_subprocess_for_death_test) |
GTEST_API_ Int32 | testing::internal::Int32FromEnvOrDie (const char *env_var, Int32 default_val) |
GTEST_API_ bool | testing::internal::ShouldRunTestOnShard (int total_shards, int shard_index, int test_id) |
template<class Container , typename Predicate > | |
int | testing::internal::CountIf (const Container &c, Predicate predicate) |
template<class Container , typename Functor > | |
void | testing::internal::ForEach (const Container &c, Functor functor) |
template<typename E > | |
E | testing::internal::GetElementOr (const std::vector< E > &v, int i, E default_value) |
template<typename E > | |
void | testing::internal::ShuffleRange (internal::Random *random, int begin, int end, std::vector< E > *v) |
template<typename E > | |
void | testing::internal::Shuffle (internal::Random *random, std::vector< E > *v) |
template<typename T > | |
static void | testing::internal::Delete (T *x) |
GTEST_API_ FilePath | testing::internal::GetCurrentExecutableName () |
class UnitTestImpl * | testing::internal::GetUnitTestImpl () |
GTEST_API_ void | testing::internal::ParseGoogleTestFlagsOnly (int *argc, char **argv) |
GTEST_API_ void | testing::internal::ParseGoogleTestFlagsOnly (int *argc, wchar_t **argv) |