/third_party/python/Modules/ |
H A D | gcmodule.c | 298 gc_list_merge(PyGC_Head *from, PyGC_Head *to) gc_list_merge() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageLite.java | 1134 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument [all...] |
H A D | Descriptors.java | 1628 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 192 Reparse( PyMessageFactory* message_factory, const Message& from, Message* to) Reparse() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.cc | 496 OnStartChunk(int chunk, int cached_has_word_index, const std::string& from, io::Printer* printer) OnStartChunk() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 842 Merge(const GenericType& from, GenericType* to) Merge() argument 910 Merge(const std::string& from, std::string* to) Merge() argument 1618 MoveArray(Element* to, Element* from, int array_size) MoveArray() argument 1624 CopyArray(Element* to, const Element* from, int array_size) CopyArray() argument 1632 operator ()(Element* to, const Element* from, int array_size) operator ()() argument [all...] |
H A D | type.pb.h | 194 inline Type& operator=(const Type& from) { in operator =() argument 200 if (this != &from) InternalSwap(&from); variable 202 CopyFrom(from); variable 435 operator =(const Field& from) operator =() argument 441 if (this != &from) InternalSwap(&from); global() variable 443 CopyFrom(from); global() variable 806 operator =(const Enum& from) operator =() argument 812 if (this != &from) InternalSwap(&from); global() variable 814 CopyFrom(from); global() variable 1021 operator =(const EnumValue& from) operator =() argument 1027 if (this != &from) InternalSwap(&from); global() variable 1029 CopyFrom(from); global() variable 1196 operator =(const Option& from) operator =() argument 1202 if (this != &from) InternalSwap(&from); global() variable 1204 CopyFrom(from); global() variable [all...] |
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 97 self.assertRegex(str(cm.exception), r"cannot import name 'i_dont_exist' from 'os' \\(.*os.py\\)") global() namespace 109 r"cannot import name 'i_dont_exist' from '_testcapi' \\(.*\\.(so|pyd)\\)" global() namespace 186 self.fail("import from %s failed: %s" % (ext, err)) global() namespace 759 self.fail("could not import 'test_unc_path' from %r: %r" global() namespace [all...] |
/third_party/python/Modules/expat/ |
H A D | xmltok.c | 326 _INTERNAL_trim_to_complete_utf8_characters(const char *from, in _INTERNAL_trim_to_complete_utf8_characters() argument 408 const char *from = *fromP; in utf8_toUtf16() local [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 1177 size_t from = sizes[i]; in drawText() local
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.h | 149 void setClusterRange(size_t from, size_t to) { fClusterRange = ClusterRange(from, to); } in setClusterRange() argument
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 253 fn from(inner: proc_macro::TokenStream) -> Self { in from() functions 261 fn from(inner: TokenStream) -> Self { in from() functions 267 fn from(toke functions 587 fn from(g: Group) -> Self { from() functions 593 fn from(g: Ident) -> Self { from() functions 599 fn from(g: Punct) -> Self { from() functions 605 fn from(g: Literal) -> Self { from() functions [all...] |
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_annotations.rs | 1521 fn from(v: EnumToU32) -> Self { in from() functions 1549 fn from(v: Option<u32>) -> Self { in from() functions 2329 fn from(test: Test) -> Self { in test_partially_untagged_enum_desugared() functions
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 105 fn from(uid: Uid) -> Self { in from() functions 111 fn from(uid: uid_t) -> Self { in from() functions 157 fn from(gid: Gid) -> Self { in from() functions 163 fn from(gid: gid_t) -> Self { in from() functions 209 fn from(pid: Pid) -> Self { in from() functions 3015 fn from(pw: &libc::passwd) -> User { from() functions 3054 fn from(u: User) -> Self { from() functions 3203 fn from(gr: &libc::group) -> Group { from() functions [all...] |
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 2473 fn from(self) -> Self::Deserializer; in from() functions 2484 fn from(self) -> Self::Deserializer { in from() functions 2545 fn from(self) -> Self::Deserializer { in from() functions 2559 fn from(self) -> Self::Deserializer { in from() functions 2573 fn from(self) -> Self::Deserializer { in from() functions 2584 fn from(sel functions [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 1116 Optimizer::PassToken CreateSwitchDescriptorSetPass(uint32_t from, uint32_t to) { in CreateSwitchDescriptorSetPass() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 205 static inline std::string replace(const std::string& str, const std::string& from, const std::string& to) in replace() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 1236 radius_server_reject(struct radius_server_data *data, struct radius_client *client, struct radius_msg *request, struct sockaddr *from, socklen_t fromlen, const char *from_addr, int from_port) radius_server_reject() argument 1342 radius_server_request(struct radius_server_data *data, struct radius_msg *msg, struct sockaddr *from, socklen_t fromlen, struct radius_client *client, const char *from_addr, int from_port, struct radius_session *force_sess) radius_server_request() argument 1664 } from; radius_server_receive_auth() local 1794 } from; radius_server_receive_acct() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 77 void CopyArraySizes(const TType *from, TType *to) in CopyArraySizes() argument 1409 addFieldCopy(TIntermBlock *body, TIntermTyped *to, TIntermTyped *from, bool isCopyToOriginal) addFieldCopy() argument 1437 declareStructCopy(const TStructure *from, const TStructure *to, bool isCopyToOriginal) declareStructCopy() argument [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 1644 nodemask_t from; global() member 1658 cpuset_migrate_mm(struct mm_struct *mm, const nodemask_t *from, const nodemask_t *to) cpuset_migrate_mm() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 1070 unsigned int from, nr;
in mmc_blk_issue_discard_rq() local 1105 unsigned int from, nr, arg;
in mmc_blk_issue_secdiscard_rq() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1946 void Ability::OnDisplayMove(Rosen::DisplayId from, Rosen::DisplayId to) in OnDisplayMove() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 2381 auto from = static_cast<int32_t>(selectedItemIndex_); in OnSelectedItemStopMoving() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 633 void RenderNode::CreateMouseAnimation(RefPtr<KeyframeAnimation<Color>>& animation, const Color& from, const Color& to) in CreateMouseAnimation() argument
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 1639 void MediaFileUtils::ReplaceAll(std::string &str, const std::string &from, const std::string &to) argument
|