Lines Matching refs:field
40 $field,
45 $field_name = GPBJsonWire::formatFieldName($field);
51 $field,
58 $field,
62 if ($field->isMap()) {
65 $map_entry = $field->getMessageType();
112 } elseif ($field->isRepeated()) {
123 $field,
134 $field,
142 $field,
145 switch ($field->getType()) {
199 $enum_desc = $field->getEnumType();
246 private static function formatFieldName($field)
248 return $field->getJsonName();