Home
last modified time | relevance | path

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

/benchtests/
A Djson-lib.c28 ctx->first_element = true; in json_init()
50 ctx->first_element = true; in json_document_begin()
66 if (!ctx->first_element) in json_attr_object_begin()
93 if (!ctx->first_element) in json_attr_string()
106 if (!ctx->first_element) in json_attr_uint()
119 if (!ctx->first_element) in json_attr_int()
132 if (!ctx->first_element) in json_attr_double()
145 if (!ctx->first_element) in json_array_begin()
168 if (!ctx->first_element) in json_element_string()
180 if (!ctx->first_element) in json_element_uint()
[all …]
A Djson-lib.h30 bool first_element; member

Completed in 4 milliseconds