Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DSimpleFixedString.h39 class SimpleFixedString; variable
208 constexpr SimpleFixedString( in SimpleFixedString() function
218 constexpr SimpleFixedString() : data_{}, size_{} {} in SimpleFixedString() function
223 constexpr SimpleFixedString(const SimpleFixedString<M>& that) noexcept(M <= N) in SimpleFixedString() function
228 constexpr SimpleFixedString( in SimpleFixedString() function
246 constexpr SimpleFixedString(const char (&literal)[M]) noexcept in SimpleFixedString() function
252 constexpr SimpleFixedString(const char* str, std::size_t count) noexcept( in SimpleFixedString() function