Searched refs:InsertResult (Results 1 – 4 of 4) sorted by relevance
55 struct InsertResult { struct in __anon574d0fa90111::DeltaTreeNode106 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()
86 typedef std::pair<ShareableFileMap::iterator, bool> InsertResult; in GetOrCreate() typedef89 InsertResult result = g_file_map.Get().Insert( in GetOrCreate()
653 bool InsertResult = RecordsBeingLaidOut.insert(Key); (void)InsertResult; in ConvertRecordDeclType() local654 assert(InsertResult && "Recursively compiling a struct?"); in ConvertRecordDeclType()
829 typedef std::pair<WhiteListMap::iterator, bool> InsertResult; in IsInNetworkNamespace() typedef830 InsertResult result = namespaces_map_.insert( in IsInNetworkNamespace()