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

  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 401 string shadowing_disk_file; local
405 "/foo", &virtual_file, &shadowing_disk_file));
409 dirnames_[1] + "/foo", &virtual_file, &shadowing_disk_file));
411 EXPECT_EQ(dirnames_[0] + "/foo", shadowing_disk_file);
415 dirnames_[1] + "/baz", &virtual_file, &shadowing_disk_file));
420 dirnames_[0] + "/foo", &virtual_file, &shadowing_disk_file));
435 string shadowing_disk_file; local
440 "../../baz", &virtual_file, &shadowing_disk_file));
445 "/foo", &virtual_file, &shadowing_disk_file));
451 "C:\\foo", &virtual_file, &shadowing_disk_file));
    [all...]
importer.cc 385 string* shadowing_disk_file) {
407 mappings_[i].disk_path, shadowing_disk_file)) {
408 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) {
414 shadowing_disk_file->clear();
importer.h 274 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
287 string* shadowing_disk_file);
command_line_interface.cc 912 string virtual_file, shadowing_disk_file; local
914 input_files_[i], &virtual_file, &shadowing_disk_file)) {
921 << shadowing_disk_file
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
268 string* shadowing_disk_file);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
268 string* shadowing_disk_file);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
268 string* shadowing_disk_file);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
268 string* shadowing_disk_file);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h 274 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
287 string* shadowing_disk_file);

Completed in 321 milliseconds