Searched refs:stacked_container (Results 1 – 2 of 2) sorted by relevance
33 typedef struct stacked_container { struct35 struct stacked_container* next; argument36 } stacked_container; typedef46 stacked_container* top;130 stacked_container* container = in json_reader_container_begins()131 static_cast<stacked_container*>(gpr_malloc(sizeof(stacked_container))); in json_reader_container_begins()142 stacked_container* container = state->top; in json_reader_container_ends()223 stacked_container* container = reader_user.top; in rewrite()
34 typedef struct stacked_container { struct36 struct stacked_container* next; argument37 } stacked_container; typedef47 stacked_container* top;148 stacked_container* container = in json_reader_container_begins()149 static_cast<stacked_container*>(gpr_malloc(sizeof(stacked_container))); in json_reader_container_begins()160 stacked_container* container = state->top; in json_reader_container_ends()247 stacked_container* container = reader_user.top; in rewrite_and_compare()