Home | History | Annotate | Download | only in xmlparser

Lines Matching refs:updating

164         Result addGlobal(std::string key, std::string value, bool updating);
186 // current codec and/or type, plus whether we are updating
264 bool updating() const {
880 std::string key, std::string value, bool updating) {
883 if (updating) {
889 if (!updating) {
890 return { ALREADY_EXISTS, "updating existing setting" };
943 // disable codecs with domain by default (unless updating)
962 bool encoder, const char *name, const char *type, bool updating) {
967 if (updating) {
980 if (!updating) {
997 mCurrent.emplace_back(CodecAndType{name, codecIt, typeIt, updating});
1104 update = update || updating(); // handle parent
1114 return { NAME_NOT_FOUND, "addType: updating non-existing type" };