Home | History | Annotate | Download | only in ceres

Lines Matching full:int64

65   optional int64 num_rows = 2;
66 optional int64 num_cols = 3;
67 optional int64 num_nonzeros = 4;
74 optional int64 num_rows = 4;
75 optional int64 num_cols = 5;
76 optional int64 num_nonzeros = 6;
82 repeated int64 rows = 1 [packed=true];
83 repeated int64 cols = 2 [packed=true];
88 optional int64 num_rows = 4;
89 optional int64 num_cols = 5;
91 repeated int64 rows = 1 [packed=true];
92 repeated int64 cols = 2 [packed=true];
97 optional int64 num_rows = 1;
98 optional int64 num_cols = 2;