Home
last modified time | relevance | path

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

12345678910>>...48

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp194 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
224 path& Ref = (LHS += RHS); in doConcatSourceTest() local
231 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
238 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local
246 path& Ref = (LHS += RHS); in doConcatSourceTest() local
252 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
260 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local
[all …]
H A Dpath.append.pass.cpp250 path& Ref = (Result /= RHS); in doAppendSourceTest() local
257 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
265 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
272 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
280 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
287 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
294 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() local
302 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
308 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
316 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A 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 …]
H A 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
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs4152 pub struct Ref<B, T: ?Sized>(B, PhantomData<T>); struct
4159 impl<B, T> Ref<B, T> implementation
4212 impl<B, T> Ref<B, [T]> impl
4315 impl<B, T> Ref<B, T> impl
4369 impl<B, T> Ref<B, [T]> implementation
4437 impl<B, T> Ref<B, T> impl
4476 impl<B, T> Ref<B, [T]> impl
4531 impl<B, T> Ref<B, T> impl
4583 impl<B, T> Ref<B, [T]> impl
4659 impl<'a, B, T> Ref<B, T> implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs4152 pub struct Ref<B, T: ?Sized>(B, PhantomData<T>); struct
4159 impl<B, T> Ref<B, T> implementation
4212 impl<B, T> Ref<B, [T]> impl
4315 impl<B, T> Ref<B, T> implementation
4369 impl<B, T> Ref<B, [T]> implementation
4437 impl<B, T> Ref<B, T> implementation
4476 impl<B, T> Ref<B, [T]> impl
4531 impl<B, T> Ref<B, T> impl
4583 impl<B, T> Ref<B, [T]> impl
4659 impl<'a, B, T> Ref<B, T> impl
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/
Dptr.rs64 pub(crate) 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A 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> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/setref/
Done.rs5 pub struct Ref<'a, K, S = RandomState> { struct
6 inner: mapref::one::Ref<'a, K, (), S>, argument
9 impl<'a, K: Eq + Hash, S: BuildHasher> Ref<'a, K, S> { impl
19 impl<'a, K: Eq + Hash, S: BuildHasher> Deref for Ref<'a, K, S> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dpool.rs98 pub struct Ref<'a, T, C = DefaultConfig> struct
115 pub struct RefMut<'a, T, C = DefaultConfig> argument
873 impl<'a, T, C> Ref<'a, T, C> impl
896 impl<'a, T, C> std::ops::Deref for Ref<'a, T, C> implementation
908 impl<'a, T, C> Drop for Ref<'a, T, C> implementation
930 impl<'a, T, C> fmt::Debug for Ref<'a, T, C> implementation
940 impl<'a, T, C> PartialEq<T> for Ref<'a, T, C> implementation
/aosp_15_r20/external/rust/crates/openssl/src/
Dstack.rs104 type Ref = StackRef<T>; typedef
220 pub fn get(&self, idx: usize) -> Option<&T::Ref> { in get()
232 pub fn get_mut(&mut self, idx: usize) -> Option<&mut T::Ref> { in get_mut()
267 fn index(&self, index: usize) -> &T::Ref { in index() method
273 fn index_mut(&mut self, index: usize) -> &mut T::Ref { in index_mut()
323 fn next(&mut self) -> Option<&'a T::Ref> { in next()
337 fn next_back(&mut self) -> Option<&'a T::Ref> { in next_back()
357 fn next(&mut self) -> Option<&'a mut T::Ref> { in next()
371 fn next_back(&mut self) -> Option<&'a mut T::Ref> { in next_back()
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/mapref/
Done.rs8 pub struct Ref<'a, K, V, S = RandomState> { struct
14 unsafe impl<'a, K: Eq + Hash + Sync, V: Sync, S: BuildHasher> Send for Ref<'a, K, V, S> {} implementation
15 unsafe impl<'a, K: Eq + Hash + Sync, V: Sync, S: BuildHasher> Sync for Ref<'a, K, V, S> {} implementation
17 impl<'a, K: Eq + Hash, V, S: BuildHasher> Ref<'a, K, V, S> { impl
69 impl<'a, K: Eq + Hash + Debug, V: Debug, S: BuildHasher> Debug for Ref<'a, K, V, S> { implementation
78 impl<'a, K: Eq + Hash, V, S: BuildHasher> Deref for Ref<'a, K, V, S> { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dmain.go69 Ref []*Ref // all references to C.xxx in AST member
100 type Ref struct { struct
101 Name *Name
102 Expr *ast.Expr
103 Context astContext
104 Done bool
107 func (r *Ref) Pos() token.Pos {
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dimpls.rs151 impl Eq for Ref {} implementation
153 impl PartialEq for Ref { implementation
155 let Ref { in eq() localVariable
164 let Ref { in eq() localVariable
177 impl Hash for Ref { implementation
179 let Ref { in hash() localVariable
H A Dmod.rs270 Ref(Box<Ref>), enumerator
287 pub(crate) struct Ref { struct
305 pub(crate) struct SliceRef { argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dimpls.rs151 impl Eq for Ref {} implementation
153 impl PartialEq for Ref { implementation
155 let Ref { in eq() localVariable
164 let Ref { in eq() localVariable
177 impl Hash for Ref { implementation
179 let Ref { in hash() localVariable
H A Dmod.rs270 Ref(Box<Ref>), enumerator
287 pub(crate) struct Ref { struct
305 pub(crate) struct SliceRef { argument
/aosp_15_r20/external/rust/cxx/syntax/
Dimpls.rs151 impl Eq for Ref {} implementation
153 impl PartialEq for Ref { implementation
155 let Ref { in eq() localVariable
164 let Ref { in eq() localVariable
177 impl Hash for Ref { implementation
179 let Ref { in hash() localVariable
Dmod.rs270 Ref(Box<Ref>), enumerator
287 pub(crate) struct Ref { struct
305 pub(crate) struct SliceRef { argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted.h288 GRPC_MUST_USE_RESULT RefCountedPtr<Child> Ref() { in Ref() function
292 GRPC_MUST_USE_RESULT RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
299 GRPC_MUST_USE_RESULT RefCountedPtr<const Child> Ref() const { in Ref() function
303 GRPC_MUST_USE_RESULT RefCountedPtr<const Child> Ref( in Ref() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/
Dmock.rs54 pub struct Ref<'a, M, T> { struct
60 impl<'a, M: GuestMemory, T: ByteValued> Ref<'a, M, T> { impl
/aosp_15_r20/external/cronet/base/functional/
H A Dfunction_ref_unittest.cc91 using Ref = FunctionRef<int()>; in ConstructFromRValue() typedef
96 using Ref = const FunctionRef<int()>; in ConstructFromConstRValue() typedef
100 using Ref = FunctionRef<int()>; in TEST() typedef
206 using Ref = FunctionRef<int(int)>; in TEST() typedef

12345678910>>...48