OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_cur
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/third_party/symbolize/
demangle.cc
146
char *
out_cur
; // Cursor of output string.
member in struct:__anon7155
190
state->
out_cur
= out;
262
// Append "str" at "
out_cur
". If there is an overflow, "overflowed"
268
if (state->
out_cur
+ 1 < state->out_end) { // +1 for '\0'
269
*state->
out_cur
= str[i];
270
++state->
out_cur
;
277
*state->
out_cur
= '\0'; // Terminate it with '\0'
327
if (str[0] == '<' && state->out_begin < state->
out_cur
&&
328
state->
out_cur
[-1] == '<') {
333
state->prev_name = state->
out_cur
;
[
all
...]
Completed in 606 milliseconds