Searched refs:map_slot (Results 1 – 2 of 2) sorted by relevance
110 string** map_slot = &files_[filename]; in Open() local111 delete *map_slot; in Open()112 *map_slot = new string; in Open()114 return new io::StringOutputStream(*map_slot); in Open()
537 string** map_slot = &files_["META-INF/MANIFEST.MF"]; in AddJarManifest() local538 if (*map_slot == NULL) { in AddJarManifest()539 *map_slot = new string( in AddJarManifest()595 string** map_slot = &directory_->files_[filename_]; in ~MemoryOutputStream() local599 if (*map_slot != NULL) { in ~MemoryOutputStream()601 (*map_slot)->append(data_); in ~MemoryOutputStream()610 *map_slot = new string; in ~MemoryOutputStream()611 (*map_slot)->swap(data_); in ~MemoryOutputStream()621 if (*map_slot == NULL) { in ~MemoryOutputStream()628 string* target = *map_slot; in ~MemoryOutputStream()[all …]