F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gmock-internal-utils.cc File Reference
#include "gmock/internal/gmock-internal-utils.h"
#include <ctype.h>
#include <array>
#include <cctype>
#include <cstdint>
#include <cstring>
#include <ostream>
#include <string>
#include <vector>
#include "gmock/gmock.h"
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Classes

class  testing::internal::GoogleTestFailureReporter
 

Namespaces

namespace  testing
 
namespace  testing::internal
 

Functions

GTEST_API_ std::string testing::internal::JoinAsKeyValueTuple (const std::vector< const char * > &names, const Strings &values)
 
GTEST_API_ std::string testing::internal::ConvertIdentifierNameToWords (const char *id_name)
 
GTEST_API_ FailureReporterInterfacetesting::internal::GetFailureReporter ()
 
static testing::internal::GTEST_DEFINE_STATIC_MUTEX_ (g_log_mutex)
 
GTEST_API_ bool testing::internal::LogIsVisible (LogSeverity severity)
 
GTEST_API_ void testing::internal::Log (LogSeverity severity, const std::string &message, int stack_frames_to_skip)
 
GTEST_API_ WithoutMatchers testing::internal::GetWithoutMatchers ()
 
GTEST_API_ void testing::internal::IllegalDoDefault (const char *file, int line)
 
constexpr char testing::internal::UnBase64Impl (char c, const char *const base64, char carry)
 
template<size_t... I>
constexpr std::array< char, 256 > testing::internal::UnBase64Impl (IndexSequence< I... >, const char *const base64)
 
constexpr std::array< char, 256 > testing::internal::UnBase64 (const char *const base64)
 
bool testing::internal::Base64Unescape (const std::string &encoded, std::string *decoded)
 

Variables

static constexpr char testing::internal::kBase64 []
 
static constexpr std::array< char, 256 > testing::internal::kUnBase64 = UnBase64(kBase64)