Searched refs:backResult (Results 1 – 7 of 7) sorted by relevance
66 …data_.backResult.approvedPassengerCapacity = backResultNode["ApprovedPassengerCapacity"].asString(… in parse()68 data_.backResult.approvedLoad = backResultNode["ApprovedLoad"].asString(); in parse()70 data_.backResult.fileNumber = backResultNode["FileNumber"].asString(); in parse()72 data_.backResult.grossMass = backResultNode["GrossMass"].asString(); in parse()74 data_.backResult.energyType = backResultNode["EnergyType"].asString(); in parse()76 data_.backResult.inspectionRecord = backResultNode["InspectionRecord"].asString(); in parse()78 data_.backResult.overallDimension = backResultNode["OverallDimension"].asString(); in parse()80 data_.backResult.tractionMass = backResultNode["TractionMass"].asString(); in parse()82 data_.backResult.unladenMass = backResultNode["UnladenMass"].asString(); in parse()84 data_.backResult.plateNumber = backResultNode["PlateNumber"].asString(); in parse()
91 data_.backResult.startDate = backResultNode["StartDate"].asString(); in parse()93 data_.backResult.endDate = backResultNode["EndDate"].asString(); in parse()95 data_.backResult.issue = backResultNode["Issue"].asString(); in parse()
62 data_.backResult.archiveNumber = backResultNode["ArchiveNumber"].asString(); in parse()
107 cout << "startDate: " << outcome.result().getData().backResult.startDate << endl; in recognizeIdentityCardBackSide()108 cout << "issue: " << outcome.result().getData().backResult.issue << endl; in recognizeIdentityCardBackSide()109 cout << "endDate: " << outcome.result().getData().backResult.endDate << endl; in recognizeIdentityCardBackSide()110 startDate = outcome.result().getData().backResult.startDate; in recognizeIdentityCardBackSide()111 issue = outcome.result().getData().backResult.issue; in recognizeIdentityCardBackSide()112 endDate = outcome.result().getData().backResult.endDate; in recognizeIdentityCardBackSide()
53 BackResult backResult; member
82 BackResult backResult; member
64 BackResult backResult; member
Completed in 7 milliseconds