Home
last modified time | relevance | path

Searched defs:View (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/rust/tests/ui/associated-types/
Dissue-76179.rs7 trait View { trait
/third_party/rust/rust/tests/ui/type-alias-impl-trait/auxiliary/
Dcross_crate_ice2.rs6 pub trait View { trait
/third_party/typescript/tests/baselines/reference/
DspecializedInheritedConstructors1.js6 class View<TModel> { class
37 function View(options) { class in View
/third_party/mesa3d/src/nouveau/nil/
Dimage.rs864 pub struct View { struct
865 pub view_type: ViewType, argument
871 pub format: Format,
873 pub base_level: u32,
874 pub num_levels: u32,
880 pub base_array_layer: u32,
885 pub array_len: u32,
887 pub swizzle: [nil_rs_bindings::pipe_swizzle; 4],
890 pub min_lod_clamp: f32,
Dtic.rs259 view: &View, in nv9097_fill_tic()
370 view: &View, in nvb097_fill_tic()
593 view: &View, in nil_image_fill_tic()
603 view: &View, in fill_tic()
/third_party/rust/rust/tests/ui/liveness/
Dliveness-unused.rs96 struct View<'a>(&'a mut [i32]); struct
98 impl<'a> AddAssign<i32> for View<'a> { implementation
/third_party/typescript/tests/cases/compiler/
DspecializedInheritedConstructors1.ts5 class View<TModel> { class
DexcessPropertyChecksWithNestedIntersections.ts49 export type View<T> = { [K in keyof T]: T[K] extends object ? boolean | View<T[K]> : boolean }; alias
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/view/
Dtest_transpose.cc30 TEST_F(TestViewTranspose, View) { in TEST_F() argument
Dtest_expand_dims.cc30 TEST_F(TestViewExpandDims, View) { in TEST_F() argument
Dtest_reshape.cc30 TEST_F(TestViewReshape, View) { in TEST_F() argument
Dtest_squeeze.cc29 TEST_F(TestViewSqueeze, View) { in TEST_F() argument
Dtest_diagonal.cc30 TEST_F(TestViewDiagonal, View) { in TEST_F() argument
Dtest_unstack.cc29 TEST_F(TestViewUnstack, View) { in TEST_F() argument
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dunnecessary_to_owned.rs281 struct View {} struct
283 impl std::borrow::ToOwned for View { implementation
296 fn default_view(&self) -> &View { in default_view()
299 fn set_view(&mut self, _view: &View) {} in set_view()
312 struct View {} struct
320 fn default_view(&self) -> &View { in default_view()
323 fn set_view(&mut self, _view: &View) {} in set_view()
/third_party/rust/rust/tests/ui/
Daugmented-assignments-rpass.rs25 struct View<'a>(&'a mut [i32]); struct
166 impl<'a> AddAssign<i32> for View<'a> { implementation
/third_party/skia/third_party/externals/tint/src/
Dblock_allocator.h116 explicit View(BlockAllocator const* allocator) : allocator_(allocator) {} in View() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h245 BinaryStreamRef View; in readArray() local
/third_party/protobuf/rust/
Dproxied.rs59 type View<'msg>: ViewProxy<'msg, Proxied = Self> typedef
84 pub type View<'msg, T> = <T as Proxied>::View<'msg>; typedef
275 type View<'msg> = MyProxiedView<'msg>; typedef
Dstring.rs73 type View<'msg> = &'msg [u8]; typedef
526 type View<'msg> = &'msg ProtoStr; typedef
Drepeated.rs382 type View<'msg> = RepeatedView<'msg, T> where Repeated<T>: 'msg; typedef
Dmap.rs107 type View<'msg> = MapView<'msg, K, V> where K: 'msg, V: 'msg; typedef
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h2813 View() : BaseOperator(kNameView) {} in View() function