Home
last modified time | relevance | path

Searched defs:UserType (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp27 struct UserType { struct
30 UserType() noexcept {} in UserType() function
31 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp22 struct UserType { struct
25 UserType() noexcept {} in UserType() argument
26 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() argument
/external/libcxx/test/std/experimental/simd/simd.traits/
Dis_abi_tag.pass.cpp25 struct UserType {}; struct
Dis_simd_flag_type.pass.cpp25 struct UserType {}; struct
Dis_simd_mask.pass.cpp25 struct UserType {}; struct
Dis_simd.pass.cpp25 struct UserType {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/experimental/simd/simd.traits/
Dis_abi_tag.pass.cpp24 struct UserType {}; struct
Dis_simd_flag_type.pass.cpp24 struct UserType {}; struct
Dis_simd.pass.cpp24 struct UserType {}; struct
Dis_simd_mask.pass.cpp24 struct UserType {}; struct
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.fail.cpp16 struct UserType {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.fail.cpp17 struct UserType {}; struct
/external/libchrome/mojo/public/cpp/bindings/lib/
Dnative_struct_serialization.h57 using UserType = typename std::remove_const<MaybeConstUserType>::type; member
Dnative_enum_serialization.h24 using UserType = typename std::remove_const<MaybeConstUserType>::type; member
/external/python/pybind11/tests/
Dpybind11_tests.h34 UserType(int i) : i(i) { } in UserType() function
Dtest_builtin_casters.cpp181 m.def("defer_none_custom", [](UserType *) { return false; }); in PYBIND11_NAMESPACE_END() argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c789 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c789 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig()
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow_test.py801 class UserType: class