/external/rust/android-crates-io/crates/petgraph/src/visit/ |
D | reversed.rs | 14 pub struct Reversed<G>(pub G); struct 16 impl<G: GraphBase> GraphBase for Reversed<G> { implementation 21 impl<G: GraphRef> GraphRef for Reversed<G> {} implementation 25 impl<G> IntoNeighbors for Reversed<G> implementation 35 impl<G> IntoNeighborsDirected for Reversed<G> implementation 45 impl<G> IntoEdges for Reversed<G> implementation 57 impl<G> IntoEdgesDirected for Reversed<G> implementation 69 impl<G: Visitable> Visitable for Reversed<G> { implementation 137 impl<G> IntoEdgeReferences for Reversed<G> implementation
|
/external/cronet/stable/base/containers/ |
D | adapters.h | 44 auto Reversed(Range&& range LIFETIME_BOUND) { in Reversed() function
|
D | adapters_unittest.cc | 104 TEST(AdaptersTest, Reversed) { in TEST() argument
|
/external/cronet/tot/base/containers/ |
D | adapters.h | 44 auto Reversed(Range&& range LIFETIME_BOUND) { in Reversed() function
|
D | adapters_unittest.cc | 104 TEST(AdaptersTest, Reversed) { in TEST() argument
|
/external/pdfium/third_party/base/containers/ |
D | adapters.h | 47 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
|
/external/pdfium/core/fxcrt/containers/ |
D | adapters.h | 46 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
|
/external/libchrome/base/containers/ |
D | adapters.h | 67 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
|
D | adapters_unittest.cc | 13 TEST(AdaptersTest, Reversed) { in TEST() argument
|
/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
D | vphal_render_fast1ton.h | 135 uint32_t Reversed : 16; member
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 771 APInt Reversed(*this); in reverseBits() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 808 APInt Reversed(*this); in reverseBits() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1150 Reversed, ///< The cast is used with a reversed load/store. enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | APInt.cpp | 746 APInt Reversed(BitWidth, 0); in reverseBits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 713 APInt Reversed(BitWidth, 0); in reverseBits() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6253 SDValue Reversed = DAG.getNode(ARMISD::VREV64, dl, SplitVT, Cmp); in LowerVSETCC() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6748 SDValue Reversed = DAG.getNode(ARMISD::VREV64, dl, SplitVT, Cmp); in LowerVSETCC() local
|