Searched defs:TagInfo (Results 1 – 7 of 7) sorted by relevance
22 struct TagInfo { struct26 std::set<std::string> spellings;27 std::size_t count = 0;
23 public class TagInfo { class47 TagInfo(String n, String k, String t, SourcePositionInfo sp) { in TagInfo() method in TagInfo
922 } TagInfo; in GetEXIFProperty() typedef
2306 Token TagInfo; in parseBlockNode() local
2308 Token TagInfo; in parseBlockNode() local
5346 struct TagInfo { struct5347 TagInfo() : count ( 0 ) {} in TagInfo() argument5348 void add( std::string const& spelling ) { in add()5352 std::string all() const { in all()5360 std::set<std::string> spellings;5361 std::size_t count;
9069 struct TagInfo { struct9073 std::set<std::string> spellings;9074 std::size_t count = 0;