Searched defs:existing (Results 1 – 7 of 7) sorted by relevance
268 JSAppRecord *existing = nullptr; in GetAppRecord() local282 JSAppRecord *existing = nullptr; in PopAppRecord() local299 JSAppRecord *existing = nullptr; in DeleteAppRecord() local324 JSAppRecord *existing = nullptr; in GetAppRecordByInfo() local
55 void AudioConcurrencyParser::ParseIncoming(const std::string &existing, xmlNode *node, in ParseIncoming()
364 if (const auto existing = meta->GetPropertyByName(propertyName)) { in MetaProperty() local383 if (const auto existing = meta->GetPropertyByName(propertyName)) { in ArrayMetaProperty() local
539 if (auto existing = queues_.find(queueId); existing != queues_.end()) { in RegisterTaskQueue() local553 if (auto existing = queues_.find(queueId); existing != queues_.end()) { in UnregisterTaskQueue() local
921 for (auto& existing : oldCustomProperties) { in UpdateCustomProperties() local
1818 CORE_NS::Entity existing; in BindUIBitmap() local
494 def get_next_function_impl(existing, name): argument