Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp29 struct ContainerAdaptor : public Adaptor { struct
31 typename Adaptor::container_type& GetContainer() { return Adaptor::c; } in GetContainer()