/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc_keytype.cpp | 276 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 D | ifconfig.c | 69 char *from, *slash; in get_addrinfo() local
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 70 char *from, *slash; in get_addrinfo() local
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 120 char *from; member
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generator.cc | 499 MaybeEmitDependency(const FileDescriptor* import, const FileDescriptor* from, io::Printer* printer, string* error) MaybeEmitDependency() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.cc | 97 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 D | empty.pb.cc | 94 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 D | field_mask.pb.cc | 97 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 D | implicit_weak_message.h | 122 static void Merge(const MessageLite& from, MessageLite* to) { in Merge() argument
|
H A D | any.pb.h | 81 inline Any& operator=(const Any& from) { in operator =() argument 87 if (this != &from) InternalSwap(&from); variable 89 CopyFrom(from); variable [all...] |
H A D | any.pb.cc | 111 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 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/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | Timestamps.java | 361 between(Timestamp from, Timestamp to) between() argument [all...] |
H A D | TimeUtil.java | 281 distance(Timestamp from, Timestamp to) distance() argument [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 300 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 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
|