Home
last modified time | relevance | path

Searched defs:that (Results 76 - 100 of 301) sorted by relevance

12345678910>>...13

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h57 static JsiType<T> Cast(const JsiType<S>& that) in Cast() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.h142 auto that = reinterpret_cast<JsWeak<T>*>(ref); in Reset() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.cpp180 auto that = reinterpret_cast<ArkNativeReference*>(ref); in FreeGlobalCallBack() local
186 auto that = reinterpret_cast<ArkNativeReference*>(ref); in NativeFinalizeCallBack() local
/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp188 auto that = reinterpret_cast<NativeAsyncWork*>(req->data); in AsyncWorkCallback() local
216 auto that = reinterpret_cast<NativeAsyncWork*>(req->data); AsyncAfterWorkCallback() local
[all...]
/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp80 NetServer* that = static_cast<NetServer*>(peer->data); in OnClose() local
92 NetServer* that = static_cast<NetServer*>(server->data); in OnConnection() local
121 NetServer* that = static_cast<NetServer*>(handle->data); OnServerClose() local
138 NetServer* that = static_cast<NetServer*>(req->data); AfterWrite() local
153 TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, NetServer* that) TakeDiffactionsByStatus() argument
213 NetServer* that = static_cast<NetServer*>(handle->data); AfterRead() local
[all...]
H A Dnetserver.cpp79 NetServer* that = (NetServer*)peer->data; in OnClose() local
91 NetServer* that = (NetServer*)server->data; in OnConnection() local
120 NetServer* that = (NetServer*)handle->data; OnServerClose() local
137 NetServer* that = (NetServer*)req->data; AfterWrite() local
152 TakeDiffactionsByStatus(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf, NetServer* that) TakeDiffactionsByStatus() argument
212 NetServer* that = (NetServer*)handle->data; AfterRead() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp111 auto &that = GetInstance(poll); in OnPoll() local
130 auto &that = GetInstance(timer); in OnTimer() local
139 auto &that = GetInstance(signal); OnSignal() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp191 auto &that = *reinterpret_cast<FrameCollector *>(context); in SwitchFunction() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRanges.java317 public int compareTo(PluralRanges that) { in compareTo() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java42 public int compareTo(ClassEntry that) in compareTo() argument
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp400 operator =(const SearchIterator &that) operator =() argument
[all...]
/third_party/node/src/
H A Daliased_buffer-inl.h67 AliasedBufferBase( const AliasedBufferBase& that) AliasedBufferBase() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.h106 bool operator==(const iterator_base& that) { in operator ==() argument
109 bool operator!=(const iterator_base& that) { in operator !=() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h119 ZoneHandleSet<T> that; in remove() local
/third_party/node/deps/icu-small/source/i18n/
H A Dsearch.cpp400 operator =(const SearchIterator &that) operator =() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h209 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() { in TracedReference() argument
291 New( Isolate* isolate, T* that, void* slot, internal::GlobalHandleStoreMode store_mode) New() argument
[all...]
H A Dv8-local-handle.h159 V8_INLINE Local(Local<S> that) : val_(reinterpret_cast<T*>(*that)) { in Local() argument
236 Cast(Local<S> that) Cast() argument
260 New(Isolate* isolate, Local<T> that) New() argument
264 New(Isolate* isolate, const PersistentBase<T>& that) New() argument
269 New(Isolate* isolate, const BasicTracedReference<T>& that) New() argument
317 Local(T* that) Local() argument
318 New(Isolate* isolate, T* that) New() argument
349 MaybeLocal(Local<S> that) MaybeLocal() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc58 bool AsmType::IsA(AsmType* that) { in IsA() argument
240 auto* that = other->AsFunctionType(); in IsA() local
/third_party/node/deps/v8/include/v8-include/
H A Dv8-traced-handle.h197 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() { in TracedReference() argument
280 New( Isolate* isolate, T* that, internal::Address** slot, internal::GlobalHandleStoreMode store_mode) New() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h45 const Handle<T> Handle<T>::cast(Handle<S> that) { in cast() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc88 void DotPrinterImpl::PrintAttributes(RegExpNode* that) { in PrintAttributes() argument
89 os_ << " a" << that << " [shape=Mrecord, color=grey, fontcolor=grey, " in PrintAttributes() local
99 << " a" << that << " -> n" << that in PrintAttributes() local
103 void DotPrinterImpl::VisitChoice(ChoiceNode* that) { in VisitChoice() argument
104 os_ << " n" << that << " [shap in VisitChoice() local
115 VisitLoopChoice(LoopChoiceNode* that) VisitLoopChoice() argument
119 VisitNegativeLookaroundChoice( NegativeLookaroundChoiceNode* that) VisitNegativeLookaroundChoice() argument
124 VisitText(TextNode* that) VisitText() argument
126 os_ << " n" << that << " [label=\\""; VisitText() local
159 VisitBackReference(BackReferenceNode* that) VisitBackReference() argument
167 VisitEnd(EndNode* that) VisitEnd() argument
168 os_ << " n" << that << " [style=bold, shape=point];\\n"; VisitEnd() local
172 VisitAssertion(AssertionNode* that) VisitAssertion() argument
173 os_ << " n" << that << " ["; VisitAssertion() local
198 VisitAction(ActionNode* that) VisitAction() argument
199 os_ << " n" << that << " ["; VisitAction() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.cc32 KytheData* that = &KytheData::Get(); in AddConstantDefinition() local
48 KytheData* that = &Get(); in AddConstantUse() local
56 KytheData* that = &KytheData::Get(); in AddFunctionDefinition() local
75 KytheData* that = &Get(); AddCall() local
89 KytheData* that = &KytheData::Get(); AddClassFieldDefinition() local
104 KytheData* that = &KytheData::Get(); AddClassFieldUse() local
129 KytheData* that = &KytheData::Get(); AddBindingDefinitionImpl() local
143 KytheData* that = &KytheData::Get(); AddBindingUse() local
153 KytheData* that = &KytheData::Get(); AddBindingUse() local
163 KytheData* that = &KytheData::Get(); AddTypeDefinition() local
178 KytheData* that = &KytheData::Get(); AddTypeUse() local
[all...]
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp72 GrColorSpaceXformEffect::GrColorSpaceXformEffect(const GrColorSpaceXformEffect& that) in GrColorSpaceXformEffect() argument
/third_party/skia/src/gpu/effects/
H A DGrGaussianConvolutionFragmentProcessor.cpp242 const auto& that = sBase.cast<GrGaussianConvolutionFragmentProcessor>(); in onIsEqual() local
[all...]
/third_party/skia/src/core/
H A DSkEnumerate.h62 constexpr SkEnumerate(const SkEnumerate& that) = default; member in SkEnumerate
63 constexpr SkEnumerate& operator=(const SkEnumerate& that) { in operator =() argument

Completed in 12 milliseconds

12345678910>>...13