OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gstring
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gobject/
gvaluetransform.c
215
GString
*
gstring
= g_string_new (NULL);
local
222
if (
gstring
->str[0])
223
g_string_append (
gstring
, " | ");
224
g_string_append (
gstring
, flags_value->value_name);
231
gstring
->str,
234
dest_value->data[0].v_pointer = g_strdup (
gstring
->str);
235
g_string_free (
gstring
, TRUE);
gboxed.c
212
const
GString
*src_gstring = boxed;
220
GString
*
gstring
= boxed;
local
222
g_string_free (
gstring
, TRUE);
231
type_id = g_boxed_type_register_static (g_intern_static_string ("
GString
"),
232
/* the naming is a bit odd, but
GString
is obviously not G_TYPE_STRING */
/external/bluetooth/glib/glib/
gmessages.c
604
GString
*
gstring
= g_string_new ("[Invalid UTF-8] ");
local
612
g_string_append_c (
gstring
, *p);
614
g_string_append_printf (
gstring
, "\\x%02x", (guint)(guchar)*p);
617
return g_string_free (
gstring
, FALSE);
826
escape_string (
GString
*string)
893
GString
*
gstring
;
local
907
gstring
= g_string_new (NULL);
909
g_string_append (
gstring
, "\n")
[
all
...]
gtestutils.c
1371
GString *
gstring
;
local
1827
GString *
gstring
= g_string_sized_new (1024);
local
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 543 milliseconds