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