| 67 | m_Label[lang] = label; |
| 68 | } |
| 69 | uint64 LabelLocalizationEntry::GetIdx |
| 70 | ( |
| 71 | ) |
| 72 | { |
| 73 | uint64 key = ((uint64)m_index << 32) | ((uint64)m_pos); |
| 74 | return key; |
| 75 | |
| 76 | } |
| 77 | string LabelLocalizationEntry::GetLabel |
| 78 | ( |
| 79 | string lang |
nothing calls this directly
no outgoing calls
no test coverage detected