Home
last modified time | relevance | path

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

/external/protobuf/php/tests/
Dwell_known_test.php135 $m->setSourceContext(new SourceContext());
186 $m->setSourceContext(new SourceContext());
341 $m->setSourceContext(new SourceContext());
/external/protobuf/php/src/Google/Protobuf/
DEnum.php168 public function setSourceContext($var) function in Google\\Protobuf\\Enum
DType.php202 public function setSourceContext($var) function in Google\\Protobuf\\Type
DApi.php289 public function setSourceContext($var) function in Google\\Protobuf\\Api
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1249 PHP_METHOD(Api, setSourceContext);
1275 PHP_METHOD(Enum, setSourceContext);
1393 PHP_METHOD(Type, setSourceContext);
Dmessage.c1758 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)