Searched refs:GetPage (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_page.cc | 22 json Page::GetPage() const { in GetPage() function in mindspore::mindrecord::Page
|
D | shard_header.cc | 339 [](const std::shared_ptr<Page> &p) { return p->GetPage(); }); in SerializePage() 369 Status ShardHeader::GetPage(const int &shard_id, const int &page_id, std::shared_ptr<Page> *page_pt… in GetPage() function in mindspore::mindrecord::ShardHeader
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/ |
D | shard_page.h | 54 json GetPage() const;
|
D | shard_header.h | 102 Status GetPage(const int &shard_id, const int &page_id, std::shared_ptr<Page> *page_ptr);
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/ |
D | shard_index_generator.cc | 410 RETURN_IF_NOT_OK(shard_header_.GetPage(shard_no, raw_page_id, &page_ptr)); in GenerateRowData() 420 RETURN_IF_NOT_OK(shard_header_.GetPage(shard_no, iter->second, &blob_page_ptr)); in GenerateRowData() 569 if (shard_header_.GetPage(shard_no, i, &page_ptr).IsError()) { in DatabaseWriter()
|
D | shard_writer.cc | 1115 RETURN_IF_NOT_OK(shard_header_->GetPage(shard_id, last_raw_page_id, &last_raw_page)); in SetLastRawPage() 1124 RETURN_IF_NOT_OK(shard_header_->GetPage(shard_id, last_blob_page_id, &last_blob_page)); in SetLastBlobPage()
|
D | shard_reader.cc | 309 (void)shard_header_->GetPage(shard_id, page_id, &page_ptr); in ReadRowGroupSummary() 1076 RETURN_IF_NOT_OK(shard_header_->GetPage(shard_id, page_id, &page_ptr)); in CreateTasksByCategory()
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard_page_test.cc | 144 json json_page = page.GetPage(); in TEST_F()
|
/third_party/cef/libcef/renderer/ |
D | blink_glue.cc | 94 ->GetPage() in IsInBackForwardCache()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 42055 if (!GetDocument().GetPage()->GetFocusController().SetFocusedElement( 42199 VisualViewport& visual_viewport = GetPage()->GetVisualViewport(); 42338 + const auto& ff_impl = GetPage()->FencedFramesImplementationType(); 42345 return GetPage()->IsMainFrameFencedFrameRoot(); 42354 + if (Frame* focused_frame = GetPage()->GetFocusController().FocusedFrame()) { 42366 + const auto& ff_impl = GetPage()->FencedFramesImplementationType(); 42375 + return (!GetPage()->GetFocusController().IsActive() && 42377 + GetPage()->GetFocusController().IsFocused(); 42824 !GetPage().GetSettings().GetHideScrollbars()) { 42825 + if (!GetPage().GetSettings().GetVerticalHideScrollbars()) { [all …]
|
D | 0003-3.2-Beta3-1115.patch | 72102 return GetPage()->GetPageScaleConstraintsSet(); 72106 + if (!MainFrame() || !GetPage() || !GetPage()->MainFrame() || 72107 + !GetPage()->MainFrame()->IsLocalFrame() || 72108 + !GetPage()->DeprecatedLocalMainFrame()->View()) { 72122 if (!MainFrame() || !GetPage() || !GetPage()->MainFrame() || 72123 !GetPage()->MainFrame()->IsLocalFrame() || 72208 + // auto* local_frame = DynamicTo<LocalFrame>(frame_->GetPage()->MainFrame());
|
D | 0001-cve.patch | 3952 - staging_document->GetPage()->WillBeDestroyed(); 3972 + staging_document->GetPage()->WillBeDestroyed(); 4002 staging_document->GetPage()->WillBeDestroyed(); 4021 - staging_document->GetPage()->WillBeDestroyed(); 4112 .ForPrerendering(GetPage()->IsPrerendering()));
|