Home
last modified time | relevance | path

Searched defs:from (Results 301 - 325 of 1068) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java87 public LazyStringArrayList(LazyStringList from) { in LazyStringArrayList() argument
92 public LazyStringArrayList(List<String> from) { in LazyStringArrayList() argument
/third_party/protobuf/php/tests/
H A DWellKnownTest.php315 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable
/third_party/pulseaudio/src/pulse/
H A Dutf8.c189 static char* iconv_simple(const char *str, const char *to, const char *from) { in iconv_simple() argument
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-tdb.c40 static inline TDB_DATA* datum_to_tdb(TDB_DATA *to, const pa_datum *from) { in datum_to_tdb() argument
50 static inline pa_datum* datum_from_tdb(pa_datum *to, const TDB_DATA *from) { in datum_from_tdb() argument
/third_party/protobuf/src/google/protobuf/
H A Dsource_context.pb.h81 inline SourceContext& operator=(const SourceContext& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
H A Dtimestamp.pb.h81 inline Timestamp& operator=(const Timestamp& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs98 fn from(_: &'a A) -> Self { in from() functions
/third_party/rust/crates/io-lifetimes/examples/
H A Downing-wrapper.rs58 fn from(owned: Thing) -> Self { in from() functions
75 fn from(filelike: OwnedFd) -> Self { in from() functions
100 fn from(owned: Thing) -> Self { in from() functions
117 fn from(filelike: OwnedHandle) -> Self { in from() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout_test.cc40 size_t Distance(const void* from, const void* to) { in Distance() argument
1378 size_t from; member
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs94 fn from(_: u32) -> Self { in from() functions
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_remote.rs221 fn from(def: PrimitivePrivDef) -> Self { in from() functions
227 fn from(def: NewtypePrivDef) -> Self { in from() functions
233 fn from(def: TuplePrivDef) -> Self { in from() functions
239 fn from(def: StructPrivDef) -> Self { in from() functions
245 fn from(def: StructGenericWithGetterDef<T>) -> Self { in from() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs92 fn from(e: ErrorStack) -> Error { in from() functions
182 fn from(e: ErrorStack) -> HandshakeError<S> { in from() functions
/third_party/rust/crates/rustix/src/net/
H A Daddr.rs574 fn from(sock4: SocketAddrV4) -> SocketAddr { in from() functions
582 fn from(sock6: SocketAddrV6) -> SocketAddr { in from() functions
595 fn from(pieces: (I, u16)) -> SocketAddr { in from() functions
/third_party/rust/crates/rust-cexpr/src/
H A Dliteral.rs64 fn from(i: u8) -> CChar { in from() functions
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs153 fn from(err: NmountError) -> Self { in from() functions
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs292 fn from(err: syn::Error) -> Self { in from() functions
/third_party/rust/crates/regex/bench/src/ffi/
H A Dre2.rs128 fn from(s: &'a str) -> re2_string { in from() functions
/third_party/spirv-tools/test/
H A Dtest_fixture.h56 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnetlink.c41 struct sockaddr_nl from; in netlink_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dctrl_iface_common.c143 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_attach() argument
170 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_detach() argument
190 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_level() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnetlink.c41 struct sockaddr_nl from; in netlink_receive() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dctrl_iface_common.c143 int ctrl_iface_attach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_attach() argument
170 int ctrl_iface_detach(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_detach() argument
190 int ctrl_iface_level(struct dl_list *ctrl_dst, struct sockaddr_storage *from, in ctrl_iface_level() argument
[all...]
/third_party/node/lib/
H A Dbuffer.js298 Buffer.from = function from(valu function
[all...]
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h417 bool ParseAndSetTraceInfo(T& to, V from) in ParseAndSetTraceInfo() argument
478 bool ParseValue(T& to, V from) in ParseValue() argument
/base/request/request/services/src/task/
H A Dconfig.rs184 fn from(value: u8) -> Self { in from() functions
194 fn from(value: u8) -> Self { in from() functions
204 fn from(value: u8) -> Self { in from() functions
213 fn from(value: u8) -> Self { in from() functions

Completed in 16 milliseconds

1...<<11121314151617181920>>...43