Searched defs:srcValue (Results 1 – 8 of 8) sorted by relevance
57 int64_t *srcValue = new (std::nothrow) int64_t(1); in SaveSrcTensor() local195 int32_t srcValue = 1; variable396 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()
51 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
63 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
2276 void JSWeb::ParseRawfileWebSrc(const JSRef<JSVal>& srcValue, std::string& webSrc) in ParseRawfileWebSrc()2300 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
585 bool JsonCommon::isValueEqual(const ValueObject &srcValue, const ValueObject &targetValue) in isValueEqual()
388 void ConvertStringToNumberArray(napi_env env, napi_value &result, std::string srcValue) in ConvertStringToNumberArray()