HomeSort by relevance Sort by last modified time
    Searched defs:SubstitutionPattern (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
substitution_pattern.cc 13 SubstitutionPattern::Subrange::Subrange()
17 SubstitutionPattern::Subrange::Subrange(SubstitutionType t,
23 SubstitutionPattern::Subrange::~Subrange() {
26 SubstitutionPattern::SubstitutionPattern() : origin_(NULL) {
29 SubstitutionPattern::~SubstitutionPattern() {
32 bool SubstitutionPattern::Parse(const Value& value, Err* err) {
38 bool SubstitutionPattern::Parse(const std::string& str,
95 SubstitutionPattern SubstitutionPattern::MakeForTest(const char* str)
    [all...]
substitution_pattern.h 19 class SubstitutionPattern {
36 SubstitutionPattern();
37 ~SubstitutionPattern();
46 static SubstitutionPattern MakeForTest(const char* str);

Completed in 36 milliseconds