Searched defs:ContentInfo (Results 1 – 4 of 4) sorted by relevance
34 struct ContentInfo { struct35 ContentInfo() : description(NULL) {} in ContentInfo() argument36 ContentInfo(const std::string& name, in ContentInfo() argument40 ContentInfo(const std::string& name, in ContentInfo() argument45 std::string name;46 std::string type;47 bool rejected;48 ContentDescription* description;
16 public class ContentInfo class40 private ContentInfo( in ContentInfo() method in ContentInfo55 public ContentInfo( in ContentInfo() method in ContentInfo
29 public class ContentInfo class76 public ContentInfo( in ContentInfo() method in ContentInfo98 public ContentInfo( in ContentInfo() method in ContentInfo
61 class ContentInfo(univ.Sequence): class