Home
last modified time | relevance | path

Searched defs:Inner (Results 1 – 25 of 50) sorted by relevance

12

/third_party/flatbuffers/rust/flatbuffers/src/
Dfollow.rs31 type Inner; typedef
32 fn follow(buf: &'buf [u8], loc: usize) -> Self::Inner; in follow()
45 pub fn self_follow(&'a self, buf: &'a [u8], loc: usize) -> T::Inner { in self_follow()
50 type Inner = T::Inner; typedef
52 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
Dprimitives.rs180 type Inner = T::Inner; typedef
182 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
201 type Inner = T::Inner; typedef
203 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
231 type Inner = T::Inner; typedef
233 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
253 type Inner = T::Inner; typedef
255 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
264 type Inner = T::Inner; typedef
266 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
[all …]
Dtable.rs40 default: Option<T::Inner>, in get()
41 ) -> Option<T::Inner> { in get()
51 type Inner = Table<'a>; typedef
53 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
Dget_root.rs26 pub fn root<'buf, T>(data: &'buf [u8]) -> Result<T::Inner, InvalidFlatbuffer> in root()
42 ) -> Result<T::Inner, InvalidFlatbuffer> in root_with_opts()
56 pub fn size_prefixed_root<'buf, T>(data: &'buf [u8]) -> Result<T::Inner, InvalidFlatbuffer> in size_prefixed_root()
72 ) -> Result<T::Inner, InvalidFlatbuffer> in size_prefixed_root_with_opts()
Dvector.rs86 pub fn get(&self, idx: usize) -> T::Inner { in get()
145 type Inner = &'a str; typedef
146 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
167 type Inner = &'a [T]; typedef
168 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
175 type Inner = Vector<'a, T>; typedef
176 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
231 fn next(&mut self) -> Option<T::Inner> { in next()
246 fn nth(&mut self, n: usize) -> Option<T::Inner> { in nth()
267 fn next_back(&mut self) -> Option<T::Inner> { in next_back()
[all …]
Darray.rs61 pub fn get(&self, idx: usize) -> T::Inner { in get()
84 type Inner = Array<'a, T, N>; typedef
86 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
Dvtable.rs89 type Inner = VTable<'a>; typedef
90 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
/third_party/typescript/tests/baselines/reference/
DduplicateAnonymousInners1.js8 class Inner {} class
36 var Inner = /** @class */ (function () { class
37 function Inner() { class in anonymousFunction85c142dc0100.Inner
DNonInitializedExportInInternalModule.js38 var Inner; variable
39 (function (Inner) { argument
DassignParameterPropertyToPropertyDeclarationESNext.js32 Inner = class extends F { field in F
38 Inner = class extends G { field in G
79 Inner = class extends F { field in F
86 Inner = class extends G { field in G
DprivacyCheckTypeOfInvisibleModuleNoError.js15 (function (Inner) { argument
DprivacyCheckTypeOfInvisibleModuleError.js15 (function (Inner) { argument
DstaticAnonymousTypeNotReferencingTypeParameter.js6 class Inner { class
DgenericClassExpressionInFunction.js13 return class Inner<TInner> extends A<W> { } class
80 function Inner() { class
/third_party/flatbuffers/tests/include_test/sub/
Dinclude_test2_generated.rs71 type Inner = Self; typedef
73 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
134 type Inner = &'a Unused; typedef
136 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
141 type Inner = &'a Unused; typedef
143 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
221 type Inner = TableB<'a>; typedef
223 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DassignParameterPropertyToPropertyDeclarationESNext.ts33 Inner = class extends F { property in F
39 Inner = class extends G { property in G
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment11.ts6 var Inner = function() {} variable
/third_party/protobuf/python/google/protobuf/internal/import_test_package/
Dinner.proto35 message Inner { message
/third_party/typescript/tests/cases/compiler/
DduplicateAnonymousInners1.ts7 class Inner {} class
/third_party/skia/third_party/externals/tint/src/resolver/
Datomics_validation_test.cc90 auto* Inner = in TEST_F() local
108 auto* Inner = in TEST_F() local
246 auto* Inner = in TEST_F() local
266 auto* Inner = in TEST_F() local
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs72 type Inner = Self; typedef
74 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
211 type Inner = Self; typedef
213 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
275 type Inner = &'a StructInNestedNS; typedef
277 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
282 type Inner = &'a StructInNestedNS; typedef
284 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
411 type Inner = TableInNestedNS<'a>; typedef
413 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
Dnamespace_test2_generated.rs72 type Inner = Self; typedef
74 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
211 type Inner = Self; typedef
213 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
275 type Inner = &'a StructInNestedNS; typedef
277 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
282 type Inner = &'a StructInNestedNS; typedef
284 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
411 type Inner = TableInNestedNS<'a>; typedef
413 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
[all …]
/third_party/flatbuffers/tests/
Darrays_test_generated.rs76 type Inner = Self; typedef
78 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
142 type Inner = &'a NestedStruct; typedef
144 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
149 type Inner = &'a NestedStruct; typedef
151 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
308 type Inner = &'a ArrayStruct; typedef
310 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
315 type Inner = &'a ArrayStruct; typedef
317 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
[all …]
/third_party/boost/libs/hana/test/tuple/
Dat.rv.cpp34 using Inner = hana::tuple<Tracked, Tracked>; in main() typedef
/third_party/flatbuffers/tests/include_test/
Dinclude_test1_generated.rs20 type Inner = TableA<'a>; typedef
22 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()

12