/external/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
D | mock-types.h | 4 template <typename T> struct Ref { struct 7 Ref() : t{} {}; in Ref() function 8 Ref(T *) {} in Ref() argument 14 template <typename T> struct RefPtr { argument
|
/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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 179 path& Ref = (LHS += RHS); in doConcatSourceTest() local 186 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 194 path& Ref = (LHS += RHS); in doConcatSourceTest() local 201 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 209 path& Ref = (LHS += RHS); in doConcatSourceTest() local 216 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 223 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local 231 path& Ref = (LHS += RHS); in doConcatSourceTest() local 237 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 245 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local [all …]
|
D | path.append.pass.cpp | 188 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 240 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 246 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 254 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Ref.h | 87 struct Ref { struct 90 RefKind Kind = RefKind::Unknown; argument 97 inline bool operator<(const Ref &L, const Ref &R) { argument
|
/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 {} argument 74 impl<'a, T> Clone for Ref<'a, T> implementation 83 impl<'a, T> Ref<'a, T> implementation
|
/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-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/llvm-project/clang/test/Analysis/ |
D | llvm-conventions.cpp | 164 llvm::StringRef Ref = std::string("Yimmy yummy test."); in temporarayStringToStringRefAssignmentTest() local 168 llvm::StringRef Ref; in assigningStringToStringRefWithLongerLifetimeTest() local 182 llvm::StringRef Ref = getTemporaryString(); in assigningTempStringFromFunctionToStringRefTest() local
|
/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/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
D | emplace_back.pass.cpp | 27 typedef C::reference Ref; in main() typedef 61 typedef C::reference Ref; in main() typedef
|
/external/skia/src/gpu/ |
D | GrRefCnt.h | 42 gr_sp(const gr_sp<T, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument 45 gr_sp(const gr_sp<U, Ref, Unref>& that) : fPtr(SafeRef(that.get())) {} in gr_sp() argument 55 gr_sp(gr_sp<T, Ref, Unref>&& that) : fPtr(that.release()) {} in gr_sp() argument
|
/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
|
/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/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/llvm-project/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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_extension.pass.cpp | 60 path& Ref = (p.replace_extension(TC.extension)); in main() local 67 path& Ref = (p.replace_extension()); in main() local
|
/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()
|
/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
|
/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
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | RenamerClangTidyCheck.cpp | 307 if (const auto &Ref = Unqual.getAs<TagTypeLoc>()) in check() local 309 else if (const auto &Ref = Unqual.getAs<InjectedClassNameTypeLoc>()) in check() local 311 else if (const auto &Ref = Unqual.getAs<UnresolvedUsingTypeLoc>()) in check() local 313 else if (const auto &Ref = Unqual.getAs<TemplateTypeParmTypeLoc>()) in check() local 322 if (const auto &Ref = Loc->getAs<TemplateSpecializationTypeLoc>()) { in check() local 334 if (const auto &Ref = in check() local
|