Searched refs:map_slot (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc108 string** map_slot = &files_[filename]; local
109 if (*map_slot != NULL) delete *map_slot;
110 *map_slot = new string;
112 return new io::StringOutputStream(*map_slot);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc108 string** map_slot = &files_[filename]; local
109 if (*map_slot != NULL) delete *map_slot;
110 *map_slot = new string;
112 return new io::StringOutputStream(*map_slot);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc426 string** map_slot = &files_["META-INF/MANIFEST.MF"]; local
427 if (*map_slot == NULL) {
428 *map_slot = new string(
469 string** map_slot = &directory_->files_[filename_]; local
473 if (*map_slot != NULL) {
479 *map_slot = new string;
480 (*map_slot)->swap(data_);
490 if (*map_slot == NULL) {
496 string* target = *map_slot;
661 GeneratorContextImpl** map_slot local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc407 string** map_slot = &files_["META-INF/MANIFEST.MF"]; local
408 if (*map_slot == NULL) {
409 *map_slot = new string(
450 string** map_slot = &directory_->files_[filename_]; local
454 if (*map_slot != NULL) {
460 *map_slot = new string;
461 (*map_slot)->swap(data_);
471 if (*map_slot == NULL) {
477 string* target = *map_slot;
620 MemoryOutputDirectory** map_slot local
[all...]

Completed in 154 milliseconds