Searched refs:GraphKeySequence (Results 1 – 2 of 2) sorted by relevance
72 GraphKeySequence* gks = nullptr; in RefreshStepIdSequenceAsync()75 gks = new GraphKeySequence(graph_key); in RefreshStepIdSequenceAsync()113 GraphKeySequence* gks = nullptr; in GetStepSequenceAsync()115 gks = new GraphKeySequence(graph_key); in GetStepSequenceAsync()133 GraphKeySequence* gks = nullptr; in UpdateStepSequences()136 gks = new GraphKeySequence(ss.graph_key()); in UpdateStepSequences()
71 struct GraphKeySequence { struct72 explicit GraphKeySequence(int64 k) in GraphKeySequence() function80 gtl::FlatMap<int64, GraphKeySequence*> sequence_table_ argument