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