Classes | Namespaces | Functions | Variables
googletest/googlemock/src/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"
Include dependency graph for googletest/googlemock/src/gmock-internal-utils.cc:

Go to the source code of this file.

Classes

class  testing::internal::GoogleTestFailureReporter
 

Namespaces

 testing
 
 testing::internal
 

Functions

bool testing::internal::Base64Unescape (const std::string &encoded, std::string *decoded)
 
GTEST_API_ std::string testing::internal::ConvertIdentifierNameToWords (const char *id_name)
 
GTEST_API_ FailureReporterInterface * testing::internal::GetFailureReporter ()
 
GTEST_API_ WithoutMatchers testing::internal::GetWithoutMatchers ()
 
static testing::internal::GTEST_DEFINE_STATIC_MUTEX_ (g_log_mutex)
 
GTEST_API_ void testing::internal::IllegalDoDefault (const char *file, int line)
 
GTEST_API_ std::string testing::internal::JoinAsKeyValueTuple (const std::vector< const char * > &names, const Strings &values)
 
GTEST_API_ void testing::internal::Log (LogSeverity severity, const std::string &message, int stack_frames_to_skip)
 
GTEST_API_ bool testing::internal::LogIsVisible (LogSeverity severity)
 
constexpr std::array< char, 256 > testing::internal::UnBase64 (const char *const base64)
 
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)
 

Variables

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:14