Home
last modified time | relevance | path

Searched defs:copy2 (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dtemplate_test.cc62 ImmutableString copy2; in test_template_immutable_string() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc67 CopyableOnlyInstance copy2(std::move(src)); // NOLINT in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus_test.cc401 absl::Status copy2(std::move(status)); in TEST() local
472 absl::Status copy1 = s1, copy2 = s2; in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureCopySplitter.cpp406 TextureCopySubresource::CopyInfo* copy2 = copy.AddCopy(); in Recompute3DTextureCopyRegionWithEmptyFirstRowAndEvenCopyHeight() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java252 DynamicMessage copy2 = DynamicMessage.newBuilder(message).setField(uint32Field, 123).build(); in testDynamicMessageCopy() local
/third_party/python/Lib/
Dshutil.py423 def copy2(src, dst, *, follow_symlinks=True): function
/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp680 UnicodeSet copy, copy2; in test2() local
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc1685 ParseState copy2 = state->parse_state; in ParseExpression() local