OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateEx
(Results
1 - 9
of
9
) sorted by null
/external/libbrillo/brillo/streams/
memory_stream.cc
26
return
CreateEx
(std::move(container), 0, error);
35
return
CreateEx
(std::move(container), 0, error);
41
return
CreateEx
(std::move(container), 0, error);
47
return
CreateEx
(std::move(container), 0, error);
61
return
CreateEx
(std::move(container), 0, error);
67
return
CreateEx
(std::move(container), 0, error);
74
return
CreateEx
(std::move(container), buffer->size(), error);
77
StreamPtr MemoryStream::
CreateEx
(
memory_stream.h
65
return
CreateEx
(std::move(container), 0, error);
83
return
CreateEx
(std::move(container), 0, error);
111
return
CreateEx
(std::move(container), 0, error);
129
return
CreateEx
(std::move(container), buffer->size() * sizeof(T), error);
138
static StreamPtr
CreateEx
(
/external/lzma/CPP/Windows/Control/
Window2.h
18
bool
CreateEx
(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
23
bool
CreateEx
(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
Window2.cpp
49
bool CWindow2::
CreateEx
(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
70
return CWindow::
CreateEx
(exStyle, className, windowName, style,
76
bool CWindow2::
CreateEx
(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
117
return CWindow::
CreateEx
(exStyle, className, windowName, style,
ListView.cpp
14
bool CListView::
CreateEx
(DWORD exStyle, DWORD style,
19
return CWindow::
CreateEx
(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
ListView.h
16
bool
CreateEx
(DWORD exStyle, DWORD style,
/external/lzma/CPP/Windows/
Window.cpp
67
bool CWindow::
CreateEx
(DWORD exStyle, LPCWSTR className,
98
return
CreateEx
(exStyle, classNameP, windowNameP,
Window.h
84
bool
CreateEx
(DWORD exStyle, LPCTSTR className,
114
bool
CreateEx
(DWORD exStyle, LPCWSTR className,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h
626
virtual HRESULT WINAPI
CreateEx
(GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,REFIID riidRequested,void **ppvResMgr) = 0;
635
HRESULT (WINAPI *
CreateEx
)(IResourceManagerFactory2 *This,GUID *pguidRM,CHAR *pszRMName,IResourceManagerSink *pIResMgrSink,REFIID riidRequested,void **ppvResMgr);
646
#define IResourceManagerFactory2_CreateEx(This,pguidRM,pszRMName,pIResMgrSink,riidRequested,ppvResMgr) (This)->lpVtbl->
CreateEx
(This,pguidRM,pszRMName,pIResMgrSink,riidRequested,ppvResMgr)
[
all
...]
Completed in 117 milliseconds