Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Dmock-types.h4 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/
Dpath.concat.pass.cpp177 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 …]
Dpath.append.pass.cpp187 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/
Dpath.concat.pass.cpp179 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 …]
Dpath.append.pass.cpp188 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/
DRef.h87 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/
Dptr.rs64 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/
Dref_counted.h46 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
Dorphanable.h95 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/
DRef.java3 public class Ref<T> { class
7 public Ref(T t) { in Ref() method in Ref
/external/llvm-project/clang/test/Analysis/
Dllvm-conventions.cpp164 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/
Demplace_back.pass.cpp28 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/
Demplace_back.pass.cpp27 typedef C::reference Ref; in main() typedef
61 typedef C::reference Ref; in main() typedef
/external/skia/src/gpu/
DGrRefCnt.h42 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/
Dreplace_extension.pass.cpp61 path& Ref = (p.replace_extension(TC.extension)); in main() local
68 path& Ref = (p.replace_extension()); in main() local
/external/rust/crates/regex/src/
Dexpand.rs107 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/
DBinaryStreamWriter.cpp18 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()
DBinaryStreamReader.cpp18 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/
DBinaryStreamWriter.cpp18 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()
DBinaryStreamReader.cpp18 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/
Dreplace_extension.pass.cpp60 path& Ref = (p.replace_extension(TC.extension)); in main() local
67 path& Ref = (p.replace_extension()); in main() local
/external/llvm/lib/DebugInfo/CodeView/
DStreamWriter.cpp54 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/
Dorphanable.h93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
97 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
/external/rust/cxx/syntax/
Dimpls.rs149 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/
DRenamerClangTidyCheck.cpp307 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

12345678910>>...14