Lines Matching refs:name
17 // * Neither the name of Google Inc. nor the names of its
54 private function getFieldDescriptor($name, $label, $type,
58 $field->setName($name);
59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
67 // So we use the type name as place holder and will replace it with the
83 public function optional($name, $type, $number, $type_name = null)
86 $name,
94 public function repeated($name, $type, $number, $type_name = null)
97 $name,
105 public function required($name, $type, $number, $type_name = null)
108 $name,