Home
last modified time | relevance | path

Searched refs:rowElem (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/NewXml/
H A DDataSetMappper.cs92 if ( rowElem == null ) in SearchMatchingTableSchema()
95 Debug.Assert( rowElem.Row != null ); in SearchMatchingTableSchema()
131 Debug.Assert( rowElem != null ); in GetColumnSchemaForNode()
135 object tid = GetIdentity( rowElem.LocalName, rowElem.NamespaceURI ); in GetColumnSchemaForNode()
201 rowElem = be; in GetRegion()
211 rowElem = null; in GetRegion()
215 internal bool IsRegionRadical( XmlBoundElement rowElem ) { in IsRegionRadical() argument
217 Debug.Assert( rowElem.Row != null ); in IsRegionRadical()
227 int cAttrs = rowElem.Attributes.Count; in IsRegionRadical()
229 XmlAttribute attr = rowElem.Attributes[iAttr]; in IsRegionRadical()
[all …]
H A DDataPointer.cs50 XmlBoundElement rowElem; in GetRowElement()
52 rowElem = this.node as XmlBoundElement; in GetRowElement()
53 Debug.Assert( rowElem != null ); in GetRowElement()
54 Debug.Assert( rowElem.Row != null ); in GetRowElement()
55 return rowElem; in GetRowElement()
59 return rowElem; in GetRowElement()
66 if ( rowElem == null )
69 Debug.Assert( rowElem.Row != null );
70 return rowElem.Row;
670 Debug.Assert( rowElem != null ); in AssertValid()
[all …]
H A DXmlDataDocument.cs373 Debug.Assert( rowElem.Row != null ); in DefoliateRegion()
395 rowElem.RemoveAllAttributes(); in DefoliateRegion()
397 XmlNode node = rowElem.FirstChild; in DefoliateRegion()
407 rowElem.RemoveChild( node ); in DefoliateRegion()
537 XmlBoundElement rowElem; in Foliate()
586 ForceFoliation( rowElem, foliation); in EnsureFoliation()
1181 rowElem = be; in LoadRows()
1186 LoadRows( rowElem, child ); in LoadRows()
1729 if ( rowElem != null && rowElem.Row != null ) in OnNodeRemovedFromTree()
2460 DataRow row = rowElem.Row; in OnRowElementInsertedInTree()
[all …]
H A DXPathNodePointer.cs395 XmlBoundElement rowElem; in GetRowElement()
398 Debug.Assert( rowElem != null ); in GetRowElement()
399 Debug.Assert( rowElem.Row != null ); in GetRowElement()
400 return rowElem; in GetRowElement()
404 return rowElem; in GetRowElement()
413 if ( rowElem == null )
416 Debug.Assert( rowElem.Row != null );
417 return rowElem.Row;
1113 if ( rowElem != null ) {
1481 Debug.Assert( rowElem != null ); in AssertValid()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Xml/
H A DDataSetMappper.cs97 if (rowElem == null) in SearchMatchingTableSchema()
103 Debug.Assert(rowElem.Row != null); in SearchMatchingTableSchema()
151 Debug.Assert(rowElem != null); in GetColumnSchemaForNode()
155 object tid = GetIdentity(rowElem.LocalName, rowElem.NamespaceURI); in GetColumnSchemaForNode()
220 rowElem = be; in GetRegion()
234 rowElem = null; in GetRegion()
238 internal bool IsRegionRadical(XmlBoundElement rowElem) in IsRegionRadical() argument
241 Debug.Assert(rowElem.Row != null); in IsRegionRadical()
253 int cAttrs = rowElem.Attributes.Count; in IsRegionRadical()
256 XmlAttribute attr = rowElem.Attributes[iAttr]; in IsRegionRadical()
[all …]
H A DDataPointer.cs48 XmlBoundElement rowElem; in GetRowElement()
51 rowElem = _node as XmlBoundElement; in GetRowElement()
52 Debug.Assert(rowElem != null); in GetRowElement()
53 Debug.Assert(rowElem.Row != null); in GetRowElement()
54 return rowElem; in GetRowElement()
58 return rowElem; in GetRowElement()
66 if (rowElem == null)
71 Debug.Assert(rowElem.Row != null);
72 return rowElem.Row;
841 Debug.Assert(rowElem != null); in AssertValid()
[all …]
H A DXmlDataDocument.cs404 Debug.Assert(rowElem.Row != null); in DefoliateRegion()
425 rowElem.RemoveAllAttributes(); in DefoliateRegion()
438 rowElem.RemoveChild(node); in DefoliateRegion()
583 XmlBoundElement rowElem; in Foliate()
642 ForceFoliation(rowElem, foliation); in EnsureFoliation()
1299 rowElem = be; in LoadRows()
1304 LoadRows(rowElem, child); in LoadRows()
1925 if (rowElem != null && rowElem.Row != null) in OnNodeRemovedFromTree()
2720 Debug.Assert(rowElem.Row != null); in OnRowElementInsertedInTree()
2722 DataRow row = rowElem.Row; in OnRowElementInsertedInTree()
[all …]
H A DXPathNodePointer.cs443 XmlBoundElement rowElem; in GetRowElement()
447 Debug.Assert(rowElem != null); in GetRowElement()
448 Debug.Assert(rowElem.Row != null); in GetRowElement()
449 return rowElem; in GetRowElement()
453 return rowElem; in GetRowElement()
461 if (rowElem == null)
464 Debug.Assert(rowElem.Row != null);
465 return rowElem.Row;
1245 if (rowElem != null)
1654 Debug.Assert(rowElem != null); in AssertValid()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/elements/list/
H A Dlist.go46 rows []*rowElem
49 type rowElem struct { struct
64 writer.rows = append(writer.rows, &rowElem{
113 func (e *rowElem) write(out io.Writer, len int) error { argument
123 func (e *rowElem) styleLabel() string { argument
130 func (e *rowElem) styledLabel() string { argument
137 func (e *rowElem) labelLen() int { argument
141 func (e *rowElem) formattedValue() string { argument
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglGMI/
H A DCglGMI.cpp280 if(rowElem < 0) { in computeCutCoefficient()
281 return (rowElem*ratiof0compl); in computeCutCoefficient()
284 return (-rowElem); in computeCutCoefficient()
319 rowElem = -rowElem; in flip()
327 rowElem = -rowElem; in unflipOrig()
341 rowElem = -rowElem; in unflipSlack()
357 rowElem[rowNz] = row[i]; in packRow()
1144 double rowElem; local
1193 rowElem = 0.0;
1201 flip(rowElem, j);
[all …]
H A DCglGMI.hpp183 inline double computeCutCoefficient(double rowElem, int index);
194 inline void flip(double& rowElem, int rowIndex);
200 inline void unflipOrig(double& rowElem, int rowIndex, double& rowRhs);
201 inline void unflipSlack(double& rowElem, int rowIndex, double& rowRhs,
205 inline void packRow(double* row, double* rowElem, int* rowIndex,
/dports/net/grpcurl/grpcurl-1.8.5/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/bigtable/
H A Dconformance_test.go96 type rowElem struct {
104 var byFamily []rowElem
106 byFamily = append(byFamily, rowElem{family: family, readItems: items})

123