Home
last modified time | relevance | path

Searched defs:from (Results 351 - 375 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_keytype.cpp276 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle() local
317 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); in initFromResourceBundle() local
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c69 char *from, *slash; in get_addrinfo() local
/third_party/toybox/toys/net/
H A Difconfig.c70 char *from, *slash; in get_addrinfo() local
/third_party/toybox/toys/pending/
H A Dstty.c120 char *from; member
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc499 MaybeEmitDependency(const FileDescriptor* import, const FileDescriptor* from, io::Printer* printer, string* error) MaybeEmitDependency() argument
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.cc97 Duration::Duration(const Duration& from) in Duration() argument
250 void Duration::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
265 void Duration::MergeFrom(const Duration& from) { in MergeFrom() argument
280 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
287 CopyFrom(const Duration& from) CopyFrom() argument
[all...]
H A Dempty.pb.cc94 Empty::Empty(const Empty& from) in Empty() argument
193 void Empty::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
208 void Empty::MergeFrom(const Empty& from) { in MergeFrom() argument
217 void Empty::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() argument
224 CopyFrom(const Empty& from) CopyFrom() argument
[all...]
H A Dfield_mask.pb.cc97 FieldMask::FieldMask(const FieldMask& from) in FieldMask() argument
236 void FieldMask::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
251 void FieldMask::MergeFrom(const FieldMask& from) { in MergeFrom() argument
261 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
268 CopyFrom(const FieldMask& from) CopyFrom() argument
[all...]
H A Dimplicit_weak_message.h122 static void Merge(const MessageLite& from, MessageLite* to) { in Merge() argument
H A Dany.pb.h81 inline Any& operator=(const Any& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
H A Dany.pb.cc111 Any::Any(const Any& from) in Any() argument
280 void Any::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
295 MergeFrom(const Any& from) MergeFrom() argument
310 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
317 CopyFrom(const Any& from) CopyFrom() argument
[all...]
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/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java361 between(Timestamp from, Timestamp to) between() argument
[all...]
H A DTimeUtil.java281 distance(Timestamp from, Timestamp to) distance() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c300 static bool to_bool(zval* from, bool* to) { in to_bool() argument
328 to_string(zval* from) to_string() argument
[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

Completed in 18 milliseconds

1...<<11121314151617181920>>...34