Searched defs:srcValue (Results 1 – 7 of 7) sorted by relevance
55 int64_t *srcValue = new (std::nothrow) int64_t(1); in SaveSrcTensor() local180 int32_t srcValue = 1; variable298 int64_t srcValue = 1; variable
49 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
38 void MarqueeModelImpl::SetValue(const std::optional<std::string>& srcValue) in SetValue()
61 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
1900 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
573 bool JsonCommon::isValueEqual(const ValueObject &srcValue, const ValueObject &targetValue) in isValueEqual()
354 void ConvertStringToNumberArray(napi_env env, napi_value &result, std::string srcValue) in ConvertStringToNumberArray()