Home
last modified time | relevance | path

Searched defs:switcher (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_context_test.cc51 QuicConnectionContextSwitcher switcher(&connection.context); in SimpleSwitch() local
69 QuicConnectionContextSwitcher switcher(&outer.context); in NestedSwitch() local
75 QuicConnectionContextSwitcher switcher(&inner.context); in NestedSwitch() local
100 QuicConnectionContextSwitcher switcher(&connection->context); in AlternatingSwitch() local
144 QuicConnectionContextSwitcher switcher(&connection.context); in TEST_F() local
151 QuicConnectionContextSwitcher switcher(&connection.context); in TEST_F() local
Dquic_packet_creator.cc530 ScopedPacketContextSwitcher switcher( in ReserializeInitialPacketInCoalescedPacket() local
/external/llvm/test/MC/MachO/
Dgen-dwarf-macro-cpp.s5 .macro switcher macro
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
DPluginFinderTest.java29 PluginSwitch switcher; field in PluginFinderTest