OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SegmentedString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.cpp
21
#include "platform/text/
SegmentedString
.h"
25
SegmentedString
::
SegmentedString
(const
SegmentedString
& other)
47
const
SegmentedString
&
SegmentedString
::operator=(const
SegmentedString
& other)
73
unsigned
SegmentedString
::length() const
90
void
SegmentedString
::setExcludeLineNumbers()
101
void
SegmentedString
::clear(
[
all
...]
SegmentedString.h
31
class
SegmentedString
;
141
class PLATFORM_EXPORT
SegmentedString
{
143
SegmentedString
()
153
, m_advanceFunc(&
SegmentedString
::advanceEmpty)
154
, m_advanceAndUpdateLineNumberFunc(&
SegmentedString
::advanceEmpty)
158
SegmentedString
(const String& str)
175
SegmentedString
(const
SegmentedString
&);
177
const
SegmentedString
& operator=(const
SegmentedString
&)
[
all
...]
Completed in 118 milliseconds