Searched refs:kMaxTxtKeyLength (Results 1 – 1 of 1) sorted by relevance
27 constexpr size_t kMaxTxtKeyLength = 9; variable123 if (s.size() > kMaxTxtKeyLength) in IsValidTxtDataKey()