Searched defs:Copy (Results 1 - 25 of 115) sorted by relevance

12345

/external/llvm/unittests/ADT/
H A DBitVectorTest.cpp89 TypeParam Copy = Vec; local
93 EXPECT_TRUE(Copy == Alt);
97 std::swap(Copy, Vec);
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id.h52 Copy(that);
55 Copy(that);
58 inline void Copy(const Id& that) { function in class:syncable::Id
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dinvert.h71 virtual InvertFst<A> *Copy() const { return new InvertFst(*this); } function in class:fst::InvertFst
H A Dclosure.h113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); } function in class:fst::ClosureFst
H A Dconcat.h124 virtual ConcatFst<A> *Copy() const { return new ConcatFst<A>(*this); } function in class:fst::ConcatFst
H A Ddifference.h82 virtual DifferenceFst<A> *Copy() const { function in class:fst::DifferenceFst
H A Dintersect.h73 virtual IntersectFst<A> *Copy() const { function in class:fst::IntersectFst
H A Dproject.h89 virtual ProjectFst<A> *Copy() const { return new ProjectFst(*this); } function in class:fst::ProjectFst
H A Dunion.h126 virtual UnionFst<A> *Copy() const { return new UnionFst<A>(*this); } function in class:fst::UnionFst
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c35 value Copy = copy_string(StringRep); local
37 return Copy;
/external/openfst/src/include/fst/
H A Dclosure.h119 // See Fst<>::Copy() for doc.
123 // Get a copy of this ClosureFst. See Fst<>::Copy() for further doc.
124 virtual ClosureFst<A> *Copy(bool safe = false) const { function in class:fst::ClosureFst
H A Ddifference.h109 // See Fst<>::Copy() for doc.
113 // Get a copy of this DifferenceFst. See Fst<>::Copy() for further doc.
114 virtual DifferenceFst<A> *Copy(bool safe = false) const { function in class:fst::DifferenceFst
H A Dintersect.h93 // See Fst<>::Copy() for doc.
97 // Get a copy of this IntersectFst. See Fst<>::Copy() for further doc.
98 virtual IntersectFst<A> *Copy(bool safe = false) const { function in class:fst::IntersectFst
H A Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0;
58 SymbolTable *output = fst->OutputSymbols() ? fst->OutputSymbols()->Copy() : 0;
89 // See Fst<>::Copy() for doc.
93 // Get a copy of this InvertFst. See Fst<>::Copy() for further doc.
94 virtual InvertFst<A> *Copy(bool safe = false) const { function in class:fst::InvertFst
H A Dmap.h72 // See Fst<>::Copy() for doc.
76 // Get a copy of this MapFst. See Fst<>::Copy() for further doc.
77 virtual MapFst<A, B, C> *Copy(bool safe = false) const { function in class:fst::MapFst
H A Dproject.h112 // See Fst<>::Copy() for doc.
116 // Get a copy of this ProjectFst. See Fst<>::Copy() for further doc.
117 virtual ProjectFst<A> *Copy(bool safe = false) const { function in class:fst::ProjectFst
H A Dconcat.h210 // See Fst<>::Copy() for doc.
214 // Get a copy of this ConcatFst. See Fst<>::Copy() for further doc.
215 virtual ConcatFst<A> *Copy(bool safe = false) const { function in class:fst::ConcatFst
H A Dunion.h149 // See Fst<>::Copy() for doc.
153 // Get a copy of this UnionFst. See Fst<>::Copy() for further doc.
154 virtual UnionFst<A> *Copy(bool safe = false) const { function in class:fst::UnionFst
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc44 void ReflectionOps::Copy(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.cc137 void TabStripSelectionModel::Copy(const TabStripSelectionModel& source) { function in class:TabStripSelectionModel
/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.cc216 void VCDiffCodeTableWriter::Copy(int32_t offset, size_t size) { function in class:open_vcdiff::VCDiffCodeTableWriter
218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()"
/external/chromium/webkit/glue/
H A Dwebcursor.cc34 Copy(other);
42 Copy(other);
160 void WebCursor::Copy(const WebCursor& other) { function in class:WebCursor
/external/clang/lib/Sema/
H A DTypeLocBuilder.h64 TypeLoc Copy = pushFullUninitializedImpl(L.getType(), Size); local
65 memcpy(Copy.getOpaqueData(), L.getOpaqueData(), Size);
/external/regex-re2/re2/
H A Dsimplify.cc111 virtual Regexp* Copy(Regexp* re);
154 Regexp* SimplifyWalker::Copy(Regexp* re) { function in class:re2::SimplifyWalker
H A Dwalker-inl.h52 virtual T Copy(T arg);
69 // Like Walk, but doesn't use Copy. This can lead to
112 template<typename T> T Regexp::Walker<T>::Copy(T arg) { function in class:re2::Regexp::Walker
197 s->child_args[s->n] = Copy(s->child_args[s->n - 1]);

Completed in 370 milliseconds

12345