Searched refs:kSupportedConstTypes (Results 1 – 1 of 1) sorted by relevance
641 const static set<string> kSupportedConstTypes = {"String", "int"}; in CheckValid() local642 if (kSupportedConstTypes.find(type_->ToString()) == kSupportedConstTypes.end()) { in CheckValid()