Home
last modified time | relevance | path

Searched refs:other_id (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h129 bool operator==(const uint32_t& other_id) const { return other_id == id_; }
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dbasic_block.h129 bool operator==(const uint32_t& other_id) const { return other_id == id_; }
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h129 bool operator==(const uint32_t& other_id) const { return other_id == id_; }
/external/adhd/cras/client/libcras/src/
Daudio_socket.rs217 id: other_id, in eq()
220 ) => id == other_id && frames == other_frames, in eq()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1343 auto other_id = state_map_.LookupAncestorId(src); in DetermineAncestorState() local
1344 if (other_id != id && other_id != nullptr) { in DetermineAncestorState()
1345 state.insert(other_id->begin(), other_id->end()); in DetermineAncestorState()
/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py945 for other_id in graph.nodes:
946 other = graph.nodes[other_id]
948 return other_id
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc180 Query other_id = Query::OtherIdIs(other.id); in TEST_F() local
207 EXPECT_TRUE(other_id.Evaluate(event)); in TEST_F()