yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::anonymous_namespace{test_suite_writer.cc} Namespace Reference

Functions

std::string Indent (int count)
 
std::string QuoteYaml (absl::string_view value)
 
void AppendLine (std::string *out, int indent, absl::string_view line)
 
void AppendScalar (std::string *out, int indent, absl::string_view key, absl::string_view value, bool quote)
 
std::string FormatDuration (int seconds)
 
std::string FormatBool (bool value)
 
std::string JoinQuotedList (const std::vector< std::string > &values)
 

Function Documentation

◆ Indent()

std::string yaze::cli::anonymous_namespace{test_suite_writer.cc}::Indent ( int  count)

Definition at line 17 of file test_suite_writer.cc.

References Indent().

Referenced by AppendLine(), AppendScalar(), and Indent().

Here is the call graph for this function:

◆ QuoteYaml()

std::string yaze::cli::anonymous_namespace{test_suite_writer.cc}::QuoteYaml ( absl::string_view  value)

Definition at line 19 of file test_suite_writer.cc.

References QuoteYaml().

Referenced by AppendScalar(), JoinQuotedList(), and QuoteYaml().

Here is the call graph for this function:

◆ AppendLine()

void yaze::cli::anonymous_namespace{test_suite_writer.cc}::AppendLine ( std::string *  out,
int  indent,
absl::string_view  line 
)

Definition at line 25 of file test_suite_writer.cc.

References AppendLine(), and Indent().

Referenced by AppendLine().

Here is the call graph for this function:

◆ AppendScalar()

void yaze::cli::anonymous_namespace{test_suite_writer.cc}::AppendScalar ( std::string *  out,
int  indent,
absl::string_view  key,
absl::string_view  value,
bool  quote 
)

Definition at line 31 of file test_suite_writer.cc.

References AppendScalar(), Indent(), and QuoteYaml().

Referenced by AppendScalar().

Here is the call graph for this function:

◆ FormatDuration()

std::string yaze::cli::anonymous_namespace{test_suite_writer.cc}::FormatDuration ( int  seconds)

Definition at line 47 of file test_suite_writer.cc.

References FormatDuration().

Referenced by FormatDuration().

Here is the call graph for this function:

◆ FormatBool()

std::string yaze::cli::anonymous_namespace{test_suite_writer.cc}::FormatBool ( bool  value)

Definition at line 57 of file test_suite_writer.cc.

References FormatBool().

Referenced by FormatBool().

Here is the call graph for this function:

◆ JoinQuotedList()

std::string yaze::cli::anonymous_namespace{test_suite_writer.cc}::JoinQuotedList ( const std::vector< std::string > &  values)

Definition at line 59 of file test_suite_writer.cc.

References JoinQuotedList(), and QuoteYaml().

Referenced by JoinQuotedList().

Here is the call graph for this function: