Home
last modified time | relevance | path

Searched refs:json_node_alloc (Results 1 – 14 of 14) sorted by relevance

/dports/devel/json-glib/json-glib-1.6.2/json-glib/tests/
H A Dnode.c250 node = json_node_init_int (json_node_alloc (), 1); in test_seal_int()
265 node = json_node_init_double (json_node_alloc (), 15.2); in test_seal_double()
279 node = json_node_init_boolean (json_node_alloc (), TRUE); in test_seal_boolean()
307 node = json_node_init_null (json_node_alloc ()); in test_seal_null()
323 node = json_node_init_object (json_node_alloc (), object); in test_seal_object()
344 node = json_node_init_array (json_node_alloc (), array); in test_seal_array()
364 node = json_node_init_int (json_node_alloc (), 5); in test_immutable_int()
385 node = json_node_init_double (json_node_alloc (), 5.6); in test_immutable_double()
406 node = json_node_init_boolean (json_node_alloc (), TRUE); in test_immutable_boolean()
491 node = json_node_init_int (json_node_alloc (), 5); in test_immutable_value()
[all …]
H A Dgenerator.c422 node = json_node_init_string (json_node_alloc (), fixture->str);\ in test_string_encode()
/dports/devel/json-glib/json-glib-1.6.2/json-glib/
H A Djson-gobject.c682 retval = json_node_init_int (json_node_alloc (), g_value_get_int64 (real_value)); in json_serialize_pspec()
699 retval = json_node_init_int (json_node_alloc (), g_value_get_int (real_value)); in json_serialize_pspec()
703 retval = json_node_init_int (json_node_alloc (), g_value_get_uint (real_value)); in json_serialize_pspec()
707 retval = json_node_init_int (json_node_alloc (), g_value_get_long (real_value)); in json_serialize_pspec()
711 retval = json_node_init_int (json_node_alloc (), g_value_get_ulong (real_value)); in json_serialize_pspec()
723 retval = json_node_alloc (); in json_serialize_pspec()
728 retval = json_node_init_int (json_node_alloc (), g_value_get_uchar (real_value)); in json_serialize_pspec()
732 retval = json_node_init_int (json_node_alloc (), g_value_get_enum (real_value)); in json_serialize_pspec()
736 retval = json_node_init_int (json_node_alloc (), g_value_get_flags (real_value)); in json_serialize_pspec()
758 retval = json_node_init_array (json_node_alloc (), array); in json_serialize_pspec()
[all …]
H A Djson-array.c539 json_array_add_element (array, json_node_init_int (json_node_alloc (), value)); in json_array_add_int_element()
559 json_array_add_element (array, json_node_init_double (json_node_alloc (), value)); in json_array_add_double_element()
579 json_array_add_element (array, json_node_init_boolean (json_node_alloc (), value)); in json_array_add_boolean_element()
601 node = json_node_alloc (); in json_array_add_string_element()
626 json_array_add_element (array, json_node_init_null (json_node_alloc ())); in json_array_add_null_element()
649 node = json_node_alloc (); in json_array_add_array_element()
682 node = json_node_alloc (); in json_array_add_object_element()
H A Djson-object.c291 object_set_member_internal (object, member_name, json_node_init_int (json_node_alloc (), value)); in json_object_set_int_member()
315 …object_set_member_internal (object, member_name, json_node_init_double (json_node_alloc (), value)… in json_object_set_double_member()
339 …object_set_member_internal (object, member_name, json_node_init_boolean (json_node_alloc (), value… in json_object_set_boolean_member()
365 node = json_node_alloc (); in json_object_set_string_member()
394 object_set_member_internal (object, member_name, json_node_init_null (json_node_alloc ())); in json_object_set_null_member()
422 node = json_node_alloc (); in json_object_set_array_member()
460 node = json_node_alloc (); in json_object_set_object_member()
H A Djson-parser.c411 *node = json_node_init_int (json_node_alloc (), in json_parse_value()
420 *node = json_node_init_double (json_node_alloc (), in json_parse_value()
428 *node = json_node_init_string (json_node_alloc (), scanner->value.v_string); in json_parse_value()
435 *node = json_node_init_boolean (json_node_alloc (), token == JSON_TOKEN_TRUE ? TRUE : FALSE); in json_parse_value()
440 *node = json_node_init_null (json_node_alloc ()); in json_parse_value()
495 priv->current_node = json_node_init_array (json_node_alloc (), NULL); in json_parse_array()
622 priv->current_node = json_node_init_object (json_node_alloc (), NULL); in json_parse_object()
H A Djson-node.c123 json_node_alloc (void) in json_node_alloc() function
394 return json_node_init (json_node_alloc (), type); in json_node_new()
417 copy = json_node_alloc (); in json_node_copy()
H A Djson-types.h186 JsonNode * json_node_alloc (void);
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_stats.c204 r = json_node_alloc(); in remmina_stats_get_uid()
446 r = json_node_alloc(); in remmina_stats_get_gtk_backend()
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/src/
H A Dfbd-feedback-profile.c67 node = json_node_init_array (json_node_alloc (), array); in fbd_feedback_profile_serializable_serialize_property()
H A Dfbd-feedback-theme.c59 node = json_node_init_array (json_node_alloc (), array); in fbd_theme_serializable_serialize_property()
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/gst/validate/
H A Dgst-validate-report.c57 JsonNode *node = json_node_alloc (); in gst_validate_report_serialize()
H A Dgst-validate-scenario.c257 JsonNode *node = json_node_alloc (); in gst_validate_action_serialize()
/dports/lang/vala/vala-0.48.18/vapi/
H A Djson-glib-1.0.vapi122 [CCode (cname = "json_node_alloc", has_construct_function = false)]