HomeSort by relevance Sort by last modified time
    Searched defs:TypeTraits (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1helper.h 13 template<> struct TypeTraits<INT32> {
18 template<> struct TypeTraits<LONG> {
d2d1helper.h 15 template<typename T> struct TypeTraits {
21 template<> struct TypeTraits<UINT32> {
31 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Point Point2(T x, T y) {
32 typename TypeTraits<T>::Point r = {x,y};
44 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Size Size(T width, T height) {
45 typename TypeTraits<T>::Size r = {width, height};
57 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Rect Rect(T left, T top, T right, T bottom) {
58 typename TypeTraits<T>::Rect r = {left, top, right, bottom};
  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.hpp 68 struct TypeTraits;
78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;
94 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;
109 struct TypeTraits<TYPE_XLIB>
121 struct TypeTraits<TYPE_XCB>
133 struct TypeTraits<TYPE_WAYLAND>
145 struct TypeTraits<TYPE_MIR>
157 struct TypeTraits<TYPE_ANDROID>
167 struct TypeTraits<TYPE_WIN32>
  /external/libmojo/mojo/public/cpp/bindings/tests/
map_common_test.h 44 struct TypeTraits;
47 struct TypeTraits<Map> {
54 struct TypeTraits<WTFMap> {
64 using StringType = typename TypeTraits<MapType>::StringType;
66 using ArrayType = typename TypeTraits<MapType>::template ArrayType<T>;
  /frameworks/native/services/sensorservice/
traits.h 79 class TypeTraits {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 586 // class TypeTraits {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 586 // class TypeTraits {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 586 // class TypeTraits {
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 586 // class TypeTraits {
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_types.h 534 /// TypeTraits - Format type traits.
537 struct TypeTraits : PackTraits<NumBits>
546 /// TypeTraits - Format type traits specialization for UINT8
548 template<> struct TypeTraits<SWR_TYPE_UINT, 8> : PackTraits<8>
557 /// TypeTraits - Format type traits specialization for UINT8
559 template<> struct TypeTraits<SWR_TYPE_SINT, 8> : PackTraits<8, true>
568 /// TypeTraits - Format type traits specialization for UINT16
570 template<> struct TypeTraits<SWR_TYPE_UINT, 16> : PackTraits<16>
579 /// TypeTraits - Format type traits specialization for SINT16
581 template<> struct TypeTraits<SWR_TYPE_SINT, 16> : PackTraits<16, true
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 643 // class TypeTraits {
647 // // TypeTraits for singular fields and repeated fields will define the
650 // // extensions and repeated extensions. If the TypeTraits for the passed
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 643 // class TypeTraits {
647 // // TypeTraits for singular fields and repeated fields will define the
650 // // extensions and repeated extensions. If the TypeTraits for the passed
    [all...]

Completed in 484 milliseconds