OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_array_remove_index
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/glib/
garray.c
211
g_array_remove_index
(GArray *farray,
function
678
g_array_remove_index
((GArray*) array, index_);
galias.h
29
extern __typeof (
g_array_remove_index
) IA__g_array_remove_index __attribute((visibility("hidden")));
30
#define
g_array_remove_index
IA__g_array_remove_index
macro
[
all
...]
galiasdef.c
32
#undef
g_array_remove_index
macro
33
extern __typeof (
g_array_remove_index
)
g_array_remove_index
__attribute((alias("IA__g_array_remove_index"), visibility("default")));
[
all
...]
Completed in 159 milliseconds