Searched defs:ContainerOf (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | util-inl.h | 177 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::*field, in ContainerOf() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 537 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 984 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
|