Home
last modified time | relevance | path

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

/external/protobuf/php/tests/
Dencode_decode_test.php192 $this->expectFields($from);
203 $this->expectFields($to);
211 $this->expectFields($from);
217 $this->expectFields($to);
408 $this->expectFields($m1);
854 $this->expectFields($to);
Dwell_known_test.php75 $this->expectFields($msg);
Dgenerated_class_test.php568 $this->expectFields($m);
581 $this->expectFields($m);
696 $this->expectFields($n);
Dtest_base.php20 public function expectFields(TestMessage $m) function in TestBase