/third_party/mindspore/tests/ut/cpp/dataset/ |
D | tensorshape_test.cc | 50 ASSERT_EQ(t.IsValidIndex({0, 0, 0}), true); in TEST_F() 51 ASSERT_EQ(t.IsValidIndex({3, 4, 5}), true); in TEST_F() 52 ASSERT_EQ(t.IsValidIndex({3, 4, 6}), false); in TEST_F() 53 ASSERT_EQ(t.IsValidIndex({4, 5, 6}), false); in TEST_F() 54 ASSERT_EQ(t.IsValidIndex({4, 5, 6}), false); in TEST_F() 55 ASSERT_EQ(t.IsValidIndex({3, 3}), false); in TEST_F() 56 ASSERT_EQ(t.IsValidIndex({-3, -3, -1}), false); in TEST_F() 57 ASSERT_EQ(t.IsValidIndex({-1, 4, 5}), false); in TEST_F()
|
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.cc | 42 if (IsValidIndex(pointer_index)) in GetSourceDeviceId() 75 if (IsValidIndex(index) && in OnTouch() 114 if (IsValidIndex(index_to_delete)) { in CleanupRemovedTouchPoints() 179 if (IsValidIndex(index_to_update)) in UpdateTouch() 211 bool CefMotionEventOSR::IsValidIndex(int index) const { in IsValidIndex() function in CefMotionEventOSR
|
D | motion_event_osr.h | 55 bool IsValidIndex(int index) const;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.h | 137 assert(IsValidIndex(index)); in entry_end_pos() 143 assert(IsValidIndex(index)); in entry_child() 149 assert(IsValidIndex(index)); in entry_data_offset() 366 bool IsValidIndex(index_type index) const; 534 inline bool CordRepRing::IsValidIndex(index_type index) const { in IsValidIndex() function 555 assert(IsValidIndex(head) && offset >= entry_start_offset(head)); in Find() 567 assert(IsValidIndex(head) && offset >= entry_start_offset(head) + 1); in FindTail()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor_shape.h | 170 bool IsValidIndex(const std::vector<dsize_t> &index) const;
|
D | tensor_shape.cc | 129 bool TensorShape::IsValidIndex(const std::vector<dsize_t> &index) const { in IsValidIndex() function in mindspore::dataset::TensorShape
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 644 if (!IsValidIndex(segment)) { in StartCode() 737 if (IsValidIndex(segment)) { in EndCode() 747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4 759 if (IsValidIndex(segment)) in IdDelta() 765 if (IsValidIndex(segment)) in IdRangeOffset() 771 if (IsValidIndex(segment)) in IdRangeOffsetLocation()
|
D | cmap_table.h | 486 bool IsValidIndex(int32_t segment);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 644 if (!IsValidIndex(segment)) { in StartCode() 737 if (IsValidIndex(segment)) { in EndCode() 747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4 759 if (IsValidIndex(segment)) in IdDelta() 765 if (IsValidIndex(segment)) in IdRangeOffset() 771 if (IsValidIndex(segment)) in IdRangeOffsetLocation()
|
D | cmap_table.h | 486 bool IsValidIndex(int32_t segment);
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_arm64_dbg.def | 2128 ?IsValidIndex@CordRepRing@cord_internal@absl@@AEBA_NI@Z
|
D | symbols_x86_dbg.def | 2125 ?IsValidIndex@CordRepRing@cord_internal@absl@@ABE_NI@Z
|
D | symbols_x64_dbg.def | 2131 ?IsValidIndex@CordRepRing@cord_internal@absl@@AEBA_NI@Z
|