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()
539 string** map_slot = &files_["META-INF/MANIFEST.MF"]; in AddJarManifest() local540 if (*map_slot == NULL) { in AddJarManifest()541 *map_slot = new string( in AddJarManifest()597 string** map_slot = &directory_->files_[filename_]; in ~MemoryOutputStream() local601 if (*map_slot != NULL) { in ~MemoryOutputStream()603 (*map_slot)->append(data_); in ~MemoryOutputStream()612 *map_slot = new string; in ~MemoryOutputStream()613 (*map_slot)->swap(data_); in ~MemoryOutputStream()623 if (*map_slot == NULL) { in ~MemoryOutputStream()630 string* target = *map_slot; in ~MemoryOutputStream()[all …]