Home
last modified time | relevance | path

Searched refs:GetVectorWithCapacity (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/discovery/dnssd/public/
Ddns_sd_instance_endpoint.h71 GetVectorWithCapacity<IPEndpoint>(sizeof...(Types) + 1), in DnsSdInstanceEndpoint()
72 GetVectorWithCapacity<Subtype>(sizeof...(Types)), in DnsSdInstanceEndpoint()
/external/openscreen/util/
Dstd_util.h90 std::vector<T> GetVectorWithCapacity(size_t size) { in GetVectorWithCapacity() function