Home
last modified time | relevance | path

Searched defs:existing_value (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dfunction_forward_variables_from.cc59 const Value* existing_value = dest->GetValue(storage_key); in ForwardValuesFromList() local
Doperators.cc434 const Value* existing_value = dest->GetExistingValue(); in ExecutePlusEquals() local
497 const Value* existing_value = dest->GetExistingValue(); in ExecuteMinusEquals() local
Dscope.cc327 const Value* existing_value = dest->GetValue(current_name); in NonRecursiveMergeTo() local
/third_party/node/deps/v8/src/objects/
Dliteral-objects.cc207 Object existing_value = dictionary->ValueAt(entry); in AddToDictionaryTemplate() local
/third_party/node/src/api/
Denvironment.cc567 Local<Value> existing_value; in GetPerContextExports() local
/third_party/rust/crates/clap/src/parser/
Dparser.rs1265 let existing_value = *matcher in react() localVariable