Home
last modified time | relevance | path

Searched refs:CreateEx (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_stream.cc26 return CreateEx(std::move(container), 0, error); in OpenRef()
35 return CreateEx(std::move(container), 0, error); in OpenCopyOf()
41 return CreateEx(std::move(container), 0, error); in OpenRef()
47 return CreateEx(std::move(container), 0, error); in OpenCopyOf()
61 return CreateEx(std::move(container), 0, error); in Create()
67 return CreateEx(std::move(container), 0, error); in CreateRef()
74 return CreateEx(std::move(container), buffer->size(), error); in CreateRefForAppend()
77 StreamPtr MemoryStream::CreateEx( in CreateEx() function in brillo::MemoryStream
Dmemory_stream.h65 return CreateEx(std::move(container), 0, error); in OpenCopyOf()
83 return CreateEx(std::move(container), 0, error); in OpenRef()
111 return CreateEx(std::move(container), 0, error); in CreateRef()
129 return CreateEx(std::move(container), buffer->size() * sizeof(T), error); in CreateRefForAppend()
138 static StreamPtr CreateEx(
/external/lzma/CPP/Windows/Control/
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2
70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() function in NWindows::NControl::CWindow2
117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
DWindow2.h18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx() function in NWindows::NControl::CListView
19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
DListView.h18 bool CreateEx(DWORD exStyle, DWORD style,
/external/lzma/CPP/Windows/
DWindow.cpp67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() function in NWindows::CWindow
98 return CreateEx(exStyle, classNameP, windowNameP, in CreateEx()
DWindow.h85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx() function
115 bool CreateEx(DWORD exStyle, LPCWSTR className,