Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php77 public function setJsonName($json_name) function in Google\\Protobuf\\Internal\\FieldDescriptor
252 $field->setJsonName($json_name);
DFieldDescriptorProto.php430 public function setJsonName($var) function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/php/src/Google/Protobuf/
DField.php346 public function setJsonName($var) function in Google\\Protobuf\\Field
/external/protobuf/php/tests/
Dwell_known_test.php235 $m->setJsonName("a");
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1309 PHP_METHOD(Field, setJsonName);
Dmessage.c2022 PHP_ME(Field, setJsonName, NULL, ZEND_ACC_PUBLIC)