/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 177 path& Ref = (LHS += RHS); in doConcatSourceTest() local 184 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 192 path& Ref = (LHS += RHS); in doConcatSourceTest() local 199 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 207 path& Ref = (LHS += RHS); in doConcatSourceTest() local 214 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 221 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local 229 path& Ref = (LHS += RHS); in doConcatSourceTest() local 235 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 243 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local [all …]
|
D | path.append.pass.cpp | 187 path& Ref = (Result /= RHS); in doAppendSourceTest() local 195 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 203 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 210 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 218 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 225 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 232 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() local 241 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 247 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 255 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
|
/external/rust/crates/anyhow/src/ |
D | ptr.rs | 64 pub struct Ref<'a, T> struct 72 impl<'a, T> Copy for Ref<'a, T> where T: ?Sized {} implementation 74 impl<'a, T> Clone for Ref<'a, T> implementation 83 impl<'a, T> Ref<'a, T> impl
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 46 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 98 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
|
D | orphanable.h | 95 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 151 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 156 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | Ref.java | 3 public class Ref<T> { class 7 public Ref(T t) { in Ref() method in Ref
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Ref.java | 3 public class Ref<T> { class 7 public Ref(T t) { in Ref() method in Ref
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | emplace_back.pass.cpp | 28 typedef C::reference Ref; in main() typedef 62 typedef C::reference Ref; in main() typedef
|
/external/skia/src/gpu/ |
D | GrRefCnt.h | 44 gr_sp(const gr_sp<T, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument 47 gr_sp(const gr_sp<U, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument 57 gr_sp(gr_sp<T, Ref, Unref>&& that) : fPtr(that.release()) {} in gr_sp() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter() 61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef() 65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef()
|
D | BinaryStreamReader.cpp | 18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader() 130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() 134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() 142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
|
/external/rust/crates/regex/src/ |
D | expand.rs | 107 enum Ref<'a> { enum 112 impl<'a> From<&'a str> for Ref<'a> { implementation 118 impl From<usize> for Ref<'static> { implementation
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_extension.pass.cpp | 61 path& Ref = (p.replace_extension(TC.extension)); in main() local 68 path& Ref = (p.replace_extension()); in main() local
|
D | make_preferred.pass.cpp | 50 path& Ref = (p.make_preferred()); in main() local
|
/external/rust/cxx/syntax/ |
D | impls.rs | 149 impl Eq for Ref {} implementation 151 impl PartialEq for Ref { implementation 153 let Ref { in eq() localVariable 162 let Ref { in eq() localVariable 175 impl Hash for Ref { implementation 177 let Ref { in hash() localVariable
|
D | mod.rs | 215 Ref(Box<Ref>), enumerator 232 pub struct Ref { struct 250 pub struct SliceRef { argument
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | StreamWriter.cpp | 54 Error StreamWriter::writeStreamRef(StreamRef Ref) { in writeStreamRef() 61 Error StreamWriter::writeStreamRef(StreamRef Ref, uint32_t Length) { in writeStreamRef()
|
D | StreamReader.cpp | 83 Error StreamReader::readStreamRef(StreamRef &Ref) { in readStreamRef() 87 Error StreamReader::readStreamRef(StreamRef &Ref, uint32_t Length) { in readStreamRef()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | orphanable.h | 93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 97 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
|
D | ref_counted.h | 287 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function 292 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
|
/external/rust/crates/tokio/src/util/ |
D | slab.rs | 93 pub(crate) struct Ref<T> { struct 94 value: *const Value<T>, 146 unsafe impl<T: Sync> Sync for Ref<T> {} implementation 147 unsafe impl<T: Sync> Send for Ref<T> {} implementation 352 impl<T> ops::Deref for Ref<T> { implementation 362 impl<T> Drop for Ref<T> { implementation 370 impl<T: fmt::Debug> fmt::Debug for Ref<T> { implementation
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 23 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local 34 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local 45 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_attention.h | 73 Ref; in dimensions() typedef 91 Ref; in eval() typedef
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | Reference.h | 20 Ref(T &ref) : mPtr(&ref) {} in Ref() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | dynamic_filters.cc | 76 RefCountedPtr<DynamicFilters::Call> DynamicFilters::Call::Ref() { in Ref() function in grpc_core::DynamicFilters::Call 81 RefCountedPtr<DynamicFilters::Call> DynamicFilters::Call::Ref( in Ref() function in grpc_core::DynamicFilters::Call
|