HomeSort by relevance Sort by last modified time
    Searched refs:SUBSTITUTION_LABEL (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gn/
substitution_type.h 36 SUBSTITUTION_LABEL, // {{label}}
ninja_target_writer.cc 87 if (bits.used[SUBSTITUTION_LABEL]) {
88 out_ << kSubstitutionNinjaNames[SUBSTITUTION_LABEL] << " = "
90 target_, SUBSTITUTION_LABEL)
substitution_type.cc 24 "{{label}}", // SUBSTITUTION_LABEL
60 "label", // SUBSTITUTION_LABEL
124 type == SUBSTITUTION_LABEL ||
substitution_writer_unittest.cc 185 &target, SUBSTITUTION_LABEL, &result));
substitution_writer.cc 436 case SUBSTITUTION_LABEL:

Completed in 64 milliseconds