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

  /external/chromium_org/tools/gn/
substitution_type.h 15 enum SubstitutionType {
84 void FillVector(std::vector<SubstitutionType>* vect) const;
92 bool SubstitutionIsInOutputDir(SubstitutionType type);
95 bool IsValidSourceSubstitution(SubstitutionType type);
97 bool IsValidToolSubstutition(SubstitutionType type);
98 bool IsValidCompilerSubstitution(SubstitutionType type);
99 bool IsValidCompilerOutputsSubstitution(SubstitutionType type);
100 bool IsValidLinkerSubstitution(SubstitutionType type);
101 bool IsValidLinkerOutputsSubstitution(SubstitutionType type);
102 bool IsValidCopySubstitution(SubstitutionType type)
    [all...]
substitution_type.cc 94 void SubstitutionBits::FillVector(std::vector<SubstitutionType>* vect) const {
97 vect->push_back(static_cast<SubstitutionType>(i));
101 bool SubstitutionIsInOutputDir(SubstitutionType type) {
110 bool IsValidSourceSubstitution(SubstitutionType type) {
121 bool IsValidToolSubstutition(SubstitutionType type) {
132 bool IsValidCompilerSubstitution(SubstitutionType type) {
145 bool IsValidCompilerOutputsSubstitution(SubstitutionType type) {
151 bool IsValidLinkerSubstitution(SubstitutionType type) {
161 bool IsValidLinkerOutputsSubstitution(SubstitutionType type) {
167 bool IsValidCopySubstitution(SubstitutionType type)
    [all...]
substitution_list.h 34 const std::vector<SubstitutionType>& required_types() const {
43 std::vector<SubstitutionType> required_types_;
substitution_pattern.h 23 Subrange(SubstitutionType t, const std::string& l = std::string());
30 SubstitutionType type;
63 const std::vector<SubstitutionType>& required_types() const {
74 std::vector<SubstitutionType> required_types_;
substitution_writer.h 145 const std::vector<SubstitutionType>& types,
156 SubstitutionType type,
180 SubstitutionType type,
184 SubstitutionType type);
207 SubstitutionType type);
227 SubstitutionType type);
function_toolchain.cc 61 bool ValidateSubstitutionList(const std::vector<SubstitutionType>& list,
62 bool (*validate)(SubstitutionType),
66 SubstitutionType cur_type = list[i];
79 bool (*validate)(SubstitutionType),
138 bool (*validate)(SubstitutionType),
753 bool (*subst_validator)(SubstitutionType) = NULL;
754 bool (*subst_output_validator)(SubstitutionType) = NULL;
    [all...]
substitution_writer.cc 323 const std::vector<SubstitutionType>& types,
345 SubstitutionType type,
433 SubstitutionType type,
473 SubstitutionType type) {
513 SubstitutionType type) {
558 SubstitutionType type) {
substitution_pattern.cc 17 SubstitutionPattern::Subrange::Subrange(SubstitutionType t,
64 ranges_.push_back(Subrange(static_cast<SubstitutionType>(i)));
ninja_action_target_writer.cc 164 const std::vector<SubstitutionType>& args_substitutions_used =
substitution_writer_unittest.cc 65 std::vector<SubstitutionType> types;

Completed in 2145 milliseconds