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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsgetdc.h 124 ULONG ParentIndex;
135 ULONG ParentIndex;
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 414 /// Adds all regions from \c ParentIndex to the top of the stack to the
416 void popRegions(size_t ParentIndex) {
417 assert(RegionStack.size() >= ParentIndex && "parent not in stack");
418 while (RegionStack.size() > ParentIndex) {
424 : RegionStack[ParentIndex].getEndLoc();
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 241 UInt32 ParentIndex; // use it, if IsAltStream
ArchiveExtractCallback.cpp 1047 if (_item.IsAltStream && _item.ParentIndex != (UInt32)(Int32)-1)
1049 int renIndex = _renamedFiles.FindInSorted(CIndexToPathPair(_item.ParentIndex));
    [all...]
OpenArchive.cpp 792 item.ParentIndex = (UInt32)(Int32)-1;
821 UInt32 parentIndex;
822 RINOK(GetRawProps->GetParent(index, &parentIndex, &parentType));
841 item.ParentIndex = parentIndex;
842 mainIndex = parentIndex;
844 if (parentIndex == (UInt32)(Int32)-1)
851 RINOK(GetItemPath2(parentIndex, item.MainPath));
852 RINOK(Archive_IsItem_Dir(Archive, parentIndex, item.MainIsDir));
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 2496 milliseconds