Home
last modified time | relevance | path

Searched defs:c_begin (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer.h100 ContainerIter<C> c_begin(C& c) { return begin(c); } in c_begin() function
/third_party/ntfs-3g/ntfsprogs/
Dcluster.c44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) in cluster_find()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp3217 bool ImFont::IsGlyphRangeUnused(unsigned int c_begin, unsigned int c_last) in IsGlyphRangeUnused()