Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/ftl/
H A Dmixins.h68 struct Constructible { struct
69 explicit constexpr Constructible(T value) : value_(value) {} in Constructible() function
81 struct DefaultConstructible : Constructible<Self, T> { argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-cast.cpp23 struct Constructible { struct