Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c1797 GValue *cvalues; in g_object_new_with_custom_constructor() local
1816 cvalues = g_new0 (GValue, n_cparams); in g_object_new_with_custom_constructor()
1846 value = &cvalues[cvals_used++]; in g_object_new_with_custom_constructor()
1861 g_value_unset (&cvalues[cvals_used]); in g_object_new_with_custom_constructor()
1862 g_free (cvalues); in g_object_new_with_custom_constructor()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp1247 interpret_pragma_option(ContextT &ctx, ContainerT const &cvalues, argument
1257 join_adjacent_string_tokens(ctx, cvalues, values);