Searched defs:GraphId (Results 1 – 3 of 3) sorted by relevance
50 struct GraphId { struct53 bool operator==(const GraphId& x) const { return handle == x.handle; } argument
49 using GraphId = uint32_t; variable223 virtual void BuildGraphImpl(GraphId) {} in BuildGraphImpl() argument