Searched refs:copyFrom (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicPutByIdList.cpp45 result.m_oldStructure.copyFrom(stubInfo.u.putByIdReplace.baseObjectStructure);
52 result.m_oldStructure.copyFrom(stubInfo.u.putByIdTransition.previousStructure);
53 result.m_newStructure.copyFrom(stubInfo.u.putByIdTransition.structure);
54 result.m_chain.copyFrom(stubInfo.u.putByIdTransition.chain);
H A DPolymorphicGetByIdList.cpp64 result.m_structure.copyFrom(stubInfo.u.getByIdSelf.baseObjectStructure);
69 result.m_structure.copyFrom(stubInfo.u.getByIdChain.baseObjectStructure);
70 result.m_chain.copyFrom(stubInfo.u.getByIdChain.chain);
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioDestinationNode.h77 m_sourceBus->copyFrom(*bus);
86 destinationBus->copyFrom(*m_sourceBus);
H A DAudioDestinationNode.cpp92 destinationBus->copyFrom(*renderedBus);
H A DAnalyserNode.cpp67 outputBus->copyFrom(*inputBus);
H A DChannelSplitterNode.cpp74 destination->channel(0)->copyFrom(source->channel(i));
H A DMediaStreamAudioDestinationNode.cpp73 m_mixBus->copyFrom(*input(0)->bus());
H A DChannelMergerNode.cpp89 outputChannel->copyFrom(inputChannel);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioChannel.cpp58 void AudioChannel::copyFrom(const AudioChannel* sourceChannel) function in class:WebCore::AudioChannel
113 copyFrom(sourceChannel);
H A DAudioChannel.h118 void copyFrom(const AudioChannel* sourceChannel);
H A DAudioBus.cpp216 void AudioBus::copyFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation) function in class:WebCore::AudioBus
226 channel(i)->copyFrom(sourceBus.channel(i));
278 channel(0)->copyFrom(sourceChannel);
279 channel(1)->copyFrom(sourceChannel);
293 channel(2)->copyFrom(sourceBus.channel(0));
384 channel(i)->copyFrom(sourceBus.channel(i));
388 channel(i)->copyFrom(sourceBus.channel(i));
H A DAudioBus.h126 void copyFrom(const AudioBus& sourceBus, ChannelInterpretation = Speakers);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dcharstr.h62 CharString &copyFrom(const CharString &other, UErrorCode &errorCode);
H A Dcharstr.cpp22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { function in class:CharString
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayStorage.h66 m_sparseMap.copyFrom(other.m_sparseMap);
H A DWriteBarrier.h76 // This is meant to be used like operator=, but is called copyFrom instead, in
78 void copyFrom(const WriteBarrierBase<T>& other) function in class:JSC::WriteBarrierBase
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddtptngen_impl.h188 void copyFrom(const PtnSkeleton& skeleton);
189 void copyFrom();
207 void copyFrom(const PatternMap& other, UErrorCode& status);
H A Dcollationdatabuilder.h145 void copyFrom(const CollationDataBuilder &src, const CEModifier &modifier,
/macosx-10.10/objc4-646/runtime/
H A Dllvm-DenseMap.h326 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { function in class:objc::DenseMapBase
599 copyFrom(other);
628 copyFrom(other);
642 void copyFrom(const DenseMap& other) { function in class:objc::DenseMap
646 this->BaseT::copyFrom(other);
764 copyFrom(other);
858 copyFrom(other);
872 void copyFrom(const SmallDenseMap& other) { function in class:objc::SmallDenseMap
880 this->BaseT::copyFrom(other);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DGregorianDateTime.h97 void copyFrom(const GregorianDateTime& other) function in class:WTF::GregorianDateTime
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFormSubmission.h80 void copyFrom(const Attributes&);
H A DFormSubmission.cpp116 void FormSubmission::Attributes::copyFrom(const Attributes& other) function in class:WebCore::FormSubmission::Attributes
155 copiedAttributes.copyFrom(attributes);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DDenseMap.h290 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { function in class:llvm::DenseMapBase
536 copyFrom(other);
565 copyFrom(other);
579 void copyFrom(const DenseMap& other) { function in class:llvm::DenseMap
583 this->BaseT::copyFrom(other);
700 copyFrom(other);
794 copyFrom(other);
808 void copyFrom(const SmallDenseMap& other) { function in class:llvm::SmallDenseMap
816 this->BaseT::copyFrom(other);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DGraph.h139 inline void copyFrom(const Graph &other);
149 copyFrom(other);
161 copyFrom(other);
447 void Graph::copyFrom(const Graph &other) { function in class:PBQP::Graph
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dtransition.cpp299 newContext->copyFrom(context, context.attachment);
337 context.copyFrom(source, context.attachment);
435 newContext->copyFrom(context, context.attachment);

Completed in 675 milliseconds

12