Searched refs:TblAllType (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 952 struct TblAllType { struct 960 TblAllType(int64_t id, int64_t fInt, double fReal, const std::string &fText, const Blob &fBlob) in TblAllType() function 1009 std::vector<TblAllType> {{1001, 12344, 1.234, "", {}}}); // 1001, 12344, 1.234 : fake data
|