Home
last modified time | relevance | path

Searched defs:GetFreeSpace (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/net/
Dtcp6_ext.cpp187 size_t TcpCircularSendBuffer::GetFreeSpace(void) const { return mCapacity - mCapacityUsed; } in GetFreeSpace() function in ot::Ip6::TcpCircularSendBuffer
/external/skia/tests/
DPathTest.cpp4404 static size_t GetFreeSpace(const SkPathRef& ref) { in GetFreeSpace() function in PathRefTest_Private
4571 static size_t GetFreeSpace(const SkPath& path) { in GetFreeSpace() function in PathTest_Private