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

  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 55 struct InsertResult {
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
108 void DoSplit(InsertResult &InsertRes);
132 DeltaTreeInteriorNode(const InsertResult &IR)
180 InsertResult *InsertRes) {
293 void DeltaTreeNode::DoSplit(InsertResult &InsertRes) {
455 DeltaTreeNode::InsertResult InsertRes;
  /external/chromium_org/storage/common/blob/
shareable_file_reference.cc 86 typedef std::pair<ShareableFileMap::iterator, bool> InsertResult;
91 InsertResult result = g_file_map.Get().Insert(
  /external/chromium_org/net/spdy/
hpack_decoder.cc 67 typedef std::pair<std::map<string, string>::iterator, bool> InsertResult;
86 InsertResult result = decoded_block_.insert(
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 651 bool InsertResult = RecordsBeingLaidOut.insert(Key); (void)InsertResult;
652 assert(InsertResult && "Recursively compiling a struct?");
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 554 auto InsertResult = Sections.insert(
556 if (InsertResult.second) {
562 InsertResult.first->second.first = SectionStartSymbol;
AsmParser.cpp 635 auto InsertResult = getContext().addGenDwarfSection(
637 assert(InsertResult.second && ".text section should not have debug info yet");
638 InsertResult.first->second.first = SectionStartSym;
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc 847 typedef std::pair<WhiteListMap::iterator, bool> InsertResult;
848 InsertResult result = namespaces_map_.insert(
    [all...]

Completed in 98 milliseconds