Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dmemory_stream.cc21 StreamPtr MemoryStream::OpenRef(const void* buffer, in OpenRef() function in brillo::MemoryStream
38 StreamPtr MemoryStream::OpenRef(const std::string& buffer, ErrorPtr* error) { in OpenRef() function in brillo::MemoryStream
50 StreamPtr MemoryStream::OpenRef(const char* buffer, ErrorPtr* error) { in OpenRef() function in brillo::MemoryStream
Dmemory_stream.h79 inline static StreamPtr OpenRef(const std::vector<T>& buffer, in OpenRef() function