Functions | Variables
abseil-cpp/absl/flags/reflection_test.cc File Reference
#include "absl/flags/reflection.h"
#include <memory>
#include <string>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/flags/internal/commandlineflag.h"
#include "absl/flags/marshalling.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
Include dependency graph for abseil-cpp/absl/flags/reflection_test.cc:

Go to the source code of this file.

Functions

 ABSL_FLAG (absl::Duration, test_flag_12, absl::Minutes(10), "")
 
 ABSL_FLAG (bool, test_flag_01, true, "")
 
 ABSL_FLAG (CustomUDT, test_flag_14, {}, "")
 
 ABSL_FLAG (double, test_flag_09, -9.876e-50, "")
 
 ABSL_FLAG (float, test_flag_10, 1.234e12f, "")
 
 ABSL_FLAG (int, int_flag, 1, "int_flag help")
 
 ABSL_FLAG (int, test_flag_02, 1234, "")
 
 ABSL_FLAG (int, test_flag_13, 200, "").OnUpdate([]()
 
 ABSL_FLAG (int16_t, test_flag_03, -34, "")
 
 ABSL_FLAG (int32_t, test_flag_05, 10765, "")
 
 ABSL_FLAG (int64_t, test_flag_07, -1234567, "")
 
 ABSL_FLAG (std::string, string_flag, "dflt", "string_flag help")
 
 ABSL_FLAG (std::string, test_flag_11, "", "")
 
 ABSL_FLAG (uint16_t, test_flag_04, 189, "")
 
 ABSL_FLAG (uint32_t, test_flag_06, 40000, "")
 
 ABSL_FLAG (uint64_t, test_flag_08, 9876543, "")
 
 ABSL_RETIRED_FLAG (bool, bool_retired_flag, false, "bool_retired_flag help")
 

Variables

static int counter = 0
 

Function Documentation

◆ ABSL_FLAG() [1/16]

ABSL_FLAG ( absl::Duration  ,
test_flag_12  ,
absl::Minutes(10)  ,
""   
)

◆ ABSL_FLAG() [2/16]

ABSL_FLAG ( bool  ,
test_flag_01  ,
true  ,
""   
)

◆ ABSL_FLAG() [3/16]

ABSL_FLAG ( CustomUDT  ,
test_flag_14  ,
{}  ,
""   
)

◆ ABSL_FLAG() [4/16]

ABSL_FLAG ( double  ,
test_flag_09  ,
-9.876e-  50,
""   
)

◆ ABSL_FLAG() [5/16]

ABSL_FLAG ( float  ,
test_flag_10  ,
1.  234e12f,
""   
)

◆ ABSL_FLAG() [6/16]

ABSL_FLAG ( int  ,
int_flag  ,
,
"int_flag help  
)

◆ ABSL_FLAG() [7/16]

ABSL_FLAG ( int  ,
test_flag_02  ,
1234  ,
""   
)

◆ ABSL_FLAG() [8/16]

ABSL_FLAG ( int  ,
test_flag_13  ,
200  ,
""   
)

Definition at line 132 of file abseil-cpp/absl/flags/reflection_test.cc.

◆ ABSL_FLAG() [9/16]

ABSL_FLAG ( int16_t  ,
test_flag_03  ,
34,
""   
)

◆ ABSL_FLAG() [10/16]

ABSL_FLAG ( int32_t  ,
test_flag_05  ,
10765  ,
""   
)

◆ ABSL_FLAG() [11/16]

ABSL_FLAG ( int64_t  ,
test_flag_07  ,
1234567,
""   
)

◆ ABSL_FLAG() [12/16]

ABSL_FLAG ( std::string  ,
string_flag  ,
"dflt"  ,
"string_flag help  
)

◆ ABSL_FLAG() [13/16]

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

◆ ABSL_FLAG() [14/16]

ABSL_FLAG ( uint16_t  ,
test_flag_04  ,
189  ,
""   
)

◆ ABSL_FLAG() [15/16]

ABSL_FLAG ( uint32_t  ,
test_flag_06  ,
40000  ,
""   
)

◆ ABSL_FLAG() [16/16]

ABSL_FLAG ( uint64_t  ,
test_flag_08  ,
9876543  ,
""   
)

◆ ABSL_RETIRED_FLAG()

ABSL_RETIRED_FLAG ( bool  ,
bool_retired_flag  ,
false  ,
"bool_retired_flag help  
)

Variable Documentation

◆ counter

int counter = 0
static

Definition at line 131 of file abseil-cpp/absl/flags/reflection_test.cc.



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