HomeSort by relevance Sort by last modified time
    Searched defs:_Rep_base (Results 1 - 6 of 6) sorted by null

  /external/libcxx/src/include/
refstring.h 28 struct _Rep_base {
34 inline _Rep_base* rep_from_data(const char *data_) noexcept {
36 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
39 inline char * data_from_rep(_Rep_base *rep) noexcept {
54 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
73 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
93 struct _Rep_base *old_rep = rep_from_data(__imp_);
110 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /external/libcxxabi/src/include/
refstring.h 31 struct _Rep_base {
37 inline _Rep_base* rep_from_data(const char *data_) noexcept {
39 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
42 inline char * data_from_rep(_Rep_base *rep) noexcept {
57 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
76 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
96 struct _Rep_base *old_rep = rep_from_data(__imp_);
113 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/include/
refstring.h 27 struct _Rep_base {
33 inline _Rep_base* rep_from_data(const char *data_) noexcept {
35 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
38 inline char * data_from_rep(_Rep_base *rep) noexcept {
53 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
72 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
92 struct _Rep_base *old_rep = rep_from_data(__imp_);
109 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/include/
refstring.h 31 struct _Rep_base {
37 inline _Rep_base* rep_from_data(const char *data_) noexcept {
39 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
42 inline char * data_from_rep(_Rep_base *rep) noexcept {
57 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
76 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
96 struct _Rep_base *old_rep = rep_from_data(__imp_);
113 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 148 struct _Rep_base
155 struct _Rep : _Rep_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 148 struct _Rep_base
155 struct _Rep : _Rep_base
    [all...]

Completed in 293 milliseconds