Home
last modified time | relevance | path

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

/dports/devel/libgee06/libgee-0.6.8/gee/
H A Dsortedset.c164 return GEE_SORTED_SET_GET_INTERFACE (self)->first (self); in gee_sorted_set_first()
175 return GEE_SORTED_SET_GET_INTERFACE (self)->last (self); in gee_sorted_set_last()
187 return GEE_SORTED_SET_GET_INTERFACE (self)->bidir_iterator (self); in gee_sorted_set_bidir_iterator()
202 return GEE_SORTED_SET_GET_INTERFACE (self)->iterator_at (self, element); in gee_sorted_set_iterator_at()
215 return GEE_SORTED_SET_GET_INTERFACE (self)->lower (self, element); in gee_sorted_set_lower()
229 return GEE_SORTED_SET_GET_INTERFACE (self)->higher (self, element); in gee_sorted_set_higher()
242 return GEE_SORTED_SET_GET_INTERFACE (self)->floor (self, element); in gee_sorted_set_floor()
256 return GEE_SORTED_SET_GET_INTERFACE (self)->ceil (self, element); in gee_sorted_set_ceil()
270 return GEE_SORTED_SET_GET_INTERFACE (self)->head_set (self, before); in gee_sorted_set_head_set()
284 return GEE_SORTED_SET_GET_INTERFACE (self)->tail_set (self, after); in gee_sorted_set_tail_set()
[all …]
H A Dgee.h293 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dtreeset.c88 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dsortedset.c362 return GEE_SORTED_SET_GET_INTERFACE (self)->first (self); in gee_sorted_set_first()
374 return GEE_SORTED_SET_GET_INTERFACE (self)->last (self); in gee_sorted_set_last()
391 return GEE_SORTED_SET_GET_INTERFACE (self)->iterator_at (self, element); in gee_sorted_set_iterator_at()
406 return GEE_SORTED_SET_GET_INTERFACE (self)->lower (self, element); in gee_sorted_set_lower()
422 return GEE_SORTED_SET_GET_INTERFACE (self)->higher (self, element); in gee_sorted_set_higher()
437 return GEE_SORTED_SET_GET_INTERFACE (self)->floor (self, element); in gee_sorted_set_floor()
453 return GEE_SORTED_SET_GET_INTERFACE (self)->ceil (self, element); in gee_sorted_set_ceil()
469 return GEE_SORTED_SET_GET_INTERFACE (self)->head_set (self, before); in gee_sorted_set_head_set()
485 return GEE_SORTED_SET_GET_INTERFACE (self)->tail_set (self, after); in gee_sorted_set_tail_set()
504 return GEE_SORTED_SET_GET_INTERFACE (self)->sub_set (self, from, to); in gee_sorted_set_sub_set()
[all …]
H A Dbidirsortedset.c40 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dbidirsortedmap.c140 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dsortedmap.c132 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dreadonlysortedset.c119 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dreadonlysortedmap.c143 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dabstractbidirsortedset.c118 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dreadonlybidirsortedset.c118 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dabstractsortedmap.c143 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dabstractsortedset.c118 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dabstractbidirsortedmap.c143 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dreadonlybidirsortedmap.c143 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dgee.h163 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dtreeset.c119 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dconcurrentset.c121 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro
H A Dtreemap.c144 #define GEE_SORTED_SET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_SORTED_SE… macro