Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp21 : vertexNum_(vertexNum), typeIdIndex_(typeIdIndex) in Graph()
113 if (typeIdIndex_.find(node) == typeIdIndex_.end()) { in IsValidType()
122 auto idx = typeIdIndex_.find(node); in GetIndex()
123 if (idx == typeIdIndex_.end()) { in GetIndex()
H A Dgraph.h52 std::map<std::string, uint32_t> typeIdIndex_; variable