Searched refs:other_id (Results 1 – 7 of 7) sorted by relevance
129 bool operator==(const uint32_t& other_id) const { return other_id == id_; }
217 id: other_id, in eq()220 ) => id == other_id && frames == other_frames, in eq()
1343 auto other_id = state_map_.LookupAncestorId(src); in DetermineAncestorState() local1344 if (other_id != id && other_id != nullptr) { in DetermineAncestorState()1345 state.insert(other_id->begin(), other_id->end()); in DetermineAncestorState()
945 for other_id in graph.nodes:946 other = graph.nodes[other_id]948 return other_id
180 Query other_id = Query::OtherIdIs(other.id); in TEST_F() local207 EXPECT_TRUE(other_id.Evaluate(event)); in TEST_F()