Home
last modified time | relevance | path

Searched refs:NTags (Results 1 – 23 of 23) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddstructgdl.hpp84 SizeT nTags = NTags(); in DStructGDL()
105 SizeT nTags = NTags(); in DStructGDL()
115 SizeT nTags = NTags(); in DStructGDL()
162 SizeT nTags = NTags(); in operator =()
183 SizeT nTags = NTags(); in InitFrom()
194 return GetTag( d1 % NTags(), d1 / NTags()); in operator []()
198 return GetTag( d1 % NTags(), d1 / NTags()); in operator []()
250 SizeT nTags=NTags(); in ToTransfer()
285 SizeT nTags=NTags(); in SizeofTags()
357 SizeT nTags = NTags(); in Clear()
[all …]
H A Ddstructdesc.cpp32 SizeT nTags = NTags(); in ~DStructBase()
98 SizeT nTags=p->NTags(); in AddParent()
143 if( NTags() != d->NTags()) in AssureIdentical()
155 for( SizeT i=0; i < NTags(); i++) in AssureIdentical()
211 if( left.NTags() != right.NTags()) return false; in operator ==()
216 for( SizeT i=0; i < left.NTags(); i++) in operator ==()
H A Ddstructgdl.cpp141 , typeVar( d_.NTags()) in DStructGDL()
146 SizeT nTags = NTags(); in DStructGDL()
228 SizeT nTag = NTags(); in CShift()
318 SizeT nTags=NTags(); in AssignAt()
430 SizeT nTags=NTags(); in AssignAtIx()
463 SizeT nTags=NTags(); in AssignAt()
564 SizeT nTags=NTags(); in AssignAt()
616 SizeT nTags=NTags(); in InsertAt()
710 SizeT nTags=NTags(); in Index()
733 SizeT nTags=NTags(); in NewIx()
[all …]
H A Ddstructdesc.hpp89 DStructBase( const DStructBase* d_): tags( d_->NTags()) in DStructBase()
91 SizeT nTags = d_->NTags(); in DStructBase()
115 SizeT NTags() const { return tags.size();} in NTags() function in DStructBase
H A Dhash.cpp698 assert( hashDesc != NULL && hashDesc->NTags() > 0); in new_hashStruct()
699 assert( entryDesc != NULL && entryDesc->NTags() > 0); in new_hashStruct()
733 for( SizeT t=0; t<desc->NTags(); ++t) in struct_tohash()
876 if( instance->NTags() == 0) in hash_tostruct()
1652 DLong nCountR = rightStruct->NTags(); in HASH___OverloadPlus()
1670 DLong nCountL = leftStruct->NTags(); in HASH___OverloadPlus()
1682 DLong nCountL = leftStruct->NTags(); in HASH___OverloadPlus()
1683 DLong nCountR = rightStruct->NTags(); in HASH___OverloadPlus()
1696 for( SizeT t=0; t<desc->NTags(); ++t) in HASH___OverloadPlus()
1710 for( SizeT t=0; t<desc->NTags(); ++t) in HASH___OverloadPlus()
[all …]
H A Dtypetraits.hpp500 inline SizeT NTags() const { return desc->NTags();} in NTags() function
H A Dextrat.cpp50 SizeT nTag=desc->NTags(); in ResolveExtra()
H A Ddefault_io.cpp557 SizeT nTags = data_.NTags(); in operator >>()
1340 SizeT nTags = NTags(); in ToStream()
1393 SizeT nTags = NTags( ); in ToStreamRaw()
1857 SizeT nTags = NTags( ); in Write()
1867 SizeT nTags = NTags( ); in Read()
H A Dbasic_pro_jmg.cpp965 SizeT nTags = s->Desc()->NTags(); in ce_StructGDLtoIDL()
1018 SizeT nTags = s->Desc()->NTags(); in ce_StructIDLtoGDL()
1072 SizeT nTags = s->Desc()->NTags(); in ce_LengthOfIDLStruct()
H A Dbasic_pro.cpp257 for (SizeT t = 0; t < desc->NTags(); ++t) { in HeapFreeObj()
298 for (SizeT t = 0; t < desc->NTags(); ++t) { in HeapFreePtr()
1397 for (SizeT t = 0; t < dS->NTags(); ++t) { in byteorderDo()
1542 nTags = (*source).Desc()->NTags(); in do_relaxed_struct_assign()
2658 cout << "{"+name+"} (" << (*is)->NTags() <<" tags) " ; in findvar_pro()
H A Difmt.cpp693 SizeT nTags=NTags(); in IFmtAll()
706 firstIn = firstEl * NTags() + firstTag; in IFmtAll()
H A Daccessdesc.hpp542 SizeT nTags=actTop->Desc()->NTags(); in ADAdd()
H A Dsaverestore.cpp824 int32_t ntags=str->NTags(); in writeStructDesc()
1107 SizeT nTags = str->Desc()->NTags(); in fillVariableData()
1219 SizeT nTags = str->Desc()->NTags(); in writeVariableData()
1982 for (int itag = 0; itag < str->NTags(); ++itag) { in addToHeapList()
H A Dgdlhelp.cpp695 SizeT nTags = s->Desc()->NTags(); in help_struct()
723 SizeT nTags = dsc->NTags();
H A Dofmt.cpp214 SizeT nTags=NTags(); in OFmtAll()
227 firstOut = firstEl * NTags() + firstTag; in OFmtAll()
H A Dlist.cpp1135 if(ptagindex >= theStruct->Desc()->NTags() ) in LIST___OverloadBracketsRightSide()
2197 assert( selfDesc != NULL && selfDesc->NTags() > 0); in list__move()
2198 assert( containerDesc != NULL && containerDesc->NTags() > 0); in list__move()
3452 assert( listDesc != NULL && listDesc->NTags() > 0); in list_fun()
3453 assert( containerDesc != NULL && containerDesc->NTags() > 0); in list_fun()
H A Dprognode.cpp576 if( oStructDesc == NULL || oStructDesc->NTags() > 0) in Eval()
674 oStructDesc->TagName( nStructDesc->NTags()), in Eval()
H A Ddinterpreter.cpp372 if( dStruct != NULL && dStruct->NTags() > 0) return dStruct; in GetStruct()
H A Denvt.cpp355 SizeT nTags = desc->NTags(); in AddStruct()
H A Dwidget.cpp550 SizeT nTags = input->NTags(); in widget_table()
2099 …for (SizeT itag=0; itag<ret->Desc()->NTags(); ++itag) (*static_cast<DFloatGDL*>(ex->GetTag(itag, i… in widget_info()
3173 SizeT nTags = input->NTags(); in widget_control()
H A Dbasic_fun.cpp7053 return new DLongGDL( s->Desc()->NTags()); in n_tags()
7437 SizeT nTags = (*struc).Desc()->NTags(); in tag_names_fun()
8293 if( oStructDesc == NULL || oStructDesc->NTags() > 0) in create_struct()
8327 for( SizeT t=0; t< desc->NTags(); ++t) in create_struct()
8408 for( SizeT t=0; t< desc->NTags(); ++t) in create_struct()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1767 - NTags int
1784 - if o.NTags > s.NTags {
1785 - s.NTags = o.NTags
1914 - NTags: len(kv) / 2,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1767 - NTags int
1784 - if o.NTags > s.NTags {
1785 - s.NTags = o.NTags
1914 - NTags: len(kv) / 2,