Searched refs:hasResult (Results 1 – 3 of 3) sorted by relevance
51 bool hasResult = false; in GetLastBoxRect() local57 if (isReachingBottom && !hasResult) { in GetLastBoxRect()59 hasResult = true; in GetLastBoxRect()62 if (hasResult && box.Bottom() == result.Bottom()) { in GetLastBoxRect()64 } else if (hasResult && box.Bottom() != result.Bottom()) { in GetLastBoxRect()
175 bool hasResult = FirmwareComponentOperator().QueryByVersionId(versionId, dbResult); in IsVersionSameWithDb() local176 …if (!hasResult || dbResult.size != serverResult.size || dbResult.verifyInfo != serverResult.verify… in IsVersionSameWithDb()
889 …Local<panda::JSValueRef> hasResult = JSNApi::NapiHasProperty(vm, reinterpret_cast<uintptr_t>(objec… in napi_has_property() local891 RETURN_STATUS_IF_FALSE(env, NapiStatusValidationCheck(hasResult), napi_object_expected); in napi_has_property()892 *result = hasResult->BooleaValue(vm); in napi_has_property()946 auto hasResult = JSNApi::NapiHasOwnProperty(vm, reinterpret_cast<uintptr_t>(object), in napi_has_own_property() local948 RETURN_STATUS_IF_FALSE(env, NapiStatusValidationCheck(hasResult), napi_object_expected); in napi_has_own_property()950 *result = hasResult->BooleaValue(vm); in napi_has_own_property()