Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Dcheck_equal_containers.hpp45 bool CheckEqualContainers(MyShmCont *shmcont, MyStdCont *stdcont) in CheckEqualContainers() argument
47 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() argument
69 if(shmcont->size() != stdcont->size()) in CheckEqualPairContainers()
76 typename MyStdCont::iterator itstd(stdcont->begin()); in CheckEqualPairContainers()
Dprint_container.hpp34 void PrintContainers(MyShmCont *shmcont, MyStdCont *stdcont) in PrintContainers() argument
37 typename MyStdCont::iterator itstd = stdcont->begin(), itstdend = stdcont->end(); in PrintContainers()
/third_party/boost/libs/container/test/
Dprint_container.hpp24 void PrintContainers(MyBoostCont *boostcont, MyStdCont *stdcont) in PrintContainers() argument
27 typename MyStdCont::iterator itstd = stdcont->begin(), itstdend = stdcont->end(); in PrintContainers()
Dcheck_equal_containers.hpp90 bool CheckEqualPairContainers(const MyBoostCont &boostcont, const MyStdCont &stdcont) in CheckEqualPairContainers() argument
92 if(boostcont.size() != stdcont.size()) in CheckEqualPairContainers()
99 typename MyStdCont::const_iterator itstd(stdcont.begin()); in CheckEqualPairContainers()