/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | well_known_wrapper.rs | 16 type Underlying; typedef 18 fn get_ref(&self) -> &Self::Underlying; in get_ref() 19 fn get_mut(&mut self) -> &mut Self::Underlying; in get_mut() 23 type Underlying = f64; typedef 35 type Underlying = f32; typedef 47 type Underlying = i64; typedef 59 type Underlying = u64; typedef 71 type Underlying = i32; typedef 83 type Underlying = u32; typedef 95 type Underlying = bool; typedef [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 621 InstrProfReaderIndexBase &Underlying; member in __anonbba5ebfe0211::InstrProfReaderNullRemapper 624 InstrProfReaderNullRemapper(InstrProfReaderIndexBase &Underlying) in InstrProfReaderNullRemapper() 641 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper() 733 InstrProfReaderIndex<HashTableImpl> &Underlying; member in llvm::InstrProfReaderItaniumRemapper
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 800 InstrProfReaderIndexBase &Underlying; member in __anondb59b4440211::InstrProfReaderNullRemapper 803 InstrProfReaderNullRemapper(InstrProfReaderIndexBase &Underlying) in InstrProfReaderNullRemapper() 820 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper() 912 InstrProfReaderIndex<HashTableImpl> &Underlying; member in llvm::InstrProfReaderItaniumRemapper
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | type.go | 14 Underlying() Type methodSpec
|
D | pointer.go | 21 func (p *Pointer) Underlying() Type { return p } func
|
D | slice.go | 21 func (s *Slice) Underlying() Type { return s } func
|
D | tuple.go | 36 func (t *Tuple) Underlying() Type { return t } func
|
D | array.go | 27 func (a *Array) Underlying() Type { return a } func
|
D | map.go | 26 func (t *Map) Underlying() Type { return t } func
|
D | chan.go | 37 func (c *Chan) Underlying() Type { return c } func
|
D | struct.go | 56 func (t *Struct) Underlying() Type { return t } func
|
D | union.go | 33 func (u *Union) Underlying() Type { return u } func
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/ |
H A D | types.compile.pass.cpp | 29 using Underlying = View<Iter>; in operator ()() typedef
|
H A D | deref.pass.cpp | 30 using Underlying = View<Iter, Sent>; in test() typedef
|
H A D | compare.pass.cpp | 30 using Underlying = View<Iter, Sent>; in test() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | bssl.rs | 45 type Underlying = c::int; in size_and_alignment() typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | pointer.go | 18 func (p *Pointer) Underlying() Type { return p } func
|
D | slice.go | 18 func (s *Slice) Underlying() Type { return s } func
|
D | tuple.go | 33 func (t *Tuple) Underlying() Type { return t } func
|
D | map.go | 23 func (t *Map) Underlying() Type { return t } func
|
D | array.go | 24 func (a *Array) Underlying() Type { return a } func
|
D | chan.go | 34 func (c *Chan) Underlying() Type { return c } func
|
D | union.go | 32 func (u *Union) Underlying() Type { return u } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/aliases/ |
D | aliases_go121.go | 19 func (*Alias) Underlying() types.Type { panic("unreachable") } func
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
H A D | raceful_worklist.h | 33 using Underlying = std::vector<Node, internal::InternalAllocator<Node>>; variable
|