Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
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 <iostream>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "gmock/gmock.h"
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
Include dependency graph for gmock-internal-utils.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::internal::GoogleTestFailureReporter
 

Namespaces

 testing
 
 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_
FailureReporterInterface * 
testing::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::UndoWebSafeEncoding (char c)
 
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 (std::index_sequence< 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)