Lines Matching refs:Log64Weight
274 struct WeightConvert<SignedLogWeight, Log64Weight> {
275 Log64Weight operator()(SignedLogWeight w) const {
276 if (!SignedLogConvertCheck<SignedLogWeight, Log64Weight>(w))
277 return Log64Weight::NoWeight();
283 struct WeightConvert<SignedLog64Weight, Log64Weight> {
284 Log64Weight operator()(SignedLog64Weight w) const {
285 if (!SignedLogConvertCheck<SignedLog64Weight, Log64Weight>(w))
286 return Log64Weight::NoWeight();
311 struct WeightConvert<Log64Weight, SignedLogWeight> {
312 SignedLogWeight operator()(Log64Weight w) const {
333 Log64Weight x2 = w.Value();
342 Log64Weight x2 = w.Value();
348 struct WeightConvert<Log64Weight, SignedLog64Weight> {
349 SignedLog64Weight operator()(Log64Weight w) const {
351 Log64Weight x2 = w.Value();
360 Log64Weight x2 = w.Value2().Value();