Searched refs:setSourceContext (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/tests/ |
D | well_known_test.php | 135 $m->setSourceContext(new SourceContext()); 186 $m->setSourceContext(new SourceContext()); 341 $m->setSourceContext(new SourceContext());
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Enum.php | 168 public function setSourceContext($var) function in Google\\Protobuf\\Enum
|
D | Type.php | 202 public function setSourceContext($var) function in Google\\Protobuf\\Type
|
D | Api.php | 289 public function setSourceContext($var) function in Google\\Protobuf\\Api
|
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 1249 PHP_METHOD(Api, setSourceContext); 1275 PHP_METHOD(Enum, setSourceContext); 1393 PHP_METHOD(Type, setSourceContext);
|
D | message.c | 1758 PHP_ME(Api, setSourceContext, NULL, ZEND_ACC_PUBLIC) 1898 PHP_ME(Enum, setSourceContext, NULL, ZEND_ACC_PUBLIC) 2430 PHP_ME(Type, setSourceContext, NULL, ZEND_ACC_PUBLIC)
|