Lines Matching refs:JSONTimelineDecoder
21 void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder) in RunSimpleModelThroughDecoder()
688 JSONTimelineDecoder timelineDecoder; in BOOST_AUTO_TEST_CASE()
691 JSONTimelineDecoder::Model model = timelineDecoder.GetModel(); in BOOST_AUTO_TEST_CASE()
693 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6); in BOOST_AUTO_TEST_CASE()
697 JSONTimelineDecoder::JSONEntity entity0 = model.jsonEntities.at(rootEntity.childEntities[0]); in BOOST_AUTO_TEST_CASE()
702 …JSONTimelineDecoder::JSONEntity input_workload_entity = model.jsonEntities.at(entity0.childEntitie… in BOOST_AUTO_TEST_CASE()
707 JSONTimelineDecoder::JSONEntity input_workload_execution_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()
712 JSONTimelineDecoder::JSONEntity input_workload_execution_event0 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
719 JSONTimelineDecoder::JSONEntity input_workload_execution_event1 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
727 JSONTimelineDecoder::JSONEntity entity1 = model.jsonEntities.at(rootEntity.childEntities[1]); in BOOST_AUTO_TEST_CASE()
731 JSONTimelineDecoder::JSONEntity normalization_workload_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()
736 JSONTimelineDecoder::JSONEntity normalization_workload_execution_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()
740 JSONTimelineDecoder::JSONEntity normalization_workload_execution_event0 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
746 JSONTimelineDecoder::JSONEntity normalization_workload_execution_event1 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
753 JSONTimelineDecoder::JSONEntity entity2 = model.jsonEntities.at(rootEntity.childEntities[2]); in BOOST_AUTO_TEST_CASE()
757 …JSONTimelineDecoder::JSONEntity output_workload_entity = model.jsonEntities.at(entity2.childEntiti… in BOOST_AUTO_TEST_CASE()
761 JSONTimelineDecoder::JSONEntity output_workload_execution_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()
765 JSONTimelineDecoder::JSONEntity output_workload_execution_event0 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
771 JSONTimelineDecoder::JSONEntity output_workload_execution_event1 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
777 JSONTimelineDecoder::JSONEntity entity48 = model.jsonEntities.at(rootEntity.childEntities[3]); in BOOST_AUTO_TEST_CASE()
784 JSONTimelineDecoder timelineDecoder; in BOOST_AUTO_TEST_CASE()
787 JSONTimelineDecoder::Model model = timelineDecoder.GetModel(); in BOOST_AUTO_TEST_CASE()
788 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6); in BOOST_AUTO_TEST_CASE()