OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringImplBase
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/
StringImplBase.h
1
#include <JavaScriptCore/
StringImplBase
.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/text/
StringImplBase.h
3
#include <JavaScriptCore/
StringImplBase
.h>
/external/webkit/Source/JavaScriptCore/wtf/text/
StringImplBase.h
33
class
StringImplBase
{
34
WTF_MAKE_NONCOPYABLE(
StringImplBase
); WTF_MAKE_FAST_ALLOCATED;
49
StringImplBase
() { }
51
StringImplBase
(unsigned length, BufferOwnership ownership)
59
StringImplBase
(unsigned length, StaticStringConstructType)
69
StringImplBase
(NonStringImplConstructType)
98
using WTF::
StringImplBase
;
StringImpl.h
34
#include <wtf/text/
StringImplBase
.h>
65
class StringImpl : public
StringImplBase
{
78
:
StringImplBase
(length, ConstructStaticString)
91
:
StringImplBase
(length, BufferInternal)
102
:
StringImplBase
(length, BufferOwned)
113
:
StringImplBase
(length, BufferSubstring)
125
:
StringImplBase
(length, BufferShared)
/external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h
33
class RopeImpl : public
StringImplBase
{
37
typedef
StringImplBase
* Fiber;
81
:
StringImplBase
(ConstructNonStringImpl)
Completed in 84 milliseconds