Searched refs:Clone (Results 26 - 50 of 274) sorted by relevance

1234567891011

/external/pdfium/xfa/fwl/
H A Dcfwl_messagemouse.cpp21 std::unique_ptr<CFWL_Message> CFWL_MessageMouse::Clone() { function in class:CFWL_MessageMouse
H A Dcfwl_messagemousewheel.cpp22 std::unique_ptr<CFWL_Message> CFWL_MessageMouseWheel::Clone() { function in class:CFWL_MessageMouseWheel
H A Dcfwl_messagemousewheel.h22 std::unique_ptr<CFWL_Message> Clone() override;
H A Dcfwl_messagesetfocus.cpp19 std::unique_ptr<CFWL_Message> CFWL_MessageSetFocus::Clone() { function in class:CFWL_MessageSetFocus
H A Dcfwl_message.cpp22 std::unique_ptr<CFWL_Message> CFWL_Message::Clone() { function in class:CFWL_Message
H A Dcfwl_messagemouse.h35 std::unique_ptr<CFWL_Message> Clone() override;
H A Dcfwl_message.h27 virtual std::unique_ptr<CFWL_Message> Clone();
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dwtf_clone_equals_util.h21 static WTF::Vector<T> Clone(const WTF::Vector<T>& input) { function in struct:mojo::internal::CloneTraits
25 result.append(internal::Clone(element));
33 static WTF::HashMap<K, V> Clone(const WTF::HashMap<K, V>& input) { function in struct:mojo::internal::CloneTraits
37 result.add(internal::Clone(it->key), internal::Clone(it->value));
H A Dclone_equals_util.h21 static char Test(decltype(&U::Clone));
34 T Clone(const T& input);
38 static T Clone(const T& input) { return input.Clone(); } function in struct:mojo::internal::CloneTraits
43 static T Clone(const T& input) { return input; } function in struct:mojo::internal::CloneTraits
48 static base::Optional<T> Clone(const base::Optional<T>& input) { function in struct:mojo::internal::CloneTraits
52 return base::Optional<T>(internal::Clone(*input));
58 static std::vector<T> Clone(const std::vector<T>& input) { function in struct:mojo::internal::CloneTraits
62 result.push_back(internal::Clone(element));
70 static std::unordered_map<K, V> Clone(cons function in struct:mojo::internal::CloneTraits
81 T Clone(const T& input) { function in namespace:mojo::internal
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A DSConscript8 env = env.Clone()
/external/mesa3d/src/gallium/state_trackers/xorg/
H A DSConscript6 env = env.Clone()
/external/mesa3d/src/gallium/targets/
H A DSConscript.dri9 drienv = env.Clone()
/external/pdfium/xfa/fde/
H A Dcfx_chariter.h24 IFX_CharIter* Clone() override;
/external/google-tv-pairing-protocol/cpp/
H A Dmain.scons53 linux_env = root_env.Clone(tools = ['target_platform_linux'])
60 linux_32_env = linux_env.Clone()
69 linux_dbg_32_env = linux_32_env.Clone(
77 linux_opt_32_env = linux_32_env.Clone(
90 linux_64_env = linux_env.Clone()
99 linux_dbg_64_env = linux_64_env.Clone(
108 linux_opt_64_env = linux_64_env.Clone(
121 mac_env = root_env.Clone(tools = ['target_platform_mac'])
144 mac_opt_env = mac_env.Clone(
158 mac_dbg_env = mac_env.Clone(
[all...]
/external/dng_sdk/source/
H A Ddng_simple_image.h49 virtual dng_image * Clone () const;
/external/libchrome/crypto/
H A Dsecure_hash.h35 virtual std::unique_ptr<SecureHash> Clone() const = 0;
/external/libmojo/mojo/public/cpp/bindings/
H A Dnative_struct.h39 NativeStructPtr Clone() const;
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.cpp35 m_pBitmap = pSource->Clone();
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.cpp20 std::unique_ptr<CPDF_Object> CPDF_Boolean::Clone() const { function in class:CPDF_Boolean
H A Dcpdf_name.cpp25 std::unique_ptr<CPDF_Object> CPDF_Name::Clone() const { function in class:CPDF_Name
/external/ImageMagick/PerlMagick/demo/
H A Dpixel-fx.pl26 my $dest = $orig->Clone();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognizerSharedState.cs163 following = (BitSet[])state.following.Clone();
172 ruleMemo = (IDictionary<int, int>[])state.ruleMemo.Clone();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognizerSharedState.cs167 following = (BitSet[])state.following.Clone();
176 ruleMemo = (IDictionary<int, int>[])state.ruleMemo.Clone();
/external/mesa3d/src/gallium/state_trackers/egl/
H A DSConscript6 env = env.Clone()
/external/mesa3d/src/gallium/targets/graw-gdi/
H A DSConscript6 env = env.Clone()

Completed in 527 milliseconds

1234567891011