Home
last modified time | relevance | path

Searched refs:InnerFieldStruct (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Ddoc_query.h37 struct InnerFieldStruct { struct
45 using InnerFieldStruct = struct InnerFieldStruct; argument
48 bool IsContainInnerCond(const InnerFieldStruct& innerField, const Cond& cond) const;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp74 bool DocQuery::IsContainInnerCond(const InnerFieldStruct& innerField, const Cond& cond) const in IsContainInnerCond()
100 InnerFieldStruct innerField = *(reinterpret_cast<InnerFieldStruct*>(content + BLOCK_SIZE)); in IsContainInnerConds()