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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_rope.h 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
494 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT, _Alloc> {
503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
509 _Rope_RopeConcatenation() {}
510 _Rope_RopeConcatenation(const _Rope_RopeConcatenation<_CharT, _Alloc>&) {}
513 ~_Rope_RopeConcatenation() {
758 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcat;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_rope.h 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
494 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT, _Alloc> {
503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
509 _Rope_RopeConcatenation() {}
510 _Rope_RopeConcatenation(const _Rope_RopeConcatenation<_CharT, _Alloc>&) {}
513 ~_Rope_RopeConcatenation() {
758 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcat;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_rope.h 92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
494 struct _Rope_RopeConcatenation : public _Rope_RopeRep<_CharT, _Alloc> {
503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
509 _Rope_RopeConcatenation() {}
510 _Rope_RopeConcatenation(const _Rope_RopeConcatenation<_CharT, _Alloc>&) {}
513 ~_Rope_RopeConcatenation() {
758 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcat;
    [all...]

Completed in 2218 milliseconds