Searched defs:srcValue (Results 1 – 8 of 8) 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
103 auto srcValue = jsonValue->GetValue("src"); in CheckUrlValid() local
38 void MarqueeModelImpl::SetValue(const std::optional<std::string>& srcValue) in SetValue()
50 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
62 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
1896 void JSWeb::ParseRawfileWebSrc(const JSRef<JSVal>& srcValue, std::string& webSrc) in ParseRawfileWebSrc()1920 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
576 bool JsonCommon::isValueEqual(const ValueObject &srcValue, const ValueObject &targetValue) in isValueEqual()
356 void ConvertStringToNumberArray(napi_env env, napi_value &result, std::string srcValue) in ConvertStringToNumberArray()