Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_graph.cpp43 std::map<std::string, uint32_t> typeIdIndex; in InitUtdGraph() local
82 std::map<std::string, uint32_t> typeIdIndex; in ConstructNewGraph() local
H A Dgraph.cpp20 Graph::Graph(uint32_t vertexNum, const std::map<std::string, uint32_t> &typeIdIndex) in Graph()