Home
last modified time | relevance | path

Searched defs:StudentInOrder (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp738 struct StudentInOrder { struct
739 int id_;
740 std::string name_;
741 int level_;
742 int score_;
744 VirtualRowData operator() () const in operator ()()