Home
last modified time | relevance | path

Searched refs:STATUS_LINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp23 constexpr const size_t STATUS_LINE_SIZE = 3; member
110 if (temp.size() < STATUS_LINE_SIZE) { in GetReasonParse()
113 if (temp.size() == STATUS_LINE_SIZE) { in GetReasonParse()
114 resVec.emplace_back(temp[STATUS_LINE_SIZE - 1]); in GetReasonParse()
117 for (size_t i = STATUS_LINE_SIZE - 1; i < temp.size(); ++i) { in GetReasonParse()

Completed in 1 milliseconds