OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Rope_RopeFunction
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_rope.h
95
template<class _CharT, class _Alloc> struct
_Rope_RopeFunction
;
521
struct
_Rope_RopeFunction
: public _Rope_RopeRep<_CharT, _Alloc> {
536
_Rope_RopeFunction
() {}
537
_Rope_RopeFunction
(const
_Rope_RopeFunction
<_CharT, _Alloc>& ) {}
540
_Rope_RopeFunction
(char_producer<_CharT>* __f, size_t _p_size,
546
~
_Rope_RopeFunction
() {
564
struct _Rope_RopeSubstring : public char_producer<_CharT>, public
_Rope_RopeFunction
<_CharT,_Alloc> {
572
typedef
_Rope_RopeFunction
<_CharT,_Alloc> _RopeFunction;
602
:
_Rope_RopeFunction
<_CharT,_Alloc>(this, __l, false, __a)
[
all
...]
_rope.c
109
typedef
_Rope_RopeFunction
<_CharT, _Alloc> _RopeFunction;
338
typedef
_Rope_RopeFunction
<_CharT, _Alloc> _RopeFunction;
791
typedef
_Rope_RopeFunction
<_CharT,_Alloc> _RopeFunction;
[
all
...]
Completed in 13 milliseconds