Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/
Dpolicy_engine_params.h69 *destination = Void2TypePointerCopy<uint32_t>(); in Get()
78 *destination = Void2TypePointerCopy<void*>(); in Get()
87 *destination = Void2TypePointerCopy<const wchar_t*>(); in Get()
107 T Void2TypePointerCopy() const { in Void2TypePointerCopy() function