Home
last modified time | relevance | path

Searched defs:Duplicate (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/ruby/pb/grpc/testing/duplicate/
Decho_duplicate_services_pb.rb26 module Duplicate module
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.cc87 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) { in Duplicate() function in base::FileDescriptorTableInjection
/third_party/grpc/include/grpcpp/support/
Dbyte_buffer.h139 void Duplicate() { buffer_ = grpc_byte_buffer_copy(buffer_); } in Duplicate() function
/third_party/rust/rust/compiler/rustc_passes/src/
Dlang_items.rs27 pub(crate) enum Duplicate { enum
/third_party/ncurses/Ada95/src/
Dterminal_interface-curses-forms.adb127 function Duplicate (Fld : Field; subprogram
144 end Duplicate; argument
/third_party/gn/src/base/files/
Dfile_win.cc209 File File::Duplicate() const { in Duplicate() function in base::File
Dfile_posix.cc284 File File::Duplicate() const { in Duplicate() function in base::File
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dc_transforms.py414 class Duplicate(TensorOperation): class
Dtransforms.py481 class Duplicate(TensorOperation): class
/third_party/flatbuffers/net/FlatBuffers/
DByteBuffer.cs161 public ByteBuffer Duplicate() in Duplicate() method in Google.FlatBuffers.ByteBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1084 bool Duplicate = true; in canTailDuplicateUnplacedPreds() local