Searched refs:kBackingTypes (Results 1 – 1 of 1) sorted by relevance
1570 static std::set<string> kBackingTypes = {"byte", "int", "long"}; in Autofill() local1571 if (kBackingTypes.find(backing_type_->GetName()) == kBackingTypes.end()) { in Autofill()1573 << ". Backing type must be one of: " << Join(kBackingTypes, ", "); in Autofill()