Searched refs:remaining_space (Results 1 – 2 of 2) sorted by relevance
99 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local100 if (entry.size() > remaining_space) { in AddAttributeEntry()101 entry.resize(remaining_space); in AddAttributeEntry()
35 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local36 if (entry.size() > remaining_space) { in AddAttributeEntry()37 entry.resize(remaining_space); in AddAttributeEntry()