Home
last modified time | relevance | path

Searched defs:Underlying (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs16 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 DInstrProfReader.cpp621 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 DInstrProfReader.cpp800 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/
Dtype.go14 Underlying() Type methodSpec
Dpointer.go21 func (p *Pointer) Underlying() Type { return p } func
Dslice.go21 func (s *Slice) Underlying() Type { return s } func
Dtuple.go36 func (t *Tuple) Underlying() Type { return t } func
Darray.go27 func (a *Array) Underlying() Type { return a } func
Dmap.go26 func (t *Map) Underlying() Type { return t } func
Dchan.go37 func (c *Chan) Underlying() Type { return c } func
Dstruct.go56 func (t *Struct) Underlying() Type { return t } func
Dunion.go33 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 Dtypes.compile.pass.cpp29 using Underlying = View<Iter>; in operator ()() typedef
H A Dderef.pass.cpp30 using Underlying = View<Iter, Sent>; in test() typedef
H A Dcompare.pass.cpp30 using Underlying = View<Iter, Sent>; in test() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dbssl.rs45 type Underlying = c::int; in size_and_alignment() typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dpointer.go18 func (p *Pointer) Underlying() Type { return p } func
Dslice.go18 func (s *Slice) Underlying() Type { return s } func
Dtuple.go33 func (t *Tuple) Underlying() Type { return t } func
Dmap.go23 func (t *Map) Underlying() Type { return t } func
Darray.go24 func (a *Array) Underlying() Type { return a } func
Dchan.go34 func (c *Chan) Underlying() Type { return c } func
Dunion.go32 func (u *Union) Underlying() Type { return u } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/aliases/
Daliases_go121.go19 func (*Alias) Underlying() types.Type { panic("unreachable") } func
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Draceful_worklist.h33 using Underlying = std::vector<Node, internal::InternalAllocator<Node>>; variable

123