Searched defs:ContainerOf (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/src/ |
| D | util-inl.h | 185 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; }; struct
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 984 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; argument 986 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument 987 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 983 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; }; struct 985 template <typename T> struct ContainerOf<T, 1> { typedef T Container; }; argument 986 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; }; struct
|