Home
last modified time | relevance | path

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

/system/netd/libnetdutils/include/netdutils/
DSlice.h71 inline const Slice makeSlice(const T& ref) { in makeSlice() function
78 inline const Slice makeSlice(const std::string& s) { in makeSlice() function
85 inline const Slice makeSlice(const std::vector<T>& v) { in makeSlice() function
91 inline const Slice makeSlice(const std::array<U, V>& a) { in makeSlice() function