Home
last modified time | relevance | path

Searched refs:hasJsonName (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php241 $json_name = $proto->hasJsonName() ? $proto->getJsonName() :
243 if ($proto->hasJsonName()) {
DFieldDescriptorProto.php439 public function hasJsonName() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1320 if (proto.hasJsonName()) { in FieldDescriptor()