Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgvariant-parser.c650 ast_array_append (AST ***array, in ast_array_append() function
995 ast_array_append (&array->children, &array->n_children, child); in array_parse()
1135 ast_array_append (&tuple->children, &tuple->n_children, child); in tuple_parse()
1426 ast_array_append (&dict->keys, &n_keys, first); in dictionary_parse()
1438 ast_array_append (&dict->values, &n_values, first); in dictionary_parse()
1465 ast_array_append (&dict->keys, &n_keys, child); in dictionary_parse()
1476 ast_array_append (&dict->values, &n_values, child); in dictionary_parse()