Searched refs:InsertResult (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp55 struct InsertResult { struct in class:__anon17962::DeltaTreeNode
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/
H A Dshareable_file_reference.cc86 typedef std::pair<ShareableFileMap::iterator, bool> InsertResult; typedef
91 InsertResult result = g_file_map.Get().Insert(
/external/chromium_org/net/spdy/
H A Dhpack_decoder.cc67 typedef std::pair<std::map<string, string>::iterator, bool> InsertResult; typedef
86 InsertResult result = decoded_block_.insert(
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp651 bool InsertResult = RecordsBeingLaidOut.insert(Key); (void)InsertResult; local
652 assert(InsertResult && "Recursively compiling a struct?");
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp554 auto InsertResult = Sections.insert( local
556 if (InsertResult.second) {
562 InsertResult.first->second.first = SectionStartSymbol;
H A DAsmParser.cpp635 auto InsertResult = getContext().addGenDwarfSection( local
637 assert(InsertResult.second && ".text section should not have debug info yet");
638 InsertResult.first->second.first = SectionStartSym;
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl.cc847 typedef std::pair<WhiteListMap::iterator, bool> InsertResult; typedef
848 InsertResult result = namespaces_map_.insert(

Completed in 253 milliseconds