Classes | Namespaces | Typedefs | Functions
abseil-cpp/absl/strings/str_format_test.cc File Reference
#include "absl/strings/str_format.h"
#include <cstdarg>
#include <cstdint>
#include <cstdio>
#include <string>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/strings/cord.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
Include dependency graph for abseil-cpp/absl/strings/str_format_test.cc:

Go to the source code of this file.

Classes

struct  absl::ABSL_NAMESPACE_BEGIN::SummarizeConsumer
 
class  absl::ABSL_NAMESPACE_BEGIN::TempFile
 
struct  absl::ABSL_NAMESPACE_BEGIN::streamed_test::X
 

Namespaces

 absl
 
 absl::ABSL_NAMESPACE_BEGIN
 
 absl::ABSL_NAMESPACE_BEGIN::streamed_test
 

Typedefs

using absl::ABSL_NAMESPACE_BEGIN::FormatEntryPointTest = ::testing::Test
 
using absl::ABSL_NAMESPACE_BEGIN::FormatWrapperTest = ::testing::Test
 
using absl::ABSL_NAMESPACE_BEGIN::ParsedFormatTest = ::testing::Test
 

Functions

void CodegenAbslStrAppendFormatInt (std::string *out, int i)
 
void CodegenAbslStrAppendFormatIntStringInt64 (std::string *out, int i, const std::string &s, int64_t i64)
 
std::string CodegenAbslStrFormatInt (int i)
 
std::string CodegenAbslStrFormatIntStringInt64 (int i, const std::string &s, int64_t i64)
 
std::ostream & absl::ABSL_NAMESPACE_BEGIN::streamed_test::operator<< (std::ostream &os, const X &)
 
std::string absl::ABSL_NAMESPACE_BEGIN::SummarizeParsedFormat (const ParsedFormatBase &pc)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST (StrFormat, BehavesAsDocumented)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, AppendFormat)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, AppendFormatFail)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FloatPrecisionArg)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, Format)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FormatCountCapture)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FormatCountCaptureExample)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FormatCountCaptureMultiple)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FormatCountCaptureWrongType)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FormatStreamed)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FPrintF)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, FPrintFError)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, ManyArgs)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, Preparsed)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, SNPrintF)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, Stream)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, StreamFail)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, StreamOk)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, StringFormat)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatEntryPointTest, UntypedFormat)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatWrapperTest, ConstexprStringFormat)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (FormatWrapperTest, ParsedFormat)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, RegressionMixPositional)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, SimpleChecked)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, SimpleUncheckedCorrect)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, SimpleUncheckedIgnoredArgs)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, SimpleUncheckedIncorrect)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, SimpleUncheckedUnsupported)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, UncheckedCorrect)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, UncheckedIgnoredArgs)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, UncheckedIncorrect)
 
 absl::ABSL_NAMESPACE_BEGIN::TEST_F (ParsedFormatTest, UncheckedMultipleTypes)
 
std::string absl::ABSL_NAMESPACE_BEGIN::WithSnprintf (const char *fmt,...)
 
template<typename... Args>
std::string absl::ABSL_NAMESPACE_BEGIN::WrappedFormat (const absl::FormatSpec< Args... > &format, const Args &... args)
 

Function Documentation

◆ CodegenAbslStrAppendFormatInt()

void CodegenAbslStrAppendFormatInt ( std::string *  out,
int  i 
)

Definition at line 768 of file abseil-cpp/absl/strings/str_format_test.cc.

◆ CodegenAbslStrAppendFormatIntStringInt64()

void CodegenAbslStrAppendFormatIntStringInt64 ( std::string *  out,
int  i,
const std::string &  s,
int64_t  i64 
)

Definition at line 772 of file abseil-cpp/absl/strings/str_format_test.cc.

◆ CodegenAbslStrFormatInt()

std::string CodegenAbslStrFormatInt ( int  i)

Definition at line 759 of file abseil-cpp/absl/strings/str_format_test.cc.

◆ CodegenAbslStrFormatIntStringInt64()

std::string CodegenAbslStrFormatIntStringInt64 ( int  i,
const std::string &  s,
int64_t  i64 
)

Definition at line 763 of file abseil-cpp/absl/strings/str_format_test.cc.



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