Searched refs:UserType (Results 1 – 25 of 26) sorted by relevance
12
110 using UserType = typename std::remove_const<MaybeConstUserType>::type;114 using Traits = ArrayTraits<UserType>;150 UserType* output,154 ArrayIterator<Traits, UserType> iterator(*output);178 using UserType = typename std::remove_const<MaybeConstUserType>::type;182 using Traits = ArrayTraits<UserType>;205 UserType* output,209 ArrayIterator<Traits, UserType> iterator(*output);228 using UserType = typename std::remove_const<MaybeConstUserType>::type;229 using Traits = ArrayTraits<UserType>;[all …]
35 typename UserType,37 bool CallIsNullIfExists(const UserType& input) { in CallIsNullIfExists()43 typename UserType,45 bool CallIsNullIfExists(const UserType& input) { in CallIsNullIfExists()62 typename UserType,64 bool CallSetToNullIfExists(UserType* output) { in CallSetToNullIfExists()70 typename UserType,73 bool CallSetToNullIfExists(UserType* output) { in CallSetToNullIfExists()
63 template <typename MojomType, typename UserType>64 mojo::Message SerializeAsMessageImpl(UserType* input) {74 template <typename MojomType, typename DataArrayType, typename UserType>75 DataArrayType SerializeImpl(UserType* input) {87 template <typename MojomType, typename UserType>91 UserType* output,
24 using UserType = typename std::remove_const<MaybeConstUserType>::type; member25 using Traits = IPC::ParamTraits<UserType>;32 static void Serialize(UserType input, int32_t* output) { in Serialize()48 static bool Deserialize(int32_t input, UserType* output) { in Deserialize()
22 using UserType = typename std::remove_const<MaybeConstUserType>::type;23 using Traits = StringTraits<UserType>;41 UserType* output,
23 using UserType = typename std::remove_const<MaybeConstUserType>::type;24 using Traits = MapTraits<UserType>;85 using UserType = typename std::remove_const<MaybeConstUserType>::type;86 using Traits = MapTraits<UserType>;129 UserType* output,
57 using UserType = typename std::remove_const<MaybeConstUserType>::type; member58 using Traits = IPC::ParamTraits<UserType>;72 UserType* out, in Deserialize()
64 template <typename UserType>65 static {{serialization_result_type}} Serialize(UserType* input) {70 template <typename UserType>71 static mojo::Message SerializeAsMessage(UserType* input) {78 // as the same UserType |input| will just be moved to |output| in80 template <typename UserType>81 static mojo::Message WrapAsMessage(UserType input) {84 UserType, {{struct.name}}::DataView>>(0, 0, std::move(input)));87 template <typename UserType>90 UserType* output) {[all …]
2 template <typename UserType, typename DataView>11 UserType input)16 UserType TakeData() {28 UserType user_data_;31 template <typename UserType, typename DataView>33 {{struct.name}}_UnserializedMessageContext<UserType, DataView>::kMessageTag = {};
23 template <typename UserType>24 WARN_UNUSED_RESULT bool Read{{name|under_to_camel}}(UserType* output) {39 template <typename UserType>40 WARN_UNUSED_RESULT bool Read{{name|under_to_camel}}(UserType* output) {52 template <typename UserType>53 WARN_UNUSED_RESULT bool Read{{name|under_to_camel}}(UserType* output) const {87 template <typename UserType>88 UserType Take{{name|under_to_camel}}() {89 UserType result;
33 template <typename UserType>34 WARN_UNUSED_RESULT bool Read{{name|under_to_camel}}(UserType* output) {41 template <typename UserType>42 WARN_UNUSED_RESULT bool Read{{name|under_to_camel}}(UserType* output) const {66 template <typename UserType>67 UserType Take{{name|under_to_camel}}() {69 UserType result;
17 using UserType = typename std::remove_const<MaybeConstUserType>::type;18 using Traits = EnumTraits<{{mojom_type}}, UserType>;20 static void Serialize(UserType input, int32_t* output) {24 static bool Deserialize(int32_t input, UserType* output) {
11 using UserType = typename std::remove_const<MaybeConstUserType>::type;12 using Traits = StructTraits<{{data_view}}, UserType>;29 UserType* output,
74 template <typename UserType>75 static mojo::Message SerializeAsMessage(UserType* input) {80 template <typename UserType>82 UserType* output) {
8 using UserType = typename std::remove_const<MaybeConstUserType>::type;9 using Traits = UnionTraits<{{data_view}}, UserType>;96 UserType* output,
27 struct UserType { struct30 UserType() noexcept {} in UserType() argument31 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function33 friend bool operator==(const UserType& x, const UserType& y) { in operator ==()62 TestFunc<UserType>()(); in main()
194 struct UserType { struct195 UserType() : value(0) {} in UserType() argument201 EXPECT_FALSE(BuiltInDefaultValue<UserType>::Exists()); in TEST()216 BuiltInDefaultValue<UserType>::Get(); in TEST()223 EXPECT_FALSE(DefaultValue<const UserType>::IsSet()); in TEST()229 EXPECT_FALSE(DefaultValue<const UserType>::Exists()); in TEST()232 DefaultValue<const UserType>::Set(UserType()); in TEST()235 EXPECT_EQ(0, DefaultValue<const UserType>::Get().value); in TEST()238 EXPECT_TRUE(DefaultValue<const UserType>::Exists()); in TEST()241 DefaultValue<const UserType>::Clear(); in TEST()[all …]
17 template <typename MojomType, typename UserType>18 bool SerializeAndDeserialize(UserType* input, UserType* output) { in SerializeAndDeserialize()
25 struct UserType {}; struct35 static_assert(!ex::is_simd_flag_type<UserType>::value, "");47 static_assert(!ex::is_simd_flag_type_v<UserType>, "");
25 struct UserType {}; struct64 static_assert(!ex::is_abi_tag<UserType>::value, "");107 static_assert(!ex::is_abi_tag_v<UserType>, "");
25 struct UserType {}; struct99 static_assert(!ex::is_simd_mask<UserType>::value, "");150 static_assert(!ex::is_simd_mask_v<UserType>, "");
25 struct UserType {}; struct76 static_assert(!ex::is_simd<UserType>::value, "");127 static_assert(!ex::is_simd_v<UserType>, "");
16 struct UserType {}; struct19 std::tuple<long, long, char, std::string, char, UserType, char> t1; in test_bad_index()
70 template <class UserType>71 bool doToBlackboard(UserType userValue, uint32_t &uiValue, in doToBlackboard()75 if (userValue < static_cast<UserType>(_min) || in doToBlackboard()76 userValue > static_cast<UserType>(_max)) { in doToBlackboard()
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...