Searched defs:set_title (Results 1 – 4 of 4) sorted by relevance
30 void set_title(const std::string& title) { title_ = title; } in set_title() function46 void set_title(const std::string& title) { title_ = title; } in set_title() function
66 void set_title(const std::string& desc) { title_ = desc; } in set_title() function
1101 def set_title(self, title): member in OptionGroup
2027 bool Chapter::Display::set_title(const char* title) { in set_title() function in mkvmuxer::Chapter::Display