Searched defs:is_t (Results 1 – 7 of 7) sorted by relevance
49 bool is_t(char c) const { return c == 't'; } in is_t() function
49 bool is_t(wchar_t c) const { return c == L't'; } in is_t() function
1003 typedef InputIterator is_t; in read_graphviz() typedef1021 typedef std::istream_iterator< char > is_t; in read_graphviz() typedef
708 #define is_t(c) ((c)=='t' || (c)=='T') macro
707 #define is_t(c) ((c)=='t' || (c)=='T') macro