Searched defs:fill (Results 1 – 8 of 8) sorted by relevance
40 struct fill : public std::function<void(const T&...)> { struct46 fill(T*... args) : mTargets(args...) {} in fill() function48 void operator()(const T&... args) { copy<0, T...>(args...); } in operator()54 inline void copy(const First& first) { in copy()59 inline void copy(const First& first, const Rest&... rest) { in copy()
36 struct fill : public std::function<void(const T&...)> { struct42 fill(T*... args) : mTargets(args...) {} in fill() function44 void operator()(const T&... args) { copy<0, T...>(args...); } in operator()50 inline void copy(const First& first) { in copy()55 inline void copy(const First& first, const Rest&... rest) { in copy()
54 ssize_t InputEventCircularReader::fill(int fd) in fill() function in InputEventCircularReader
96 void fill(const T& v) { in fill() function
1432 const char* fill = " "; in to_string() local1492 const char* fill = " "; in to_string() local2089 const char* fill = " "; in dump() local
4309 stbi_uc fill = 0; in stbi__compute_huffman_codes() local
4302 stbi_uc fill = 0; in stbi__compute_huffman_codes() local