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

  /external/clang/include/clang/Rewrite/Core/
DeltaTree.h 41 int getDeltaAt(unsigned FileIndex) const;
45 /// into the current DeltaTree at offset FileIndex.
46 void AddDelta(unsigned FileIndex, int Delta);
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 24 /// DeltaTree implements a key/value mapping from FileIndex to Delta, allowing
25 /// fast lookup by FileIndex. However, an added (important) bonus is that it
102 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
175 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into
179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta,
184 // Find the insertion point, the first delta whose index is >= FileIndex.
186 while (i != e && FileIndex > getValue(i).FileLoc)
191 if (i != e && getValue(i).FileLoc == FileIndex) {
201 // specified index is > FileIndex. Handle the leaf case first
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.h 52 typedef base::hash_map<std::string, base::FilePath> FileIndex;
54 typedef base::hash_map<std::string, FileIndex> DirIndex;
iphoto_data_provider.cc 133 for (FileIndex::const_iterator file_it = dir_it->second.begin();
147 FileIndex::const_iterator file_it = dir_it->second.find(filename);
165 for (FileIndex::const_iterator file_it = originals_it->second.begin();
179 FileIndex::const_iterator file_it = originals_it->second.find(filename);
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 22 CNum FileIndex;
30 CNum fileIndex, CNum folderIndex):
34 FileIndex(fileIndex),
38 if (fileIndex != kNumNoIndex)
77 // UInt32 fileIndex = allFilesMode ? indexIndex : indices[indexIndex];
90 UInt32 fileIndex = ref.ItemIndex;
93 UInt32 fileIndex = ref2Index;
96 CNum folderIndex = db.FileIndexToFolderIndexMap[fileIndex];
103 fileIndex, kNumNoIndex));
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 646 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex,
649 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size() ||
652 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1];
DWARFDebugLine.h 182 bool getFileNameByIndex(uint64_t FileIndex,
DWARFContext.cpp 430 uint64_t FileIndex, FileLineInfoKind Kind,
433 !LineTable->getFileNameByIndex(FileIndex, Kind, FileName))
  /external/lzma/CPP/Windows/
FileIO.h 23 UInt64 FileIndex;
FileIO.cpp 241 fileInfo.FileIndex = (((UInt64)winFileInfo.nFileIndexHigh) << 32) + winFileInfo.nFileIndexLow;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 261 ULONG FileIndex;
275 ULONG FileIndex;
290 ULONG FileIndex;
306 ULONG FileIndex;
323 ULONG FileIndex;
399 ULONG FileIndex;
    [all...]
winioctl.h     [all...]
winbase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 741 milliseconds