Home
last modified time | relevance | path

Searched refs:InsertResult (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Rewrite/Core/
DDeltaTree.cpp55 struct InsertResult { struct in __anon574d0fa90111::DeltaTreeNode
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
108 void DoSplit(InsertResult &InsertRes);
132 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode()
180 InsertResult *InsertRes) { in DoInsertion()
293 void DeltaTreeNode::DoSplit(InsertResult &InsertRes) { in DoSplit()
455 DeltaTreeNode::InsertResult InsertRes; in AddDelta()
/external/chromium_org/webkit/common/blob/
Dshareable_file_reference.cc86 typedef std::pair<ShareableFileMap::iterator, bool> InsertResult; in GetOrCreate() typedef
89 InsertResult result = g_file_map.Get().Insert( in GetOrCreate()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp653 bool InsertResult = RecordsBeingLaidOut.insert(Key); (void)InsertResult; in ConvertRecordDeclType() local
654 assert(InsertResult && "Recursively compiling a struct?"); in ConvertRecordDeclType()
/external/chromium_org/webkit/browser/appcache/
Dappcache_storage_impl.cc829 typedef std::pair<WhiteListMap::iterator, bool> InsertResult; in IsInNetworkNamespace() typedef
830 InsertResult result = namespaces_map_.insert( in IsInNetworkNamespace()