Searched refs:change_type (Results 1 – 5 of 5) sorted by relevance
1306 } change_type; in CompareUnknownFields() local1317 change_type = DELETION; in CompareUnknownFields()1327 change_type = ADDITION; in CompareUnknownFields()1331 change_type = MODIFICATION; in CompareUnknownFields()1353 change_type = COMPARE_GROUPS; in CompareUnknownFields()1356 if (match && change_type != COMPARE_GROUPS) { in CompareUnknownFields()1357 change_type = NO_CHANGE; in CompareUnknownFields()1370 if (change_type == NO_CHANGE && reporter_ == NULL) { in CompareUnknownFields()1385 if (change_type != ADDITION) { in CompareUnknownFields()1388 if (change_type != DELETION) { in CompareUnknownFields()[all …]
30 ChangeType change_type; member
863 switch (pending_change.change_type) { in ApplyPendingChanges()
226 PendingQueryChange::ChangeType change_type) { in ValidateRecordChangeResult() argument230 [&name, change_type](const PendingQueryChange& change) { in ValidateRecordChangeResult()233 change.change_type == change_type && change.name == name; in ValidateRecordChangeResult()
1316 function change_type(v) { function1344 var type_select = new biquad_type_select(table, change_type);