Home
last modified time | relevance | path

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

/third_party/protobuf/php/tests/
DEncodeDecodeTest.php234 $this->expectFields($from);
245 $this->expectFields($to);
253 $this->expectFields($from);
259 $this->expectFields($to);
486 $this->expectFields($m1);
937 $this->expectFields($to);
DWellKnownTest.php76 $this->expectFields($msg);
DGeneratedClassTest.php590 $this->expectFields($m);
603 $this->expectFields($m);
718 $this->expectFields($n);
Dtest_base.php20 public function expectFields(TestMessage $m) function in TestBase