| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | convert.c | 484 upb_msg *wrapper = upb_msg_new(subm, arena); in Convert_PhpToUpbAutoWrap() local
|
| H A D | message.c | 702 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 D | protostream_objectwriter_test.cc | 2785 Int32Wrapper wrapper; in TEST_P() local
|
| /third_party/python/Lib/test/ |
| H A D | test_largefile.py | 158 def wrapper(*args, **kwargs): function
|
| H A D | inspect_fodder2.py | 3 def wrapper(func): function 267 def wrapper(*a, **kwd): function
|
| H A D | test_queue.py | 479 def wrapper(*args, **kwargs): function
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | fixtures.py | 305 def wrapper(func): function
|
| H A D | util.py | 303 def wrapper(*args, **kwargs): function
|
| /base/account/os_account/frameworks/account_iam/src/ |
| H A D | account_iam_client.cpp | 84 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 D | list_lanes_layout_algorithm.cpp | 61 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 D | layout_wrapper_node.cpp | 60 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 D | grid_layout_algorithm.cpp | 361 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(itemIndex); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_render_image.cpp | 68 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 D | grid_scroll_layout_test_ng.cpp | 1088 auto* wrapper = AceType::RawPtr(frameNode_); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
| H A D | list_group_algorithm_test_ng.cpp | 196 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(listLayoutAlgorithm.itemPosition_.begin()->first); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
| H A D | security_component_test_ng_extension.cpp | 657 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 D | page_pattern.cpp | 59 bool PagePattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& wrapper, const DirtySwapConfig& /* config */) in OnDirtyLayoutWrapperSwap() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| H A D | swiper_layout_test_ng.cpp | 1541 auto wrapper = layoutWrapper.GetOrCreateChildByIndex(1); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
| H A D | water_flow_layout_algorithm.cpp | 242 auto wrapper = layoutWrapper->GetChildByIndex(GetChildIndexWithFooter(item.first)); in Layout() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | create_functions_vk.cpp | 205 InstanceWrapper wrapper; in GetWrapper() local 235 InstanceWrapper wrapper; in CreateInstance() local [all...] |
| /foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/ |
| H A D | audio_stream_fuzzer.cpp | 223 sptr<PolicyProviderWrapper> wrapper = new(std::nothrow) PolicyProviderWrapper(&mockProvider); in InitAudioServer() local
|
| /third_party/gn/src/base/ |
| H A D | command_line.cc | 452 void CommandLine::PrependWrapper(const CommandLine::StringType& wrapper) { in PrependWrapper() argument
|
| /third_party/node/src/ |
| H A D | inspector_io.cc | 378 RequestQueueData* wrapper = in CloseAndFree() local
|
| /third_party/python/Lib/ |
| H A D | functools.py | 542 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 D | dataclasses.py | 234 def wrapper(self): function
|