Home
last modified time | relevance | path

Searched defs:wrapper (Results 126 - 150 of 234) sorted by relevance

12345678910

/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c484 upb_msg *wrapper = upb_msg_new(subm, arena); in Convert_PhpToUpbAutoWrap() local
H A Dmessage.c702 const upb_msg *wrapper = upb_msg_get(intern->msg, f).msg_val; in PHP_METHOD() local
762 upb_msg *wrapper; in PHP_METHOD() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc2785 Int32Wrapper wrapper; in TEST_P() local
/third_party/python/Lib/test/
H A Dtest_largefile.py158 def wrapper(*args, **kwargs): function
H A Dinspect_fodder2.py3 def wrapper(func): function
267 def wrapper(*a, **kwd): function
H A Dtest_queue.py479 def wrapper(*args, **kwargs): function
/third_party/python/Lib/test/test_importlib/
H A Dfixtures.py305 def wrapper(func): function
H A Dutil.py303 def wrapper(*args, **kwargs): function
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp84 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AddCredential() local
109 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in UpdateCredential() local
130 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelCred() local
151 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelUser() local
162 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo() local
208 sptr<IPreRemoteAuthCallback> wrapper = new (std::nothrow) PreRemoteAuthCallbackService(callback); PrepareRemoteAuth() local
240 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(authOptions.accountId, callback); AuthUser() local
306 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); GetProperty() local
323 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); SetProperty() local
340 sptr<IGetEnrolledIdCallback> wrapper = new (std::nothrow) GetEnrolledIdCallbackService(callback); GetEnrolledId() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp61 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(childIndex); in MeasureAndGetChildHeight() local
75 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(i); in MeasureAndGetChildHeight() local
131 auto wrapper in LayoutALineForward() local
185 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex - 1); LayoutALineBackward() local
365 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(index); FindLanesStartIndex() local
375 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(idx - 1); FindLanesStartIndex() local
440 auto wrapper = layoutWrapper->GetChildByIndex(pos.first, true); LayoutCachedALine() local
457 auto wrapper = layoutWrapper->GetChildByIndex(index + i, true); LayoutCachedALineForward() local
506 auto wrapper = layoutWrapper->GetChildByIndex(idx, true); LayoutCachedALineBackward() local
569 RefPtr<LayoutWrapper> wrapper; LayoutCachedForward() local
621 RefPtr<LayoutWrapper> wrapper; LayoutCachedBackward() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp60 auto wrapper = layoutWrapperBuilder_->GetOrCreateWrapperByIndex(index); in GetOrCreateChildByIndex() local
113 auto wrapper = GetOrCreateChildByIndex(index, false); in RemoveChildInRenderTree() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp361 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(itemIndex); in Layout() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp68 auto* wrapper = (JSRenderImage*)value; in AttachImageBitmap() local
96 auto wrapper = reinterpret_cast<JSRenderImage*>(data); in Finalizer() local
108 auto wrapper = AceType::MakeRefPtr<JSRenderImage>(); in Constructor() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroll_layout_test_ng.cpp1088 auto* wrapper = AceType::RawPtr(frameNode_); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp196 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(listLayoutAlgorithm.itemPosition_.begin()->first); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp657 RefPtr<LayoutWrapper> wrapper = in HWTEST_F() local
695 RefPtr<LayoutWrapperNode> wrapper = in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp59 bool PagePattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& wrapper, const DirtySwapConfig& /* config */) in OnDirtyLayoutWrapperSwap() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp1541 auto wrapper = layoutWrapper.GetOrCreateChildByIndex(1); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp242 auto wrapper = layoutWrapper->GetChildByIndex(GetChildIndexWithFooter(item.first)); in Layout() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp205 InstanceWrapper wrapper; in GetWrapper() local
235 InstanceWrapper wrapper; in CreateInstance() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp223 sptr<PolicyProviderWrapper> wrapper = new(std::nothrow) PolicyProviderWrapper(&mockProvider); in InitAudioServer() local
/third_party/gn/src/base/
H A Dcommand_line.cc452 void CommandLine::PrependWrapper(const CommandLine::StringType& wrapper) { in PrependWrapper() argument
/third_party/node/src/
H A Dinspector_io.cc378 RequestQueueData* wrapper = in CloseAndFree() local
/third_party/python/Lib/
H A Dfunctools.py542 def wrapper(*args, **kwds): global() function
551 def wrapper(*args, **kwds): global() function
566 def wrapper(*args, **kwds): global() function
904 def wrapper(*args, **kw): global() function
[all...]
H A Ddataclasses.py234 def wrapper(self): function

Completed in 27 milliseconds

12345678910