OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegmentedSubstring
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.cpp
82
Deque<
SegmentedSubstring
>::const_iterator it = m_substrings.begin();
83
Deque<
SegmentedSubstring
>::const_iterator e = m_substrings.end();
94
Deque<
SegmentedSubstring
>::iterator it = m_substrings.begin();
95
Deque<
SegmentedSubstring
>::iterator e = m_substrings.end();
118
void SegmentedString::append(const
SegmentedSubstring
& s)
134
void SegmentedString::prepend(const
SegmentedSubstring
& s)
143
//
SegmentedSubstring
. These assumptions are sufficient for our
173
Deque<
SegmentedSubstring
>::const_iterator it = s.m_substrings.begin();
174
Deque<
SegmentedSubstring
>::const_iterator e = s.m_substrings.end();
186
Deque<
SegmentedSubstring
>::const_reverse_iterator it = s.m_substrings.rbegin()
[
all
...]
SegmentedString.h
33
class PLATFORM_EXPORT
SegmentedSubstring
{
35
SegmentedSubstring
()
43
SegmentedSubstring
(const String& str)
327
void append(const
SegmentedSubstring
&);
328
void prepend(const
SegmentedSubstring
&);
411
SegmentedSubstring
m_currentString;
416
Deque<
SegmentedSubstring
> m_substrings;
Completed in 25 milliseconds