OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitCache
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h
89
void
InitCache
(Cache *c) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
939
InitCache
();
967
void
InitCache
() {
977
InitCache
()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h
210
virtual HRESULT WINAPI
InitCache
(IDataObject *pDataObject) = 0;
222
HRESULT (WINAPI *
InitCache
)(IOleCache *This,IDataObject *pDataObject);
236
#define IOleCache_InitCache(This,pDataObject) (This)->lpVtbl->
InitCache
(This,pDataObject)
286
HRESULT (WINAPI *
InitCache
)(IOleCache2 *This,IDataObject *pDataObject);
302
#define IOleCache2_InitCache(This,pDataObject) (This)->lpVtbl->
InitCache
(This,pDataObject)
[
all
...]
Completed in 96 milliseconds