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
142
char *
out_cur
; // Cursor of output string.
member in struct:__anon3705
178
state->
out_cur
= out;
248
// Append "str" at "
out_cur
". If there is an overflow, "overflowed"
254
if (state->
out_cur
+ 1 < state->out_end) { // +1 for '\0'
255
*state->
out_cur
= str[i];
256
++state->
out_cur
;
263
*state->
out_cur
= '\0'; // Terminate it with '\0'
283
if (str[0] == '<' && state->out_begin < state->
out_cur
&&
284
state->
out_cur
[-1] == '<') {
289
state->prev_name = state->
out_cur
;
[
all
...]
Completed in 54 milliseconds