Searched defs:CString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.h35 // CStringBuffer is the ref-counted storage class for the characters in a CString.
43 friend class CString;
55 class WTF_EXPORT CString { class in namespace:WTF
57 CString() { } function in class:WTF::CString
58 CString(const char*);
59 CString(const char*, size_t length);
60 CString(CStringBuffer* buffer) : m_buffer(buffer) { } function in class:WTF::CString
61 static CString newUninitialized(size_t length, char*& characterBuffer);
84 WTF_EXPORT bool operator==(const CString& a, const CString
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebCString.cpp36 #include "wtf/text/CString.h"
67 WTF::CString::newUninitialized(length, newData).buffer();
87 WebCString::WebCString(const WTF::CString& s)
92 WebCString& WebCString::operator=(const WTF::CString& s)
98 WebCString::operator WTF::CString() const
/external/valgrind/main/perf/
H A Dtinycc.c2142 typedef struct CString {
2147 } CString;
2165 struct CString *cstr;
2313 static CString tokcstr; /* current parsed string, if any */
7195 /* CString handling */
7197 static void cstr_realloc(CString *cstr, int new_size)
7216 static inline void cstr_ccat(CString *cstr, int ch)
7226 static void cstr_cat(CString *cstr, const char *str)
7239 static void cstr_wccat(CString *cstr, int ch)
7249 static void cstr_new(CString *cst
2140 typedef struct CString { struct
2145 } CString; typedef in typeref:struct:CString
[all...]

Completed in 260 milliseconds