Home
last modified time | relevance | path

Searched refs:AddImpl (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/common/
Dsimple-adder.h34 AddImpl(source, num_floats_, dest_); in LazyAdd()
43 TC_ATTRIBUTE_ALWAYS_INLINE static void AddImpl(const float *__restrict source, in AddImpl() function
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_impl.h47 void AddImpl(const TraceLevel level, const TraceModule module,
Dtrace_impl.cc415 void TraceImpl::AddImpl(const TraceLevel level, in AddImpl() function in webrtc::TraceImpl
599 trace->AddImpl(level, module, id, buff); in Add()
/external/v8/src/
Delements.cc671 Subclass::AddImpl(object, index, value, attributes, new_capacity); in Add()
674 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
1472 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::DictionaryElementsAccessor
1930 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::FastElementsAccessor
3329 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::SlowSloppyArgumentsElementsAccessor
3444 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::FastSloppyArgumentsElementsAccessor
3583 static void AddImpl(Handle<JSObject> object, uint32_t index, in AddImpl() function in v8::internal::__anon51de3a750111::StringWrapperElementsAccessor
3595 BackingStoreAccessor::AddImpl(object, index, value, attributes, in AddImpl()