Home
last modified time | relevance | path

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

123456789

/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/rust/crates/anyhow/src/
Dptr.rs64 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/
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/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/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/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/skia/src/gpu/
DGrRefCnt.h44 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/
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/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/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
Dmake_preferred.pass.cpp50 path& Ref = (p.make_preferred()); in main() local
/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
Dmod.rs215 Ref(Box<Ref>), enumerator
232 pub struct Ref { struct
250 pub struct SliceRef { argument
/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()
DStreamReader.cpp83 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/
Dorphanable.h93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
97 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
Dref_counted.h287 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/
Dslab.rs93 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/
DConvertUTFTest.cpp23 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/
Deigen_attention.h73 Ref; in dimensions() typedef
91 Ref; in eval() typedef
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DReference.h20 Ref(T &ref) : mPtr(&ref) {} in Ref() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc76 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

123456789