Home
last modified time | relevance | path

Searched refs:GetPage (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_page.cc22 json Page::GetPage() const { in GetPage() function in mindspore::mindrecord::Page
Dshard_header.cc339 [](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/
Dshard_page.h54 json GetPage() const;
Dshard_header.h102 Status GetPage(const int &shard_id, const int &page_id, std::shared_ptr<Page> *page_ptr);
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc410 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()
Dshard_writer.cc1115 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()
Dshard_reader.cc309 (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/
Dut_shard_page_test.cc144 json json_page = page.GetPage(); in TEST_F()
/third_party/cef/libcef/renderer/
Dblink_glue.cc94 ->GetPage() in IsInBackForwardCache()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch42055 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 …]
D0003-3.2-Beta3-1115.patch72102 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());
D0001-cve.patch3952 - staging_document->GetPage()->WillBeDestroyed();
3972 + staging_document->GetPage()->WillBeDestroyed();
4002 staging_document->GetPage()->WillBeDestroyed();
4021 - staging_document->GetPage()->WillBeDestroyed();
4112 .ForPrerendering(GetPage()->IsPrerendering()));