HomeSort by relevance Sort by last modified time
    Searched refs:FileIndex (Results 1 - 10 of 10) 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/
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/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/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 636 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex,
640 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size() ||
643 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1];
  /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 254 milliseconds