/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 42 bool SetBoolValue(AttributeKey key, bool value); 43 bool SetUint64Value(AttributeKey key, uint64_t value); 44 bool SetUint32Value(AttributeKey key, uint32_t value); 45 bool SetUint16Value(AttributeKey key, uint16_t value); 46 bool SetUint8Value(AttributeKey key, uint8_t value); 47 bool SetInt32Value(AttributeKey key, int32_t value); 48 bool SetInt64Value(AttributeKey key, int64_t value); 49 bool SetStringValue(AttributeKey key, const std::string &value); 51 bool SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value); 52 bool SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value); 192 SetBoolValue(AttributeKey key, bool value) SetBoolValue() argument 209 SetUint64Value(AttributeKey key, uint64_t value) SetUint64Value() argument 226 SetUint32Value(AttributeKey key, uint32_t value) SetUint32Value() argument 243 SetUint16Value(AttributeKey key, uint16_t value) SetUint16Value() argument 260 SetUint8Value(AttributeKey key, uint8_t value) SetUint8Value() argument 277 SetInt32Value(AttributeKey key, int32_t value) SetInt32Value() argument 294 SetInt64Value(AttributeKey key, int64_t value) SetInt64Value() argument 311 SetStringValue(AttributeKey key, const std::string &value) SetStringValue() argument 328 SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value) SetUint64ArrayValue() argument 345 SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value) SetUint32ArrayValue() argument 362 SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value) SetInt32ArrayValue() argument 379 SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value) SetUint16ArrayValue() argument 396 SetUint8ArrayValue(AttributeKey key, const std::vector<uint8_t> &value) SetUint8ArrayValue() argument 413 SetAttributesValue(Attributes::AttributeKey key, const Attributes::Impl &value) SetAttributesValue() argument 1022 SetBoolValue(AttributeKey key, bool value) SetBoolValue() argument 1030 SetUint64Value(AttributeKey key, uint64_t value) SetUint64Value() argument 1038 SetUint32Value(AttributeKey key, uint32_t value) SetUint32Value() argument 1046 SetUint16Value(AttributeKey key, uint16_t value) SetUint16Value() argument 1054 SetUint8Value(AttributeKey key, uint8_t value) SetUint8Value() argument 1062 SetInt32Value(AttributeKey key, int32_t value) SetInt32Value() argument 1070 SetInt64Value(AttributeKey key, int64_t value) SetInt64Value() argument 1078 SetStringValue(AttributeKey key, const std::string &value) SetStringValue() argument 1086 SetUint64ArrayValue(AttributeKey key, const std::vector<uint64_t> &value) SetUint64ArrayValue() argument 1094 SetUint32ArrayValue(AttributeKey key, const std::vector<uint32_t> &value) SetUint32ArrayValue() argument 1102 SetUint16ArrayValue(AttributeKey key, const std::vector<uint16_t> &value) SetUint16ArrayValue() argument 1110 SetUint8ArrayValue(AttributeKey key, const std::vector<uint8_t> &value) SetUint8ArrayValue() argument 1118 SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value) SetInt32ArrayValue() argument 1126 SetAttributesValue(AttributeKey key, const Attributes &value) SetAttributesValue() argument [all...] |
/foundation/communication/dsoftbus/tests/common/include/ |
H A D | fuzz_data_generator.h | 48 inline bool GenerateFromList(T &value, const std::vector<T> &candidateValues) in GenerateFromList() argument 57 value = candidateValues[rawData % candidateValues.size()]; in GenerateFromList() 61 inline bool GenerateBool(bool &value) in GenerateBool() argument 63 return DataGenerator::GetInstance().ReadBool(value); in GenerateBool() 66 inline bool GenerateInt8(int8_t &value) in GenerateInt8() argument 68 return DataGenerator::GetInstance().ReadInt8(value); in GenerateInt8() 71 inline bool GenerateInt16(int16_t &value) in GenerateInt16() argument 73 return DataGenerator::GetInstance().ReadInt16(value); in GenerateInt16() 76 inline bool GenerateInt32(int32_t &value) in GenerateInt32() argument 78 return DataGenerator::GetInstance().ReadInt32(value); in GenerateInt32() 81 GenerateInt64(int64_t &value) GenerateInt64() argument 86 GenerateUint8(uint8_t &value) GenerateUint8() argument 91 GenerateUint16(uint16_t &value) GenerateUint16() argument 96 GenerateUint32(uint32_t &value) GenerateUint32() argument 101 GenerateUint64(uint64_t &value) GenerateUint64() argument 106 GenerateFloat(float &value) GenerateFloat() argument 111 GenerateDouble(double &value) GenerateDouble() argument 116 GenerateString(std::string &value) GenerateString() argument [all...] |
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_object.h | 58 Type value; 73 SingleValue(Type val) noexcept : value(std::move(val)) in move() 80 SingleValue(SingleValue &&val) noexcept :value(std::move(val.value)) in move() 87 SingleValue(const SingleValue &val) : value(val.value) {} in SingleValue() 93 value = std::move(object.value); 102 value = object.value; in operator =() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | trace.h | 11 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 12 TP_ARGS(dev, offset, value), 16 __field(u32, value) 21 __entry->value = value; 24 __entry->value) 28 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 29 TP_ARGS(dev, offset, value)); 31 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 32 TP_ARGS(dev, offset, value)); [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | trace.h | 11 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 12 TP_ARGS(dev, offset, value), 16 __field(u32, value) 21 __entry->value = value; 24 __entry->value) 28 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 29 TP_ARGS(dev, offset, value)); 31 TP_PROTO(struct device *dev, unsigned int offset, u32 value), 32 TP_ARGS(dev, offset, value)); [all...] |
/third_party/libinput/test/ |
H A D | litest-device-synaptics-rmi4.c | 30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 34 { .type = EV_ABS, .code = ABS_MT_TRACKING_ID, .value = LITEST_AUTO_ASSIGN }, 35 { .type = EV_ABS, .code = ABS_MT_ORIENTATION, .value = 0 }, 36 { .type = EV_ABS, .code = ABS_MT_TOUCH_MAJOR, .value = 2 }, 37 { .type = EV_ABS, .code = ABS_MT_TOUCH_MINOR, .value = 2 }, 38 { .type = EV_ABS, .code = ABS_MT_POSITION_X, .value = LITEST_AUTO_ASSIGN }, 39 { .type = EV_ABS, .code = ABS_MT_POSITION_Y, .value 61 get_axis_default(struct litest_device *d, unsigned int evcode, int32_t *value) get_axis_default() argument [all...] |
/third_party/python/Lib/email/ |
H A D | policy.py | 50 refold_source -- if the value for a header in the Message object 53 that value when transforming the message back into 65 'value', where 'name' is a header field name and 66 'value' is an unfolded header field value, and 121 The value is determined by stripping leading whitespace off the 127 name, value = sourcelines[0].split(':', 1) 128 value = value.lstrip(' \t') + ''.join(sourcelines[1:]) 129 return (name, value [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | narrowingDestructuring.js | 4 function func<T extends X>(value: T) { 5 if (value.kind === "a") { 6 value.a; 7 const { a } = value; 9 value.b; 10 const { b } = value; 17 function func2<T extends Z>(value: T) { 18 if (value.kind === "f") { 19 const { f: f1 } = value; 20 const { f: { a, ...spread } } = value; [all...] |
H A D | jsDeclarationsExportDefinePropertyEmit.js | 2 Object.defineProperty(module.exports, "a", { value: function a() {} }); 4 Object.defineProperty(module.exports, "b", { value: function b() {} }); 5 Object.defineProperty(module.exports.b, "cat", { value: "cat" }); 13 Object.defineProperty(module.exports, "d", { value: d }); 23 Object.defineProperty(module.exports, "e", { value: e }); 32 Object.defineProperty(module.exports, "f", { value: f }); 33 Object.defineProperty(module.exports.f, "self", { value: module.exports.f }); 42 Object.defineProperty(module.exports, "g", { value: g }); 52 Object.defineProperty(module.exports, "h", { value: hh }); 54 Object.defineProperty(module.exports, "i", { value [all...] |
H A D | unicodeEscapesInNames01(target=es5).js | 126 Object.defineProperty(exports, "__esModule", { value: true });
133 Object.defineProperty(exports, "__esModule", { value: true });
140 Object.defineProperty(exports, "__esModule", { value: true });
147 Object.defineProperty(exports, "__esModule", { value: true });
154 Object.defineProperty(exports, "__esModule", { value: true });
169 Object.defineProperty(exports, "__esModule", { value: true });
184 Object.defineProperty(exports, "__esModule", { value: true });
199 Object.defineProperty(exports, "__esModule", { value: true });
214 var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
218 return (kind === "a" ? f.call(receiver, value) [all...] |
H A D | genericSetterInClassType.js | 14 #value!: T; 16 get value() { 17 return this.#value; 20 set value(value) { 21 this.#value = value; 25 new Box<number>().value = 3; 40 #value;
41 get value() {
[all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/ |
H A D | js_napi_utils.h | 50 inline napi_value CreateJsNumber(napi_env env, int32_t value) in CreateJsNumber() argument 53 napi_create_int32(env, value, &result); in CreateJsNumber() 57 inline napi_value CreateJsNumber(napi_env env, uint32_t value) in CreateJsNumber() argument 60 napi_create_uint32(env, value, &result); in CreateJsNumber() 64 inline napi_value CreateJsNumber(napi_env env, int64_t value) in CreateJsNumber() argument 67 napi_create_int64(env, value, &result); in CreateJsNumber() 71 inline napi_value CreateJsNumber(napi_env env, double value) in CreateJsNumber() argument 74 napi_create_double(env, value, &result); in CreateJsNumber() 79 napi_value CreateJsValue(napi_env env, const T& value) in CreateJsValue() argument 84 napi_get_boolean(env, value, in CreateJsValue() 100 ConvertFromJsNumber(napi_env env, napi_value jsValue, int32_t& value) ConvertFromJsNumber() argument 106 ConvertFromJsNumber(napi_env env, napi_value jsValue, uint32_t& value) ConvertFromJsNumber() argument 112 ConvertFromJsNumber(napi_env env, napi_value jsValue, int64_t& value) ConvertFromJsNumber() argument 118 ConvertFromJsNumber(napi_env env, napi_value jsValue, double& value) ConvertFromJsNumber() argument 125 ConvertFromJsValue(napi_env env, napi_value jsValue, T& value) ConvertFromJsValue() argument [all...] |
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
H A D | cmsis_cp15.h | 33 \return Auxiliary Control register value 43 \param [in] actlr Auxiliary Control value to set 51 \return Coprocessor Access Control register value 61 \param [in] cpacr Coprocessor Access Control value to set 69 \return Data Fault Status Register value 79 \param [in] dfsr Data Fault Status value to set 87 \return Instruction Fault Status Register value 97 \param [in] ifsr Instruction Fault Status value to set 105 \return Interrupt Status Register value 115 \return Configuration Base Address register value 263 __set_CNTFRQ(uint32_t value) __set_CNTFRQ() argument 287 __set_CNTP_TVAL(uint32_t value) __set_CNTP_TVAL() argument 324 __set_CNTP_CVAL(uint64_t value) __set_CNTP_CVAL() argument 348 __set_CNTP_CTL(uint32_t value) __set_CNTP_CTL() argument 369 __set_TLBIALL(uint32_t value) __set_TLBIALL() argument 378 __set_BPIALL(uint32_t value) __set_BPIALL() argument 387 __set_ICIALLU(uint32_t value) __set_ICIALLU() argument 396 __set_ICIMVAC(uint32_t value) __set_ICIMVAC() argument 405 __set_DCCMVAC(uint32_t value) __set_DCCMVAC() argument 414 __set_DCIMVAC(uint32_t value) __set_DCIMVAC() argument 423 __set_DCCIMVAC(uint32_t value) __set_DCCIMVAC() argument 430 __set_CSSELR(uint32_t value) __set_CSSELR() argument 467 __set_DCISW(uint32_t value) __set_DCISW() argument 474 __set_DCCSW(uint32_t value) __set_DCCSW() argument 481 __set_DCCISW(uint32_t value) __set_DCCISW() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.h | 56 * The lookup value of a unit points to another table that is to be searched 85 * which are output value limits in the data structure. 159 * Array of byte/value pairs for lookups for toUnicode conversion. 162 * a default value for when the lookup in this section yields no match. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 175 * corresponding lookup value in bits 23..0. 176 * Interpret the value as follows: 177 * if(value==0) { 179 * } else if(value<0x1f0000) { 180 * partial match - use value a [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.h | 56 * The lookup value of a unit points to another table that is to be searched 85 * which are output value limits in the data structure. 159 * Array of byte/value pairs for lookups for toUnicode conversion. 162 * a default value for when the lookup in this section yields no match. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 175 * corresponding lookup value in bits 23..0. 176 * Interpret the value as follows: 177 * if(value==0) { 179 * } else if(value<0x1f0000) { 180 * partial match - use value a [all...] |
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions-inl.h | 29 // rounding towards zero, or any reasonable value if the argument is larger 105 // Masking to a 32-bit value ensures that the result of the 106 // static_cast<int64_t> below is not the minimal int64_t value, 142 bool DoubleToSmiInteger(double value, int* smi_int_value) { in DoubleToSmiInteger() argument 143 if (!IsSmiDouble(value)) return false; in DoubleToSmiInteger() 144 *smi_int_value = FastD2I(value); in DoubleToSmiInteger() 149 bool IsSmiDouble(double value) { in IsSmiDouble() argument 150 return value >= Smi::kMinValue && value <= Smi::kMaxValue && in IsSmiDouble() 151 !IsMinusZero(value) in IsSmiDouble() 154 IsInt32Double(double value) IsInt32Double() argument 159 IsUint32Double(double value) IsUint32Double() argument 164 DoubleToUint32IfEqualToSelf(double value, uint32_t* uint32_value) DoubleToUint32IfEqualToSelf() argument 206 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 210 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 233 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 237 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local 249 int value = Smi::ToInt(number); DoubleToUint32IfEqualToSelf() local 258 double value = HeapNumber::cast(number).value(); DoubleToUint32IfEqualToSelf() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.h | 56 * The lookup value of a unit points to another table that is to be searched 85 * which are output value limits in the data structure. 159 * Array of byte/value pairs for lookups for toUnicode conversion. 162 * a default value for when the lookup in this section yields no match. 174 * Each uint32_t contains an input byte value in bits 31..24 and the 175 * corresponding lookup value in bits 23..0. 176 * Interpret the value as follows: 177 * if(value==0) { 179 * } else if(value<0x1f0000) { 180 * partial match - use value a [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 163 Value *Variable::storeValue(Value *value) const in storeValue() 167 return Nucleus::createStore(value, address, getType(), false, 0); in storeValue() 170 rvalue = value; in storeValue() 172 return value; in storeValue() 197 // NOTE: Only 12 bits out of 16 of the |select| value are used. 198 // More specifically, the value should look like: 224 // NOTE: Only 8 bits out of 16 of the |select| value are used. 225 // More specifically, the value should look like: 311 return RValue<Bool>(Nucleus::createNot(val.value())); in operator !() 316 return RValue<Bool>(Nucleus::createAnd(lhs.value(), rh in operator &&() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumber.pb.h | 75 bool PhoneNumber_CountryCodeSource_IsValid(int value); 80 const std::string& PhoneNumber_CountryCodeSource_Name(PhoneNumber_CountryCodeSource value); 83 static_assert(::std::is_same<T, PhoneNumber_CountryCodeSource>::value || in PhoneNumber_CountryCodeSource_Name() 84 ::std::is_integral<T>::value, in PhoneNumber_CountryCodeSource_Name() 89 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PhoneNumber_CountryCodeSource* value); 205 static inline bool CountryCodeSource_IsValid(int value) { in CountryCodeSource_IsValid() argument 206 return PhoneNumber_CountryCodeSource_IsValid(value); in CountryCodeSource_IsValid() 216 static_assert(::std::is_same<T, CountryCodeSource>::value || in CountryCodeSource_Name() 217 ::std::is_integral<T>::value, in CountryCodeSource_Name() 222 CountryCodeSource* value) { in CountryCodeSource_Parse() 221 CountryCodeSource_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CountryCodeSource* value) CountryCodeSource_Parse() argument 398 bool value = (_has_bits_[0] & 0x00000010u) != 0; _internal_has_country_code() local 415 _internal_set_country_code(::PROTOBUF_NAMESPACE_ID::int32 value) _internal_set_country_code() argument 419 set_country_code(::PROTOBUF_NAMESPACE_ID::int32 value) set_country_code() argument 426 bool value = (_has_bits_[0] & 0x00000008u) != 0; _internal_has_national_number() local 443 _internal_set_national_number(::PROTOBUF_NAMESPACE_ID::uint64 value) _internal_set_national_number() argument 447 set_national_number(::PROTOBUF_NAMESPACE_ID::uint64 value) set_national_number() argument 454 bool value = (_has_bits_[0] & 0x00000001u) != 0; _internal_has_extension() local 468 set_extension(const std::string& value) set_extension() argument 479 _internal_set_extension(const std::string& value) _internal_set_extension() argument 481 extension_.SetLite(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_extension() local 483 set_extension(std::string&& value) set_extension() argument 489 set_extension(const char* value) set_extension() argument 496 set_extension(const char* value, size_t size) set_extension() argument 528 bool value = (_has_bits_[0] & 0x00000020u) != 0; _internal_has_italian_leading_zero() local 545 _internal_set_italian_leading_zero(bool value) _internal_set_italian_leading_zero() argument 549 set_italian_leading_zero(bool value) set_italian_leading_zero() argument 556 bool value = (_has_bits_[0] & 0x00000080u) != 0; _internal_has_number_of_leading_zeros() local 573 _internal_set_number_of_leading_zeros(::PROTOBUF_NAMESPACE_ID::int32 value) _internal_set_number_of_leading_zeros() argument 577 set_number_of_leading_zeros(::PROTOBUF_NAMESPACE_ID::int32 value) set_number_of_leading_zeros() argument 584 bool value = (_has_bits_[0] & 0x00000002u) != 0; _internal_has_raw_input() local 598 set_raw_input(const std::string& value) set_raw_input() argument 609 _internal_set_raw_input(const std::string& value) _internal_set_raw_input() argument 611 raw_input_.SetLite(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_raw_input() local 613 set_raw_input(std::string&& value) set_raw_input() argument 619 set_raw_input(const char* value) set_raw_input() argument 626 set_raw_input(const char* value, size_t size) set_raw_input() argument 658 bool value = (_has_bits_[0] & 0x00000040u) != 0; _internal_has_country_code_source() local 675 _internal_set_country_code_source(::i18n::phonenumbers::PhoneNumber_CountryCodeSource value) _internal_set_country_code_source() argument 680 set_country_code_source(::i18n::phonenumbers::PhoneNumber_CountryCodeSource value) set_country_code_source() argument 687 bool value = (_has_bits_[0] & 0x00000004u) != 0; _internal_has_preferred_domestic_carrier_code() local 701 set_preferred_domestic_carrier_code(const std::string& value) set_preferred_domestic_carrier_code() argument 712 _internal_set_preferred_domestic_carrier_code(const std::string& value) _internal_set_preferred_domestic_carrier_code() argument 714 preferred_domestic_carrier_code_.SetLite(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_preferred_domestic_carrier_code() local 716 set_preferred_domestic_carrier_code(std::string&& value) set_preferred_domestic_carrier_code() argument 722 set_preferred_domestic_carrier_code(const char* value) set_preferred_domestic_carrier_code() argument 729 set_preferred_domestic_carrier_code(const char* value, size_t size) set_preferred_domestic_carrier_code() argument [all...] |
/base/security/access_token/frameworks/js/napi/common/src/ |
H A D | napi_common.cpp | 51 bool CheckType(const napi_env& env, const napi_value& value, const napi_valuetype& type) in CheckType() argument 54 napi_typeof(env, value, &valuetype); in CheckType() 62 bool ParseBool(const napi_env& env, const napi_value& value, bool& result) in ParseBool() argument 64 if (!CheckType(env, value, napi_boolean)) { in ParseBool() 68 if (napi_get_value_bool(env, value, &result) != napi_ok) { in ParseBool() 69 ACCESSTOKEN_LOG_ERROR(LABEL, "Cannot get value bool"); in ParseBool() 75 bool ParseInt32(const napi_env& env, const napi_value& value, int32_t& result) in ParseInt32() argument 77 if (!CheckType(env, value, napi_number)) { in ParseInt32() 80 if (napi_get_value_int32(env, value, &result) != napi_ok) { in ParseInt32() 81 ACCESSTOKEN_LOG_ERROR(LABEL, "Cannot get value int3 in ParseInt32() 87 ParseInt64(const napi_env& env, const napi_value& value, int64_t& result) ParseInt64() argument 99 ParseUint32(const napi_env& env, const napi_value& value, uint32_t& result) ParseUint32() argument 111 ParseString(const napi_env& env, const napi_value& value, std::string& result) ParseString() argument 130 ParseStringArray(const napi_env& env, const napi_value& value, std::vector<std::string>& result) ParseStringArray() argument 159 ParseAccessTokenIDArray(const napi_env& env, const napi_value& value, std::vector<AccessTokenID>& result) ParseAccessTokenIDArray() argument 178 IsArray(const napi_env& env, const napi_value& value) IsArray() argument 188 IsUndefinedOrNull(const napi_env& env, const napi_value& value) IsUndefinedOrNull() argument 195 IsNeedParseProperty( const napi_env& env, const napi_value& value, const std::string& key, napi_value& property) IsNeedParseProperty() argument 210 ParseCallback(const napi_env& env, const napi_value& value, napi_ref& result) ParseCallback() argument [all...] |
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 54 bool StringHelper::StartWith(const std::string &value, char prefix)
in StartWith() argument 56 return value.find(prefix) == 0;
in StartWith() 59 bool StringHelper::StartWith(const std::string &value, const std::string &prefix)
in StartWith() argument 61 return value.find(prefix) == 0;
in StartWith() 64 bool StringHelper::EndWith(const std::string &value, char suffix)
in EndWith() argument 66 if (value.empty()) {
in EndWith() 69 return value.back() == suffix;
in EndWith() 72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix)
in EndWith() argument 74 size_t index = value.rfind(suffix);
in EndWith() 79 return index + suffix.size() == value in EndWith() 82 Replace(const std::string &value, char oldChar, char newChar) Replace() argument 98 Replace(const std::string &value, const std::string &oldstr, const std::string &newstr) Replace() argument 109 Replace( const std::string &value, size_t position, const std::string &substr, const std::string &newstr) Replace() argument 121 Replace(const std::string &value, size_t position, size_t len, const std::string &newStr) Replace() argument 132 SubStr(const std::string &value, size_t start, size_t end) SubStr() argument 140 StrToLower(const std::string &value) StrToLower() argument 151 StrToUpper(const std::string &value) StrToUpper() argument 162 FirstToUpper(const std::string &value) FirstToUpper() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.cpp | 53 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 56 divStyle.alignContent = value; in SetSpecializedStyle() 60 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 63 divStyle.alignItems = value; in SetSpecializedStyle() 67 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 70 divStyle.direction = value; in SetSpecializedStyle() 74 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 77 divStyle.isFlexWrap = (value == DOM_WRAP); in SetSpecializedStyle() 81 [](const std::string& value, DivDeclaration& declaration) { in SetSpecializedStyle() 84 divStyle.direction = value; in SetSpecializedStyle() [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | traits_test.cc | 31 static_assert(std::is_same<ParameterType<decltype(&F1), 0>, S>::value, ""); in TEST() 32 static_assert(std::is_same<ParameterType<decltype(&F3), 0>, int>::value, ""); in TEST() 33 static_assert(std::is_same<ParameterType<decltype(&F3), 1>, S>::value, ""); in TEST() 34 static_assert(std::is_same<ParameterType<decltype(&F3), 2>, float>::value, in TEST() 36 static_assert(std::is_same<ReturnType<decltype(&F1)>, void>::value, ""); in TEST() 37 static_assert(std::is_same<ReturnType<decltype(&F3)>, void>::value, ""); in TEST() 50 static_assert(std::is_same<ParameterType<decltype(&C::F1), 0>, S>::value, ""); in TEST() 51 static_assert(std::is_same<ParameterType<decltype(&C::F3), 0>, int>::value, in TEST() 53 static_assert(std::is_same<ParameterType<decltype(&C::F3), 1>, S>::value, ""); in TEST() 54 static_assert(std::is_same<ParameterType<decltype(&C::F3), 2>, float>::value, in TEST() [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBJsonWire.php | 39 $value, 50 $value, 82 foreach ($values as $key => $value) { 103 $value, 115 foreach ($values as $value) { 122 $value, 141 $value, 149 $str_value = strval($value); 154 if ($value < 0) { 155 $value variable 163 $value = bcadd($value, "18446744073709551616"); global() variable 229 $value = json_encode($value, JSON_UNESCAPED_UNICODE); global() variable [all...] |
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 51 AttrData::AttrData(bool value) : type_(AttrDataType::ATTR_DATA_BOOL) in AttrData() argument 53 value_.boolValue = value; in AttrData() 56 AttrData::AttrData(uint32_t value) : type_(AttrDataType::ATTR_DATA_UINT32) in AttrData() argument 58 value_.uint32Value = value; in AttrData() 61 AttrData::AttrData(const string &value) : type_(AttrDataType::ATTR_DATA_STRING) in AttrData() argument 63 value_.stringValue = new (std::nothrow) string(value); in AttrData() 70 AttrData::AttrData(string &&value) : type_(AttrDataType::ATTR_DATA_STRING) in AttrData() argument 72 value_.stringValue = new (std::nothrow) string(std::move(value)); in AttrData() 178 void AttrData::SetData(bool value) in SetData() argument 181 value_.boolValue = value; in SetData() 185 SetData(uint32_t value) SetData() argument 192 SetData(const string &value) SetData() argument 211 SetData(string &&value) SetData() argument 279 InsertSet(uint32_t value) InsertSet() argument 306 InsertSet(const string &value) InsertSet() argument 333 InsertSet(string &&value) InsertSet() argument [all...] |