Searched refs:getSourceContext (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/tests/ |
D | well_known_test.php | 136 $this->assertFalse(is_null($m->getSourceContext())); 187 $this->assertFalse(is_null($m->getSourceContext())); 342 $this->assertFalse(is_null($m->getSourceContext()));
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Enum.php | 156 public function getSourceContext() function in Google\\Protobuf\\Enum
|
D | Type.php | 190 public function getSourceContext() function in Google\\Protobuf\\Type
|
D | Api.php | 276 public function getSourceContext() function in Google\\Protobuf\\Api
|
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 1248 PHP_METHOD(Api, getSourceContext); 1274 PHP_METHOD(Enum, getSourceContext); 1392 PHP_METHOD(Type, getSourceContext);
|
D | message.c | 1757 PHP_ME(Api, getSourceContext, NULL, ZEND_ACC_PUBLIC) 1897 PHP_ME(Enum, getSourceContext, NULL, ZEND_ACC_PUBLIC) 2429 PHP_ME(Type, getSourceContext, NULL, ZEND_ACC_PUBLIC)
|