| /third_party/protobuf/src/google/protobuf/ |
| H A D | lite_unittest.cc | 655 protobuf_unittest::TestEnumMapPlusExtraLite from; in TEST() local [all...] |
| H A D | message.h | 1225 DynamicCastToGenerated(const Message* from) DynamicCastToGenerated() argument 1244 DynamicCastToGenerated(Message* from) DynamicCastToGenerated() argument [all...] |
| H A D | message.cc | 81 void Message::MergeFrom(const Message& from) { in MergeFrom() argument 97 void Message::CopyFrom(const Message& from) { in CopyFrom() argument [all...] |
| H A D | reflection_ops.cc | 65 void ReflectionOps::Copy(const Message& from, Message* to) { in Copy() argument 71 void ReflectionOps::Merge(const Message& from, Message* to) { in Merge() argument [all...] |
| H A D | source_context.pb.cc | 97 SourceContext::SourceContext(const SourceContext& from) in SourceContext() argument 236 void SourceContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 251 void SourceContext::MergeFrom(const SourceContext& from) { in MergeFrom() argument 263 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument 270 CopyFrom(const SourceContext& from) CopyFrom() argument [all...] |
| H A D | timestamp.pb.cc | 97 Timestamp::Timestamp(const Timestamp& from) in Timestamp() argument 250 void Timestamp::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 265 void Timestamp::MergeFrom(const Timestamp& from) { in MergeFrom() argument 280 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument 287 CopyFrom(const Timestamp& from) CopyFrom() argument [all...] |
| H A D | wrappers.pb.h | 113 inline DoubleValue& operator=(const DoubleValue& from) { in operator =() argument 119 if (this != &from) InternalSwap(&from); variable 121 CopyFrom(from); variable 250 operator =(const FloatValue& from) operator =() argument 256 if (this != &from) InternalSwap(&from); global() variable 258 CopyFrom(from); global() variable 387 operator =(const Int64Value& from) operator =() argument 393 if (this != &from) InternalSwap(&from); global() variable 395 CopyFrom(from); global() variable 524 operator =(const UInt64Value& from) operator =() argument 530 if (this != &from) InternalSwap(&from); global() variable 532 CopyFrom(from); global() variable 661 operator =(const Int32Value& from) operator =() argument 667 if (this != &from) InternalSwap(&from); global() variable 669 CopyFrom(from); global() variable 798 operator =(const UInt32Value& from) operator =() argument 804 if (this != &from) InternalSwap(&from); global() variable 806 CopyFrom(from); global() variable 935 operator =(const BoolValue& from) operator =() argument 941 if (this != &from) InternalSwap(&from); global() variable 943 CopyFrom(from); global() variable 1072 operator =(const StringValue& from) operator =() argument 1078 if (this != &from) InternalSwap(&from); global() variable 1080 CopyFrom(from); global() variable 1216 operator =(const BytesValue& from) operator =() argument 1222 if (this != &from) InternalSwap(&from); global() variable 1224 CopyFrom(from); global() variable [all...] |
| /third_party/python/Lib/ |
| H A D | zipimport.py | 310 _bootstrap._verbose_message('import {} # loaded from Zip {}', fullname, modpath) namespace [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | objc_protocol_inheritance.rs | 49 fn from(child: Bar) -> Foo { in from() functions
|
| /third_party/rust/crates/clap/src/error/ |
| H A D | mod.rs | 754 fn from(e: io::Error) -> Self { in from() functions 760 fn from(e: fmt::Error) -> Self { in from() functions 825 fn from(inner: String) -> Self { in from() functions 831 fn from(inner: StyledStr) -> Self { in from() functions
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | time_zone.h | 193 civil_second from; // the civil time we jump from member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles_test.cc | 36 int from; member 50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() argument 182 EdgeIndex(Edges *edges, int from, int to) EdgeIndex() argument 250 int from = RandomNode(&rng, &nodes); TEST() local 270 int from = edges[i].from; TEST() local 282 int from = RandomNode(&rng, &nodes); TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen_slow.cc | 239 Vector128Load(const void* from) { in Vector128Load() argument
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| H A D | epoll.rs | 283 fn from(epoll: Epoll<Owning<'context, T>>) -> Self { in as_fd() functions 292 fn from(fd: OwnedFd) -> Self { in from() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| H A D | epoll.rs | 274 fn from(epoll: Epoll<Owning<'context, T>>) -> Self { in as_fd() functions 283 fn from(fd: OwnedFd) -> Self { in from() functions
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_set.rs | 434 fn from(exec: Exec) -> Self { in from() functions
|
| H A D | input.rs | 395 fn from(c: char) -> Char { in from() functions 401 fn from(c: Option<char>) -> Char { in from() functions
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | ip.rs | 1025 fn from(ipv4: Ipv4Addr) -> IpAddr { in from() functions 1047 fn from(ipv6: Ipv6Addr) -> IpAddr { in from() functions 1125 fn from(ip: Ipv4Addr) -> u32 { from() functions 1143 fn from(ip: u32) -> Ipv4Addr { from() functions 1163 fn from(octets: [u8; 4]) -> Ipv4Addr { from() functions 1181 fn from(octets: [u8; 4]) -> IpAddr { from() functions 1916 fn from(ip: Ipv6Addr) -> u128 { from() functions 1938 fn from(ip: u128) -> Ipv6Addr { from() functions 1967 fn from(octets: [u8; 16]) -> Ipv6Addr { from() functions 1996 fn from(segments: [u16; 8]) -> Ipv6Addr { from() functions 2026 fn from(octets: [u8; 16]) -> IpAddr { from() functions 2055 fn from(segments: [u16; 8]) -> IpAddr { from() functions [all...] |
| /third_party/rust/crates/nix/src/sys/ |
| H A D | termios.rs | 327 fn from(termios: libc::termios) -> Self { in from() functions 346 fn from(termios: Termios) -> Self { in from() functions 475 fn from(b: BaudRate) -> u32 { in from() functions 482 fn from(b: BaudRate) -> u8 { in from() functions [all...] |
| /third_party/rust/crates/nix/src/ |
| H A D | time.rs | 206 fn from(clock_id: ClockId) -> Self { in from() functions 212 fn from(clk_id: clockid_t) -> Self { in from() functions
|
| H A D | errno.rs | 127 fn from(err: Errno) -> Self { in from() functions
|
| H A D | dir.rs | 58 pub fn from<F: IntoRawFd>(fd: F) -> Result<Self> { in from() functions
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | error.rs | 31 fn from(err: ast::Error) -> Error { in from() functions 37 fn from(err: hir::Error) -> Error { in from() functions 83 fn from(err: &'e ast::Error) -> Self { in from() functions 94 fn from(err: &'e hir::Error) -> Self { in from() functions
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | error.rs | 87 fn from(e: ErrorStack) -> io::Error { in from() functions 93 fn from(_: ErrorStack) -> fmt::Error { in from() functions
|
| /third_party/rust/crates/nom/src/multi/ |
| H A D | tests.rs | 308 fn from(_: (I, ErrorKind)) -> Self { in from() functions
|