Home | History | Annotate | Download | only in java

Lines Matching full:"$ value"

165       "$deprecation$int get$capitalized_name$Value();\n");
187 "$deprecation$public int get$capitalized_name$Value() {\n"
213 "$deprecation$public int get$capitalized_name$Value() {\n"
218 "$deprecation$public Builder set$capitalized_name$Value(int value) {\n"
232 "$deprecation$public Builder set$capitalized_name$($type$ value) {\n"
278 " set$capitalized_name$Value(other.get$capitalized_name$Value());\n"
307 "$type$ value = $type$.forNumber(rawValue);\n"
390 "$deprecation$public int get$capitalized_name$Value() {\n"
420 "$deprecation$public int get$capitalized_name$Value() {\n"
428 "$deprecation$public Builder set$capitalized_name$Value(int value) {\n"
446 "$deprecation$public Builder set$capitalized_name$($type$ value) {\n"
479 "set$capitalized_name$Value(other.get$capitalized_name$Value());\n");
496 "$type$ value = $type$.forNumber(rawValue);\n"
531 "result = result && get$capitalized_name$Value()\n"
532 " == other.get$capitalized_name$Value();\n");
545 "hash = (53 * hash) + get$capitalized_name$Value();\n");
596 "$deprecation$int get$capitalized_name$Value(int index);\n");
639 "$deprecation$public int get$capitalized_name$Value(int index) {\n"
696 " int index, $type$ value) {\n"
707 "$deprecation$public Builder add$capitalized_name$($type$ value) {\n"
721 " for ($type$ value : values) {\n"
745 "$deprecation$public int get$capitalized_name$Value(int index) {\n"
750 "$deprecation$public Builder set$capitalized_name$Value(\n"
759 "$deprecation$public Builder add$capitalized_name$Value(int value) {\n"
767 "$deprecation$public Builder addAll$capitalized_name$Value(\n"
842 "$type$ value = $type$.forNumber(rawValue);\n"