Home
last modified time | relevance | path

Searched refs:GetMutableValue (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Dscope_unittest.cc269 TEST(Scope, GetMutableValue) { in TEST() argument
302 mutable_scope2.GetMutableValue(kOnConst, Scope::SEARCH_NESTED, true)); in TEST()
306 mutable_scope2.GetMutableValue(kOnMutable1, Scope::SEARCH_NESTED, false); in TEST()
315 mutable_scope2.GetMutableValue(kOnMutable1, Scope::SEARCH_NESTED, true); in TEST()
322 mutable_scope2.GetMutableValue(kOnMutable2, Scope::SEARCH_NESTED, true); in TEST()
Dtemplate.cc86 Value* invoker_value = template_scope.GetMutableValue( in Invoke()
112 invoker_value = template_scope.GetMutableValue(variables::kInvoker, in Invoke()
Dscope.h167 Value* GetMutableValue(std::string_view ident,
Dscope.cc112 Value* Scope::GetMutableValue(std::string_view ident, in GetMutableValue() function in Scope
125 return mutable_containing_->GetMutableValue(ident, Scope::SEARCH_NESTED, in GetMutableValue()
Dcreate_bundle_target_generator.cc111 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
Doperators.cc100 exec_scope->GetMutableValue(base_str, Scope::SEARCH_CURRENT, false); in Init()
163 Value* value = scope_->GetMutableValue(name_token_->value(), in GetExistingMutableValueIfExists()
Dparse_tree_unittest.cc52 ->GetMutableValue("a", Scope::SEARCH_NESTED, false) in TEST()
Dtarget_generator.cc294 Value* value = scope_->GetMutableValue(variables::kMetadata, in FillMetadata()
Dparse_tree.cc413 scope->GetMutableValue(base_.value(), Scope::SEARCH_NESTED, true); in ExecuteScopeAccess()
/third_party/cef/libcef/browser/prefs/
Dpref_store.h37 bool GetMutableValue(const std::string& key, base::Value** result) override;
Dpref_store.cc31 bool CefPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in CefPrefStore