Searched refs:GraphKeySequence (Results 1 – 2 of 2) sorted by relevance
75 GraphKeySequence* gks = nullptr; in RefreshStepIdSequenceAsync()78 gks = new GraphKeySequence(graph_key); in RefreshStepIdSequenceAsync()116 GraphKeySequence* gks = nullptr; in GetStepSequenceAsync()118 gks = new GraphKeySequence(graph_key); in GetStepSequenceAsync()136 GraphKeySequence* gks = nullptr; in UpdateStepSequences()139 gks = new GraphKeySequence(ss.graph_key()); in UpdateStepSequences()
72 struct GraphKeySequence { struct73 explicit GraphKeySequence(int64 k) in GraphKeySequence() function81 gtl::FlatMap<int64, GraphKeySequence*> sequence_table_ argument