Home
last modified time | relevance | path

Searched refs:selfObjects (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp32 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); in EqualTo() local
33 if (self == nullptr || selfObjects == nullptr || field == nullptr) { in EqualTo()
36 std::vector<ValueObject> values = selfObjects->Get(); in EqualTo()
47 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); in NotEqualTo() local
48 if (self == nullptr || selfObjects == nullptr || field == nullptr) { in NotEqualTo()
51 std::vector<ValueObject> values = selfObjects->Get(); in NotEqualTo()
121 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); in Like() local
122 if (self == nullptr || selfObjects == nullptr || field == nullptr) { in Like()
125 std::vector<ValueObject> values = selfObjects->Get(); in Like()
137 auto selfObjects in Between() local
156 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); NotBetween() local
174 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); GreaterThan() local
189 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); LessThan() local
204 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); GreaterThanOrEqualTo() local
218 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); LessThanOrEqualTo() local
291 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); In() local
307 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); NotIn() local
[all...]
H A Drelational_store.cpp678 auto selfObjects = RelationalPredicatesObjects::GetSelf(values); in OH_Rdb_FindModifyTime() local
679 if (rdbStore == nullptr || selfObjects == nullptr || tableName == nullptr) { in OH_Rdb_FindModifyTime()
682 std::vector<ValueObject> objects = selfObjects->Get(); in OH_Rdb_FindModifyTime()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp914 auto selfObjects = bothSchema.first->objects(); in CompareStruct() local
916 CHECK_NULL_UNLIKELY_RETURN_ERROR(selfObjects); in CompareStruct()
924 if (selfObjIndex < 0 || static_cast<uint32_t>(selfObjIndex) >= selfObjects->size()) { // Unlikely in CompareStruct()
930 auto selfStructObj = (*selfObjects)[selfObjIndex]; in CompareStruct()

Completed in 5 milliseconds