OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_init
(Results
1 - 5
of
5
) sorted by null
/external/stlport/stlport/stl/
_istreambuf_iterator.h
62
istreambuf_iterator(streambuf_type* __p = 0) { this->
_M_init
(__p); }
63
// istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->
_M_init
(_M_get_istreambuf(__is)); }
83
void
_M_init
(streambuf_type* __p) {
107
{ this->
_M_init
(_M_get_istreambuf(__is)); }
_ctype.h
162
{
_M_init
(); }
164
void
_M_init
();
_string_sum.h
376
__sum_storage_elem(_Alloc __alloc) :
_M_init
(false), _M_storage(__alloc)
380
void
_M_Init
(__bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __ref) const {
381
if (!
_M_init
) {
383
_STLP_MUTABLE(_Self,
_M_init
) = true;
391
_M_Init
(__ref);
397
_M_Init
(__ref);
406
mutable bool
_M_init
;
_rope.h
461
void
_M_init
(__true_type const& /*_IsBasicCharType*/) {
464
void
_M_init
(__false_type const& /*_IsBasicCharType*/) {}
474
_M_init
(_IsBasicCharType());
[
all
...]
/external/stlport/src/
facets_byname.cpp
52
_M_init
();
55
void ctype_byname<char>::
_M_init
() {
[
all
...]
Completed in 52 milliseconds