Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Darrayindex.hpp175 BaseGDL* OverloadIndexNew();
236 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in ArrayIndexScalarVP
315 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in CArrayIndexScalar
446 BaseGDL* OverloadIndexNew( BaseGDL* p1) in OverloadIndexNew() function in ArrayIndexIndexed
612 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in CArrayIndexIndexed
742 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in ArrayIndexAll
781 BaseGDL* OverloadIndexNew( BaseGDL* s_) in OverloadIndexNew() function in ArrayIndexORange
854 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in CArrayIndexORange
989 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in CArrayIndexRange
1120 BaseGDL* OverloadIndexNew() in OverloadIndexNew() function in CArrayIndexORangeS
[all …]
H A Darrayindexlistnoassoct.hpp105 BaseGDL* oIx = ix->OverloadIndexNew(); in InitAsOverloadIndex()
111 BaseGDL* oIx = ix->OverloadIndexNew( ix_[ 0]); in InitAsOverloadIndex()
117 BaseGDL* oIx = ix->OverloadIndexNew( ix_[ 0], ix_[ 1]); in InitAsOverloadIndex()
123 BaseGDL* oIx = ix->OverloadIndexNew( ix_[ 0], ix_[ 1], ix_[ 2]); in InitAsOverloadIndex()
902 BaseGDL* oIx = ixList[ i]->OverloadIndexNew(); in InitAsOverloadIndex()
1110 BaseGDL* oIx = ixList[ i]->OverloadIndexNew(); in InitAsOverloadIndex()
1393 BaseGDL* oIx = ixList[ i]->OverloadIndexNew(); in InitAsOverloadIndex()
1399 BaseGDL* oIx = ixList[ i]->OverloadIndexNew( ix[ pIX]); in InitAsOverloadIndex()
1406 BaseGDL* oIx = ixList[ i]->OverloadIndexNew( ix[ pIX], ix[ pIX+1]); in InitAsOverloadIndex()
1413 BaseGDL* oIx = ixList[ i]->OverloadIndexNew( ix[ pIX], ix[ pIX+1], ix[ pIX+2]); in InitAsOverloadIndex()
H A Darrayindex.cpp94 BaseGDL* ArrayIndexScalar::OverloadIndexNew() in OverloadIndexNew() function in ArrayIndexScalar
/dports/science/gnudatalanguage/gdl-1.0.1/obsolete/
H A DChangeLog-till-0.9.65016 OverloadIndexNew member functions for [C]ArrayIndex... classes