Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.take/
H A Dctor.default.pass.cpp19 struct DefaultConstructible : std::ranges::view_base { struct
20 constexpr DefaultConstructible() : begin_(buff), end_(buff + 8) { } in DefaultConstructible() argument
36 std::ranges::take_view<DefaultConstructible> tv; in test() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.owning.view/
H A Dconstructor.pass.cpp23 struct DefaultConstructible { struct
25 constexpr explicit DefaultConstructible(int j = 42) : i(j) {} in DefaultConstructible() argument
/aosp_15_r20/frameworks/native/include/ftl/
H A Dmixins.h81 struct DefaultConstructible : Constructible<Self, T> { struct
83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/doc/
Dfunction_input_iterator.rst54 .. _DefaultConstructible: http://www.sgi.com/tech/stl/DefaultConstructible.html target in Construct Description Return Type