OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_data_output_stream_set_byte_order
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gdataoutputstream.h
77
void
g_data_output_stream_set_byte_order
(GDataOutputStream *stream,
gdataoutputstream.c
108
g_data_output_stream_set_byte_order
(dstream, g_value_get_enum (value));
174
*
g_data_output_stream_set_byte_order
:
181
g_data_output_stream_set_byte_order
(GDataOutputStream *stream,
function
gio.symbols
184
g_data_output_stream_set_byte_order
/external/bluetooth/glib/gio/tests/
data-output-stream.c
68
g_data_output_stream_set_byte_order
(G_DATA_OUTPUT_STREAM (stream), G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN);
70
g_data_output_stream_set_byte_order
(G_DATA_OUTPUT_STREAM (stream), G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN);
153
g_data_output_stream_set_byte_order
(G_DATA_OUTPUT_STREAM (stream), byte_order);
Completed in 12 milliseconds