Searched refs:MAX_STORE_ID_LEN (Results 1 – 2 of 2) sorted by relevance
130 if (storeId.empty() || storeId.size() > MAX_STORE_ID_LEN) { in IsValid()138 static constexpr int MAX_STORE_ID_LEN = 128;
196 if (storeId.empty() || storeId.size() > MAX_STORE_ID_LEN) { in IsValid()231 static constexpr int MAX_STORE_ID_LEN = 128; variable