Home
last modified time | relevance | path

Searched defs:const_reference (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h88 using const_reference = const T&; variable
276 using const_reference = typename base::const_reference; variable
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h88 using const_reference = const T&; variable
276 using const_reference = typename base::const_reference; variable
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_gentype.hpp45 typedef TYPE<VALTYPE> const & const_reference; typedef
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp3682 typedef const value_type& const_reference; typedef in cl::SVMAllocator