Functions
abseil-cpp/absl/flags/flag_test_defs.cc File Reference
#include <string>
#include "absl/flags/flag.h"
Include dependency graph for abseil-cpp/absl/flags/flag_test_defs.cc:

Go to the source code of this file.

Functions

 ABSL_FLAG (bool, flag_on_separate_file, false, "")
 
 ABSL_FLAG (int, mistyped_int_flag, 0, "")
 
 ABSL_FLAG (std::string, mistyped_string_flag, "", "")
 
 ABSL_RETIRED_FLAG (bool, retired_flag_on_separate_file, false, "")
 

Function Documentation

◆ ABSL_FLAG() [1/3]

ABSL_FLAG ( bool  ,
flag_on_separate_file  ,
false  ,
""   
)

◆ ABSL_FLAG() [2/3]

ABSL_FLAG ( int  ,
mistyped_int_flag  ,
,
""   
)

◆ ABSL_FLAG() [3/3]

ABSL_FLAG ( std::string  ,
mistyped_string_flag  ,
""  ,
""   
)

◆ ABSL_RETIRED_FLAG()

ABSL_RETIRED_FLAG ( bool  ,
retired_flag_on_separate_file  ,
false  ,
""   
)


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