Searched refs:remaining_space (Results 1 – 2 of 2) sorted by relevance
98 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local99 if (entry.size() > remaining_space) { in AddAttributeEntry()100 entry.resize(remaining_space); in AddAttributeEntry()
33 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local34 if (entry.size() > remaining_space) { in AddAttributeEntry()35 entry.resize(remaining_space); in AddAttributeEntry()