 |
- Timestamp:
- 10/04/08 23:49:05
(2 months ago)
- Author:
- kris
- Message:
renamed a private method
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3778 |
r3969 |
|
| 186 | 186 | public final T[] convertOne (T[] result, TypeInfo ti, Arg arg) |
|---|
| 187 | 187 | { |
|---|
| 188 | | return munge (result, null, ti, arg); |
|---|
| | 188 | return dispatch (result, null, ti, arg); |
|---|
| 189 | 189 | } |
|---|
| 190 | 190 | |
|---|
| … | … | |
| 508 | 508 | else |
|---|
| 509 | 509 | // the standard processing |
|---|
| 510 | | process (munge(result, format, _ti, _arg)); |
|---|
| | 510 | process (dispatch (result, format, _ti, _arg)); |
|---|
| 511 | 511 | } |
|---|
| 512 | 512 | |
|---|
| … | … | |
| 551 | 551 | ***********************************************************************/ |
|---|
| 552 | 552 | |
|---|
| 553 | | private T[] munge (T[] result, T[] format, TypeInfo type, Arg p) |
|---|
| | 553 | private T[] dispatch (T[] result, T[] format, TypeInfo type, Arg p) |
|---|
| 554 | 554 | { |
|---|
| 555 | 555 | switch (type.classinfo.name[9]) |
|---|
| … | … | |
| 641 | 641 | |
|---|
| 642 | 642 | case TypeCode.ENUM: |
|---|
| 643 | | return munge (result, format, (cast(TypeInfo_Enum) type).base, p); |
|---|
| | 643 | return dispatch (result, format, (cast(TypeInfo_Enum) type).base, p); |
|---|
| 644 | 644 | |
|---|
| 645 | 645 | case TypeCode.TYPEDEF: |
|---|
| 646 | | return munge (result, format, (cast(TypeInfo_Typedef) type).base, p); |
|---|
| | 646 | return dispatch (result, format, (cast(TypeInfo_Typedef) type).base, p); |
|---|
| 647 | 647 | |
|---|
| 648 | 648 | default: |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic