Home
last modified time | relevance | path

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

/external/protobuf/php/tests/
Dwell_known_test.php136 $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/
DEnum.php156 public function getSourceContext() function in Google\\Protobuf\\Enum
DType.php190 public function getSourceContext() function in Google\\Protobuf\\Type
DApi.php276 public function getSourceContext() function in Google\\Protobuf\\Api
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1248 PHP_METHOD(Api, getSourceContext);
1274 PHP_METHOD(Enum, getSourceContext);
1392 PHP_METHOD(Type, getSourceContext);
Dmessage.c1757 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)