Home | History | Annotate | Download | only in cf

Lines Matching full:underlyingstring

58         StringImpl* underlyingString = 0;
60 underlyingString = currentString;
61 if (underlyingString) {
63 underlyingString->ref(); // Balanced by call to deref in deallocate below.
67 *header = underlyingString;
83 StringImpl* underlyingString = *header;
84 ASSERT(underlyingString);
85 underlyingString->deref(); // Balanced by call to ref in allocate above.
92 StringImpl* underlyingString = *header;
93 if (!underlyingString)
99 underlyingString->deref(); // Balanced by call to ref in allocate above.