Searched refs:ARR_SIZE (Results 1 – 2 of 2) sorted by relevance
37 static constexpr uint8_t ARR_SIZE = 7; variable240 if (line.find("free_async_space") == line.npos && strList.size() == ARR_SIZE && in BinderInfoLineParser()246 } else if (line.find("async\t") != std::string::npos && strList.size() > ARR_SIZE) { in BinderInfoLineParser()252 } else if (strList.size() >= ARR_SIZE) { // 7: valid array size in BinderInfoLineParser()
56 static constexpr uint8_t ARR_SIZE = 7; variable378 if (line.find("free_async_space") == line.npos && strList.size() == ARR_SIZE && in BinderLineParser()384 } else if (line.find("async\t") != std::string::npos && strList.size() > ARR_SIZE) { in BinderLineParser()390 } else if (strList.size() >= ARR_SIZE) { // 7: valid array size in BinderLineParser()