Home
last modified time | relevance | path

Searched defs:QUIC_FLAG (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/platform/impl/
H A Dquic_test_flags_utils.cc15 #define QUIC_FLAG(flag, value) saved_##flag##_ = FLAGS_##flag; in QuicFlagSaverImpl() macro
24 #define QUIC_FLAG(flag, value) FLAGS_##flag = saved_##flag##_; in ~QuicFlagSaverImpl() macro
33 #define QUIC_FLAG(flag, value) \ in QuicFlagChecker() macro
H A Dquic_test_flags_utils.h16 #define QUIC_FLAG(flag, value) bool saved_##flag##_; macro
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_test_impl.cc10 #define QUIC_FLAG(flag, value) saved_##flag##_ = FLAGS_##flag; in QuicheFlagSaverImpl() macro
19 #define QUIC_FLAG(flag, value) FLAGS_##flag = saved_##flag##_; in ~QuicheFlagSaverImpl() macro
H A Dquiche_flags_impl.cc7 #define QUIC_FLAG(flag, value) bool FLAGS_##flag = value; macro
H A Dquiche_test_impl.h27 #define QUIC_FLAG(flag, value) bool saved_##flag##_; macro
H A Dquiche_flags_impl.h16 #define QUIC_FLAG(flag, value) QUICHE_EXPORT extern bool FLAGS_##flag; macro
/aosp_15_r20/external/cronet/net/quic/
H A Dset_quic_flag.cc48 #define QUIC_FLAG(flag, default_value) \ in SetQuicFlagByName() macro