Searched defs:CellInfo (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_matrix.h55 // CellInfo object containing a pointer to an array which contains the
74 // CellInfo* cell = A->GetCell(row_block_id, col_block_id,
86 struct CellInfo { struct in namespace:ceres::internal
87 CellInfo() function in struct:ceres::internal::CellInfo
91 explicit CellInfo(double* ptr) function in struct:ceres::internal::CellInfo
104 // a CellInfo with a pointer to the dense matrix containing it,
112 virtual CellInfo* GetCell(int row_block_id,
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h447 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
448 struct CellInfo { struct
491 CellInfo info; /* A parse of the cell we are pointing at */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46828 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
46829 struct CellInfo { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48892 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
48893 struct CellInfo { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48920 typedef struct CellInfo CellInfo; typedef in typeref:struct:CellInfo
48921 struct CellInfo { struct
[all...]

Completed in 862 milliseconds