| 1873 | } |
| 1874 | |
| 1875 | void popInstantGroup() |
| 1876 | { |
| 1877 | if( sInstantGroupStack.empty() ) |
| 1878 | gInstantGroup = String::EmptyString; |
| 1879 | else |
| 1880 | { |
| 1881 | gInstantGroup = sInstantGroupStack.last(); |
| 1882 | sInstantGroupStack.pop_back(); |
| 1883 | } |
| 1884 | } |
| 1885 | |
| 1886 | |
| 1887 | typedef HashMap<StringTableEntry, StringTableEntry> typePathExpandoMap; |