/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.concat.pass.cpp | 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 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 D | path.append.pass.cpp | 250 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 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 …]
|
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | lib.rs | 4152 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/ |
D | lib.rs | 4152 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/ |
D | ptr.rs | 64 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/ |
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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/ |
H A 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> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/setref/ |
D | one.rs | 5 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/ |
D | pool.rs | 98 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/ |
D | stack.rs | 104 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/ |
D | one.rs | 8 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/ |
D | main.go | 69 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 D | impls.rs | 151 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 D | mod.rs | 270 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 D | impls.rs | 151 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 D | mod.rs | 270 Ref(Box<Ref>), enumerator 287 pub(crate) struct Ref { struct 305 pub(crate) struct SliceRef { argument
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | impls.rs | 151 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
|
D | mod.rs | 270 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 D | ref_counted.h | 288 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 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | mock.rs | 54 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 D | function_ref_unittest.cc | 91 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
|