Home
last modified time | relevance | path

Searched refs:ro_relation_map (Results 1 – 1 of 1) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_result_file.php40 private $ro_relation_map = null; variable in pts_result_file
48 $this->ro_relation_map = array();
119 if(!isset($this->ro_relation_map[$parent]))
121 $this->ro_relation_map[$parent] = array();
123 $this->ro_relation_map[$parent][] = $this_ch;
141 return isset($this->ro_relation_map[$parent]) ? $this->ro_relation_map[$parent] : array();
145 return $this->ro_relation_map;
841 if(!isset($this->ro_relation_map[$parent]))
843 $this->ro_relation_map[$parent] = array();
845 $this->ro_relation_map[$parent][] = $ch;