Searched refs:setJsonName (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | FieldDescriptor.php | 77 public function setJsonName($json_name) function in Google\\Protobuf\\Internal\\FieldDescriptor |
D | FieldDescriptorProto.php | 430 public function setJsonName($var) function in Google\\Protobuf\\Internal\\FieldDescriptorProto |
/external/protobuf/php/src/Google/Protobuf/ | ||
D | Field.php | 346 public function setJsonName($var) function in Google\\Protobuf\\Field |
/external/protobuf/php/tests/ | ||
D | well_known_test.php | 235 $m->setJsonName("a"); |
/external/protobuf/php/ext/google/protobuf/ | ||
D | protobuf.h | 1309 PHP_METHOD(Field, setJsonName); |
D | message.c | 2022 PHP_ME(Field, setJsonName, NULL, ZEND_ACC_PUBLIC) |