Lines Matching refs:ret
1204 ret = Google::Protobuf::Value.new
1207 ret.string_value = value
1209 ret.struct_value = value
1211 ret.struct_value = struct_from_ruby(value)
1213 ret.list_value = value
1215 ret.list_value = list_from_ruby(value)
1220 ret
1224 ret = Google::Protobuf::ListValue.new
1226 ret.values << value_from_ruby(v)
1228 ret
1232 ret = Google::Protobuf::Struct.new
1234 ret.fields[k] ||= value_from_ruby(v)
1236 ret