HomeSort by relevance Sort by last modified time
    Searched full:_s_create (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 147 _S_create(size_type, size_type, const _Alloc&);
358 _S_create(size_type __capacity, size_type __old_capacity,
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 147 _S_create(size_type, size_type, const _Alloc&);
358 _S_create(size_type __capacity, size_type __old_capacity,
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 147 _S_create(size_type, size_type, const _Alloc&);
358 _S_create(size_type __capacity, size_type __old_capacity,
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 147 _S_create(size_type, size_type, const _Alloc&);
358 _S_create(size_type __capacity, size_type __old_capacity,
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 147 _S_create(size_type, size_type, const _Alloc&);
358 _S_create(size_type __capacity, size_type __old_capacity,
364 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
577 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 149 _S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 148 _S_create(size_type, size_type, const _Alloc&);
371 _S_create(size_type __capacity, size_type __old_capacity,
377 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
459 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
590 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
657 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
139 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
161 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
524 _S_create(size_type __capacity, size_type __old_capacity,
530 __throw_length_error(__N("basic_string::_S_create"));
588 // ABI compatibility - 3.4.x set in _S_create both
589 // _M_refcount and _M_length. All callers of _S_create
593 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
139 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
161 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
524 _S_create(size_type __capacity, size_type __old_capacity,
530 __throw_length_error(__N("basic_string::_S_create"));
588 // ABI compatibility - 3.4.x set in _S_create both
589 // _M_refcount and _M_length. All callers of _S_create
593 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
139 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
161 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
524 _S_create(size_type __capacity, size_type __old_capacity,
530 __throw_length_error(__N("basic_string::_S_create"));
588 // ABI compatibility - 3.4.x set in _S_create both
589 // _M_refcount and _M_length. All callers of _S_create
593 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
139 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
161 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
524 _S_create(size_type __capacity, size_type __old_capacity,
530 __throw_length_error(__N("basic_string::_S_create"));
588 // ABI compatibility - 3.4.x set in _S_create both
589 // _M_refcount and _M_length. All callers of _S_create
593 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
139 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
161 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
524 _S_create(size_type __capacity, size_type __old_capacity,
530 __throw_length_error(__N("basic_string::_S_create"));
588 // ABI compatibility - 3.4.x set in _S_create both
589 // _M_refcount and _M_length. All callers of _S_create
593 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
140 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
162 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
481 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
548 _S_create(size_type __capacity, size_type __old_capacity,
554 __throw_length_error(__N("basic_string::_S_create"));
612 // ABI compatibility - 3.4.x set in _S_create both
613 // _M_refcount and _M_length. All callers of _S_create
617 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.tcc 93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
138 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
160 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
546 _S_create(size_type __capacity, size_type __old_capacity,
552 __throw_length_error(__N("basic_string::_S_create"));
610 // ABI compatibility - 3.4.x set in _S_create both
611 // _M_refcount and _M_length. All callers of _S_create
615 // have 3.4.x compiled code with _S_create callers inline
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
policy.l1.json 149 "stacktrace": ".*std::basic_string::_Rep::_S_create.*",

Completed in 375 milliseconds

1 2 3 4