Searched refs:GetMutableValue (Results 1 – 11 of 11) sorted by relevance
/third_party/gn/src/gn/ |
D | scope_unittest.cc | 269 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()
|
D | template.cc | 86 Value* invoker_value = template_scope.GetMutableValue( in Invoke() 112 invoker_value = template_scope.GetMutableValue(variables::kInvoker, in Invoke()
|
D | scope.h | 167 Value* GetMutableValue(std::string_view ident,
|
D | scope.cc | 112 Value* Scope::GetMutableValue(std::string_view ident, in GetMutableValue() function in Scope 125 return mutable_containing_->GetMutableValue(ident, Scope::SEARCH_NESTED, in GetMutableValue()
|
D | create_bundle_target_generator.cc | 111 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
|
D | operators.cc | 100 exec_scope->GetMutableValue(base_str, Scope::SEARCH_CURRENT, false); in Init() 163 Value* value = scope_->GetMutableValue(name_token_->value(), in GetExistingMutableValueIfExists()
|
D | parse_tree_unittest.cc | 52 ->GetMutableValue("a", Scope::SEARCH_NESTED, false) in TEST()
|
D | target_generator.cc | 294 Value* value = scope_->GetMutableValue(variables::kMetadata, in FillMetadata()
|
D | parse_tree.cc | 413 scope->GetMutableValue(base_.value(), Scope::SEARCH_NESTED, true); in ExecuteScopeAccess()
|
/third_party/cef/libcef/browser/prefs/ |
D | pref_store.h | 37 bool GetMutableValue(const std::string& key, base::Value** result) override;
|
D | pref_store.cc | 31 bool CefPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() function in CefPrefStore
|