Home
last modified time | relevance | path

Searched refs:stacked_container (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/json/
Djson_rewrite.cc33 typedef struct stacked_container { struct
35 struct stacked_container* next; argument
36 } stacked_container; typedef
46 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()
Djson_rewrite_test.cc34 typedef struct stacked_container { struct
36 struct stacked_container* next; argument
37 } stacked_container; typedef
47 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()