Home
last modified time | relevance | path

Searched refs:scope_value (Results 1 – 17 of 17) sorted by relevance

/third_party/gn/src/gn/
Dinput_conversion_unittest.cc111 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F()
115 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F()
119 const Value* c_value = result.scope_value()->GetValue("c"); in TEST_F()
154 const Value* a_value = result.scope_value()->GetValue("a"); in TEST_F()
158 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F()
162 const Value* c_value = result.scope_value()->GetValue("c"); in TEST_F()
166 const Value* d_value = c_value->scope_value()->GetValue("d"); in TEST_F()
170 const Value* e_value = c_value->scope_value()->GetValue("e"); in TEST_F()
176 const Value* f_value = e_value->list_value()[0].scope_value()->GetValue("f"); in TEST_F()
Dcreate_bundle_target_generator.cc119 Scope* scope_value = value->scope_value(); in FillXcodeExtraAttributes() local
122 scope_value->GetCurrentScopeValues(&value_map); in FillXcodeExtraAttributes()
123 scope_value->MarkAllUsed(); in FillXcodeExtraAttributes()
Dvalue.h96 Scope* scope_value() { in scope_value() function
100 const Scope* scope_value() const { in scope_value() function
Dtarget_generator.cc288 Scope* scope_value = value->scope_value(); in FillMetadata() local
290 scope_value->GetCurrentScopeValues(&target_->metadata().contents()); in FillMetadata()
291 scope_value->MarkAllUsed(); in FillMetadata()
Dmetadata.cc262 value.scope_value()->GetCurrentScopeValues(&scope_values); in RebaseScopeValue()
269 rebased_scope_value.scope_value()->SetValue(value_pair.first, pair.first, in RebaseScopeValue()
Doutput_conversion.cc52 output.scope_value()->GetCurrentScopeValues(&scope_values); in RenderScopeToJSON()
104 output.scope_value()->GetCurrentScopeValues(&scope_values); in OutputScope()
Dvalue.cc251 return scope_value()->CheckCurrentScopeValuesEqual(other.scope_value()); in operator ==()
Dtemplate.cc115 if (!invoker_value->scope_value()->CheckForUnusedVars(err)) in Invoke()
Dfunctions.cc191 void* scope_value = scope_->GetProperty(&kKey, nullptr); in Enter() local
192 if (scope_value) { in Enter()
195 reinterpret_cast<const NonNestableBlock*>(scope_value); in Enter()
566 if (base->scope_value()->GetValue(accessor->member()->value().value())) in RunDefined()
Doperators.cc147 scope_ = base->scope_value(); in Init()
323 old_value->scope_value()->HasValues(Scope::SEARCH_CURRENT) && in ExecuteEquals()
324 right.scope_value()->HasValues(Scope::SEARCH_CURRENT)) { in ExecuteEquals()
Drust_values_generator.cc175 value->scope_value()->GetCurrentScopeValues(&aliased_deps); in FillAliasedDeps()
Doperators_unittest.cc363 old_value.scope_value()->SetValue(bar, Value(nullptr, "bar"), nullptr); in TEST()
381 ASSERT_FALSE(new_value->scope_value()->HasValues(Scope::SEARCH_CURRENT)); in TEST()
Dparse_tree_unittest.cc53 ->scope_value() in TEST()
Dparse_tree.cc391 base_value->scope_value()->GetValue(key_value.string_value()); in ExecuteScopeSubscriptAccess()
419 result = mutable_base_value->scope_value()->GetValue( in ExecuteScopeAccess()
429 const_base_value->scope_value()->GetValue(member_->value().value()); in ExecuteScopeAccess()
Dvalue_extractors.cc124 v.scope_value()->GetCurrentScopeValues(&scope); in operator ()()
Dsetup.cc1027 default_args_ = default_args_value->scope_value(); in FillOtherConfig()
Ddesc_builder.cc191 return ToBaseValue(val.scope_value()); in ToBaseValue()