HomeSort by relevance Sort by last modified time
    Searched refs:map_slot (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 108 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/
command_line_interface.cc 432 string** map_slot = &files_["META-INF/MANIFEST.MF"]; local
433 if (*map_slot == NULL) {
434 *map_slot = new string(
482 string** map_slot = &directory_->files_[filename_]; local
486 if (*map_slot != NULL) {
488 (*map_slot)->append(data_);
496 *map_slot = new string;
497 (*map_slot)->swap(data_);
507 if (*map_slot == NULL) {
513 string* target = *map_slot;
681 GeneratorContextImpl** map_slot = &output_directories[output_location]; local
    [all...]

Completed in 466 milliseconds