OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_empty_rep
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
163
static _Rep_empty
_S_empty_rep
;
310
: _M_dataplus(
_S_empty_rep
._M_refcopy()) { }
319
{ __rcs._M_data(
_S_empty_rep
._M_refcopy()); }
366
__rc_string_base<_CharT, _Traits, _Alloc>::
_S_empty_rep
;
514
return
_S_empty_rep
._M_refcopy();
559
return
_S_empty_rep
._M_refcopy();
587
return
_S_empty_rep
._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h
163
static _Rep_empty
_S_empty_rep
;
310
: _M_dataplus(
_S_empty_rep
._M_refcopy()) { }
319
{ __rcs._M_data(
_S_empty_rep
._M_refcopy()); }
366
__rc_string_base<_CharT, _Traits, _Alloc>::
_S_empty_rep
;
514
return
_S_empty_rep
._M_refcopy();
559
return
_S_empty_rep
._M_refcopy();
587
return
_S_empty_rep
._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h
163
static _Rep_empty
_S_empty_rep
;
310
: _M_dataplus(
_S_empty_rep
._M_refcopy()) { }
319
{ __rcs._M_data(
_S_empty_rep
._M_refcopy()); }
366
__rc_string_base<_CharT, _Traits, _Alloc>::
_S_empty_rep
;
514
return
_S_empty_rep
._M_refcopy();
559
return
_S_empty_rep
._M_refcopy();
587
return
_S_empty_rep
._M_refcopy();
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h
163
static _Rep_empty
_S_empty_rep
;
310
: _M_dataplus(
_S_empty_rep
._M_refcopy()) { }
319
{ __rcs._M_data(
_S_empty_rep
._M_refcopy()); }
366
__rc_string_base<_CharT, _Traits, _Alloc>::
_S_empty_rep
;
514
return
_S_empty_rep
._M_refcopy();
559
return
_S_empty_rep
._M_refcopy();
587
return
_S_empty_rep
._M_refcopy();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
181
_S_empty_rep
()
210
if (__builtin_expect(this != &
_S_empty_rep
(), false))
240
if (__builtin_expect(this != &
_S_empty_rep
(), false))
261
if (__builtin_expect(this != &
_S_empty_rep
(), false))
426
_S_empty_rep
()
427
{ return _Rep::
_S_empty_rep
(); }
439
: _M_dataplus(
_S_empty_rep
()._M_refdata(), _Alloc()) { }
511
__str._M_data(
_S_empty_rep
()._M_refdata());
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h
181
_S_empty_rep
()
210
if (__builtin_expect(this != &
_S_empty_rep
(), false))
240
if (__builtin_expect(this != &
_S_empty_rep
(), false))
261
if (__builtin_expect(this != &
_S_empty_rep
(), false))
426
_S_empty_rep
()
427
{ return _Rep::
_S_empty_rep
(); }
439
: _M_dataplus(
_S_empty_rep
()._M_refdata(), _Alloc()) { }
511
__str._M_data(
_S_empty_rep
()._M_refdata());
[
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
181
_S_empty_rep
()
210
if (__builtin_expect(this != &
_S_empty_rep
(), false))
240
if (__builtin_expect(this != &
_S_empty_rep
(), false))
261
if (__builtin_expect(this != &
_S_empty_rep
(), false))
426
_S_empty_rep
()
427
{ return _Rep::
_S_empty_rep
(); }
439
: _M_dataplus(
_S_empty_rep
()._M_refdata(), _Alloc()) { }
511
__str._M_data(
_S_empty_rep
()._M_refdata());
[
all
...]
Completed in 46 milliseconds