Searched refs:stdcont (Results 1 – 4 of 4) sorted by relevance
45 bool CheckEqualContainers(MyShmCont *shmcont, MyStdCont *stdcont) in CheckEqualContainers() argument47 if(shmcont->size() != stdcont->size()) in CheckEqualContainers()51 typename MyStdCont::iterator itstd(stdcont->begin()); in CheckEqualContainers()67 bool CheckEqualPairContainers(MyShmCont *shmcont, MyStdCont *stdcont) in CheckEqualPairContainers() argument69 if(shmcont->size() != stdcont->size()) in CheckEqualPairContainers()76 typename MyStdCont::iterator itstd(stdcont->begin()); in CheckEqualPairContainers()
34 void PrintContainers(MyShmCont *shmcont, MyStdCont *stdcont) in PrintContainers() argument37 typename MyStdCont::iterator itstd = stdcont->begin(), itstdend = stdcont->end(); in PrintContainers()
24 void PrintContainers(MyBoostCont *boostcont, MyStdCont *stdcont) in PrintContainers() argument27 typename MyStdCont::iterator itstd = stdcont->begin(), itstdend = stdcont->end(); in PrintContainers()
90 bool CheckEqualPairContainers(const MyBoostCont &boostcont, const MyStdCont &stdcont) in CheckEqualPairContainers() argument92 if(boostcont.size() != stdcont.size()) in CheckEqualPairContainers()99 typename MyStdCont::const_iterator itstd(stdcont.begin()); in CheckEqualPairContainers()