Home
last modified time | relevance | path

Searched defs:ContainerOf (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dutil-inl.h177 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::*field, in ContainerOf() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp537 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; argument
539 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument
540 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp984 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct
986 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument
987 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; argument