Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_sum.h44 struct __cstr_wrapper { struct
47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : in __cstr_wrapper() argument
50 const _CharT* c_str() const { return _CStr; } in c_str()
52 size_t size() const { return _Size; } in size()
58 size_t _Size;