| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | FieldMaskTreeTest.cs | 162 …private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptio… in Merge() method in Google.Protobuf.FieldMaskTreeTest 190 public void Merge(bool useDynamicMessage) in Merge() method in Google.Protobuf.FieldMaskTreeTest
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | FieldMaskTree.cs | 231 public void Merge(IMessage source, IMessage destination, FieldMask.MergeOptions options) in Merge() method in Google.Protobuf.FieldMaskTree 249 private void Merge( in Merge() method in Google.Protobuf.FieldMaskTree
|
| D | JsonParser.cs | 123 internal void Merge(IMessage message, string json) in Merge() method in Google.Protobuf.JsonParser 133 internal void Merge(IMessage message, TextReader jsonReader) in Merge() method in Google.Protobuf.JsonParser 151 private void Merge(IMessage message, JsonTokenizer tokenizer) in Merge() method in Google.Protobuf.JsonParser
|
| /third_party/typescript/tests/cases/compiler/ |
| D | caseInsensitiveFileSystemWithCapsImportTypeDeclarations.ts | 23 export type Merge<T, U> = T & U; alias
|
| D | ramdaToolsNoInfinite2.ts | 132 export type Merge<O extends object, O1 extends object, depth extends Depth = 'flat'> = { alias
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | FieldMaskPartial.cs | 321 public void Merge(IMessage source, IMessage destination, MergeOptions options) in Merge() method in Google.Protobuf.WellKnownTypes.FieldMask 329 public void Merge(IMessage source, IMessage destination) in Merge() method in Google.Protobuf.WellKnownTypes.FieldMask
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cause/ |
| D | cause.go | 30 func Merge(errs ...error) error { func
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| D | merger.cc | 44 CALLER_ATTACH Font* Merger::Merge() { in Merge() function in subtly::Merger
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | PtrState.cpp | 102 bool RRInfo::Merge(const RRInfo &Other) { in Merge() function in RRInfo 150 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge() function in PtrState
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
| D | FieldMaskTest.cs | 213 public void Merge() in Merge() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
|
| /third_party/skia/modules/sksg/src/ |
| D | SkSGMerge.cpp | 16 Merge::Merge(std::vector<Rec>&& recs) in Merge() function in sksg::Merge
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkMergeImageFilter.cpp | 39 sk_sp<SkImageFilter> SkImageFilters::Merge(sk_sp<SkImageFilter>* const filters, int count, in Merge() function in SkImageFilters
|
| /third_party/node/deps/v8/src/heap/ |
| D | slot-set.cc | 31 void TypedSlots::Merge(TypedSlots* other) { in Merge() function in v8::internal::TypedSlots
|
| /third_party/node/deps/v8/src/heap/base/ |
| D | worklist.h | 170 void Worklist<EntryType, SegmentSize>::Merge( in Merge() function 433 void Worklist<EntryType, SegmentSize>::Local::Merge( in Merge() function
|
| /third_party/json/tests/thirdparty/Fuzzer/test/ |
| D | FuzzerUnittest.cpp | 603 TEST(Merge, Bad) { in TEST() argument 633 static void Merge(const std::string &Input, in Merge() function 643 TEST(Merge, Good) { in TEST() argument 711 TEST(Merge, Merge) { in TEST() argument
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerMerge.cpp | 116 size_t Merger::Merge(std::vector<std::string> *NewFiles) { in Merge() function in fuzzer::Merger
|
| /third_party/protobuf/src/google/protobuf/ |
| D | implicit_weak_message.h | 122 static void Merge(const MessageLite& from, MessageLite* to) { in Merge() function
|
| D | message_lite.cc | 522 void GenericTypeHandler<MessageLite>::Merge(const MessageLite& from, in Merge() function in google::protobuf::internal::GenericTypeHandler 527 void GenericTypeHandler<std::string>::Merge(const std::string& from, in Merge() function in google::protobuf::internal::GenericTypeHandler::string
|
| D | reflection_ops.cc | 71 void ReflectionOps::Merge(const Message& from, Message* to) { in Merge() function in google::protobuf::internal::ReflectionOps
|
| D | reflection_ops_unittest.cc | 95 TEST(ReflectionOpsTest, Merge) { in TEST() argument
|
| /third_party/node/deps/v8/src/base/ |
| D | region-allocator.cc | 114 void RegionAllocator::Merge(AllRegionsSet::iterator prev_iter, in Merge() function in v8::base::RegionAllocator
|
| /third_party/node/deps/v8/src/compiler/ |
| D | redundancy-elimination.cc | 90 void RedundancyElimination::EffectPathChecks::Merge( in Merge() function in v8::internal::compiler::RedundancyElimination::EffectPathChecks
|
| D | load-elimination.cc | 221 LoadElimination::AbstractElements::Merge(AbstractElements const* that, in Merge() function in v8::internal::compiler::LoadElimination::AbstractElements 369 LoadElimination::AbstractMaps const* LoadElimination::AbstractMaps::Merge( in Merge() function in v8::internal::compiler::LoadElimination::AbstractMaps 458 void LoadElimination::AbstractState::Merge(AbstractState const* that, in Merge() function in v8::internal::compiler::LoadElimination::AbstractState
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | SubresourceStorage.h | 300 void SubresourceStorage<T>::Merge(const SubresourceStorage<U>& other, F&& mergeFunc) { in Merge() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | WasmTranslator.cpp | 311 Node Merge(uint32_t Count, Node *Controls) { in Merge() function in IceBuilder 950 void AppendToMerge(CfgNode *Merge, CfgNode *From) const { in AppendToMerge() 953 void AppendToPhi(Node Merge, Node Phi, Node From) { in AppendToPhi()
|