Home
last modified time | relevance | path

Searched refs:parse_object (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/json/
Dscanner.py16 parse_object = context.parse_object
37 return parse_object((string, idx + 1), strict,
Ddecoder.py325 self.parse_object = JSONObject
/third_party/cJSON/tests/
Dparse_object.c60 TEST_ASSERT_FALSE(parse_object(item, &parsebuffer)); in assert_not_object()
72 TEST_ASSERT_TRUE(parse_object(item, &parsebuffer)); in assert_parse_object()
Dprint_object.c58 TEST_ASSERT_TRUE_MESSAGE(parse_object(item, &parsebuffer), "Failed to parse object."); in assert_print_object()
DCMakeLists.txt48 parse_object
/third_party/pulseaudio/src/pulse/
Djson.c306 static const char *parse_object(const char *str, pa_json_object *obj, unsigned int depth) { in parse_object() function
432 str = parse_object(str, o, depth); in parse_value()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c738 parse_object (AmfParser * parser, GstAmfNode * node) in parse_object() function
799 n_read = parse_object (parser, node); in parse_ecma_array()
866 parse_object (parser, node); in parse_value()
/third_party/vulkan-loader/loader/
DcJSON.c437 const char *parse_object(cJSON *item, const char *value);
516 return parse_object(item, value); in parse_value()
719 const char *parse_object(cJSON *item, const char *value) { in parse_object() function
/third_party/alsa-lib/src/alisp/
Dalisp.c44 static struct alisp_object * parse_object(struct alisp_instance *instance, int havetoken);
710 prev->value.c.cdr = parse_object(instance, 1); in parse_form()
729 p->value.c.car = parse_object(instance, 1); in parse_form()
772 return quote_object(instance, parse_object(instance, 0)); in parse_quote()
775 static struct alisp_object * parse_object(struct alisp_instance *instance, int havetoken) in parse_object() function
3168 if ((p = parse_object(instance, 0)) == NULL) in alisp_include_file()
3229 if ((p = parse_object(instance, 0)) == NULL) in alsa_lisp()
/third_party/cJSON/
DcJSON.c1035 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer);
1361 return parse_object(item, input_buffer); in parse_value()
1602 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer) in parse_object() function