Home
last modified time | relevance | path

Searched defs:from (Results 476 - 500 of 1047) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc655 protobuf_unittest::TestEnumMapPlusExtraLite from; in TEST() local
[all...]
H A Dmessage.h1225 DynamicCastToGenerated(const Message* from) DynamicCastToGenerated() argument
1244 DynamicCastToGenerated(Message* from) DynamicCastToGenerated() argument
[all...]
H A Dmessage.cc81 void Message::MergeFrom(const Message& from) { in MergeFrom() argument
97 void Message::CopyFrom(const Message& from) { in CopyFrom() argument
[all...]
H A Dreflection_ops.cc65 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 Dsource_context.pb.cc97 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 Dtimestamp.pb.cc97 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 Dwrappers.pb.h113 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 Dzipimport.py310 _bootstrap._verbose_message('import {} # loaded from Zip {}', fullname, modpath) namespace
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_protocol_inheritance.rs49 fn from(child: Bar) -> Foo { in from() functions
/third_party/rust/crates/clap/src/error/
H A Dmod.rs754 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 Dtime_zone.h193 civil_second from; // the civil time we jump from member
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc36 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 Dranden_slow.cc239 Vector128Load(const void* from) { in Vector128Load() argument
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs283 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 Depoll.rs274 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 Dre_set.rs434 fn from(exec: Exec) -> Self { in from() functions
H A Dinput.rs395 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 Dip.rs1025 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 Dtermios.rs327 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 Dtime.rs206 fn from(clock_id: ClockId) -> Self { in from() functions
212 fn from(clk_id: clockid_t) -> Self { in from() functions
H A Derrno.rs127 fn from(err: Errno) -> Self { in from() functions
H A Ddir.rs58 pub fn from<F: IntoRawFd>(fd: F) -> Result<Self> { in from() functions
/third_party/rust/crates/regex/regex-syntax/src/
H A Derror.rs31 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 Derror.rs87 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 Dtests.rs308 fn from(_: (I, ErrorKind)) -> Self { in from() functions

Completed in 22 milliseconds

1...<<11121314151617181920>>...42