Home
last modified time | relevance | path

Searched refs:GetProgrammaticValue (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dscope_per_file_provider_unittest.cc17 #define GPV(val) provider.GetProgrammaticValue(val)->string_value() in TEST()
35 EXPECT_GE(provider.GetProgrammaticValue(variables::kGnVersion)->int_value(), in TEST()
Dscope_per_file_provider.h24 const Value* GetProgrammaticValue(std::string_view ident) override;
Dscope_per_file_provider.cc22 const Value* ScopePerFileProvider::GetProgrammaticValue( in GetProgrammaticValue() function in ScopePerFileProvider
Dscope.h61 virtual const Value* GetProgrammaticValue(std::string_view ident) = 0;
Dscope.cc87 const Value* v = provider->GetProgrammaticValue(ident); in GetValueWithScope()