Searched refs:PartialType (Results 1 – 8 of 8) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout.h | 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 722 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 724 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/abseil-cpp/absl/container/internal/ |
D | layout.h | 691 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 720 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 722 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 722 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 724 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 691 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 720 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 722 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 722 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 724 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout.h | 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 722 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { 724 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...);
|
/external/rust/crates/bindgen/src/ir/ |
D | context.rs | 348 currently_parsed_types: Vec<PartialType>, 611 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types() argument 618 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing() argument 624 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing() argument 2722 pub struct PartialType { struct 2729 impl PartialType { argument 2731 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new() argument 2733 PartialType { decl: decl, id: id } in new() 2748 impl TemplateParameters for PartialType { implementation
|
D | item.rs | 8 use super::context::{BindgenContext, ItemId, PartialType, TypeId}; 1608 let partial_ty = PartialType::new(declaration_to_look_for, id); in from_ty_with_id() 1654 PartialType::new(declaration_to_look_for, id); in from_ty_with_id()
|