Home
last modified time | relevance | path

Searched refs:SUBSTITUTION_LITERAL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/gn/
Dsubstitution_pattern.cc14 : type(SUBSTITUTION_LITERAL) { in Subrange()
50 ranges_.push_back(Subrange(SUBSTITUTION_LITERAL, str.substr(cur))); in Parse()
54 Subrange(SUBSTITUTION_LITERAL, str.substr(cur, next - cur))); in Parse()
105 if (ranges_[i].type == SUBSTITUTION_LITERAL) in AsString()
115 if (ranges_[i].type != SUBSTITUTION_LITERAL) in FillRequiredTypes()
127 if (ranges_[0].type == SUBSTITUTION_LITERAL) { in IsInOutputDir()
Dsubstitution_pattern_unittest.cc15 EXPECT_EQ(SUBSTITUTION_LITERAL, pattern.ranges()[0].type); in TEST()
27 EXPECT_EQ(SUBSTITUTION_LITERAL, pattern.ranges()[0].type); in TEST()
31 EXPECT_EQ(SUBSTITUTION_LITERAL, pattern.ranges()[3].type); in TEST()
Dsubstitution_writer.cc156 if (range.type == SUBSTITUTION_LITERAL) { in WriteWithNinjaVariables()
178 pattern.ranges()[0].type == SUBSTITUTION_LITERAL) in GetListAsSourceFiles()
226 if (subrange.type == SUBSTITUTION_LITERAL) { in ApplyPatternToSourceAsString()
407 if (subrange.type == SUBSTITUTION_LITERAL) { in ApplyPatternToTargetAsOutputFile()
487 if (subrange.type == SUBSTITUTION_LITERAL) { in ApplyPatternToCompilerAsOutputFile()
533 if (subrange.type == SUBSTITUTION_LITERAL) { in ApplyPatternToLinkerAsOutputFile()
Dsubstitution_type.cc111 return type == SUBSTITUTION_LITERAL || in IsValidSourceSubstitution()
122 return type == SUBSTITUTION_LITERAL || in IsValidToolSubstutition()
Dsubstitution_type.h16 SUBSTITUTION_LITERAL = 0, enumerator
Dtarget_generator.cc295 if (pattern.ranges()[0].type == SUBSTITUTION_LITERAL) { in EnsureSubstitutionIsInOutputDir()