Home
last modified time | relevance | path

Searched defs:ConstIterator (Results 226 – 250 of 1100) sorted by relevance

12345678910>>...44

/dports/www/davix/davix-0.7.6/src/libs/rapidjson/
H A Ddocument.h116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/third_party/rapidjson/include/rapidjson/
H A Ddocument.h127 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/rapidjson/
H A Ddocument.h116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/include/rapidjson/
H A Ddocument.h116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/include/rapidjson/
H A Ddocument.h116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/rapidjson/include/rapidjson/
H A Ddocument.h116 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/rapidjson/
H A Ddocument.h127 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/science/conduit/conduit-0.8.0/src/thirdparty_builtin/rapidjson/include/rapidjson/
H A Ddocument.h143 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/rapidjson/
H A Ddocument.h127 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/rapidjson/include/rapidjson/
H A Ddocument.h127 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/lang/nyan/nyan-3c263e2/nyan/datastructure/
H A Dorderedset.h78 ConstIterator(list_iter iter) in ConstIterator() function
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrcurve.cpp539 OGRSimpleCurve::ConstIterator::ConstIterator(const OGRSimpleCurve* poSelf, int nPos): in ConstIterator() function in OGRSimpleCurve::ConstIterator
588 OGRCurve::ConstIterator::ConstIterator(const OGRCurve* poSelf, bool bStart): in ConstIterator() function in OGRCurve::ConstIterator
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrcurve.cpp539 OGRSimpleCurve::ConstIterator::ConstIterator(const OGRSimpleCurve* poSelf, int nPos): in ConstIterator() function in OGRSimpleCurve::ConstIterator
588 OGRCurve::ConstIterator::ConstIterator(const OGRCurve* poSelf, bool bStart): in ConstIterator() function in OGRCurve::ConstIterator
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DNumericRanges.h35 typedef typename Container::const_iterator ConstIterator; typedef
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/DATATYPE/
H A Dlist.h51 typedef typename std::list<Value>::const_iterator ConstIterator; typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/jsonwrapp/rapidjson11/
H A Ddocument.h140 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/jsonwrapp/rapidjson10/
H A Ddocument.h136 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson10/
H A Ddocument.h136 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson11/
H A Ddocument.h140 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator; typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/util/
H A DPagedArray.h182 class ConstIterator; variable
600 ConstIterator() : mPos(0), mParent(nullptr) {} in ConstIterator() function
602 ConstIterator(const ConstIterator& other) : mPos(other.mPos), mParent(other.mParent) {} in ConstIterator() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmStrictScanner.h125 typedef MappingType::const_iterator ConstIterator; typedef
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/utils/
H A Dvar_list.hpp73 typedef std::list<Elem_t>::const_iterator ConstIterator; typedef in VarList
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmStrictScanner.h127 typedef MappingType::const_iterator ConstIterator; typedef
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/test/loadgen/
H A DScoreBoardOpVector.h47 typedef typename DataVector::const_iterator ConstIterator; typedef
/dports/cad/openroad/OpenROAD-2.0/src/sta/util/
H A DHashMap.hh154 class ConstIterator class in sta::HashMap
157 ConstIterator() : container_(NULL) {} in ConstIterator() function in sta::HashMap::ConstIterator
158 explicit ConstIterator(const HashMap<KEY, VALUE, HASH, EQUAL> *container) in ConstIterator() function in sta::HashMap::ConstIterator
160 explicit ConstIterator(const HashMap<KEY, VALUE, HASH, EQUAL> &container) in ConstIterator() function in sta::HashMap::ConstIterator

12345678910>>...44