Searched defs:c_begin (Results 1 – 2 of 2) sorted by relevance
100 ContainerIter<C> c_begin(C& c) { return begin(c); } in c_begin() function
44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find()