Home
last modified time | relevance | path

Searched refs:QUICHE_PROTOCOL_FLAG (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_protocol_flags_list.h10 #if defined(QUICHE_PROTOCOL_FLAG)
12 QUICHE_PROTOCOL_FLAG(bool, quiche_oghttp2_debug_trace, false,
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_flags_impl.cc35 #define QUICHE_PROTOCOL_FLAG(type, flag, value, doc) type FLAGS_##flag = value; macro
37 #undef QUICHE_PROTOCOL_FLAG
Dquiche_flags_impl.h27 #define QUICHE_PROTOCOL_FLAG(type, flag, ...) \ macro
30 #undef QUICHE_PROTOCOL_FLAG