OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Capacity
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp
42
m_pString(0),
m_Capacity
(0)
67
m_pString(0),
m_Capacity
(0)
79
m_pString(0),
m_Capacity
(0)
90
m_pString(0),
m_Capacity
(0)
100
m_Size(0),
m_Capacity
(1)
146
if (
m_Capacity
< newCapacity)
149
m_Capacity
= newCapacity; // Using low memory profile (but very slow append)
151
pString[
m_Capacity
-1]='\0';
220
if (
m_Capacity
< newCapacity)
223
m_Capacity
= newCapacity
[
all
...]
PVRTString.h
[
all
...]
Completed in 73 milliseconds