Home
last modified time | relevance | path

Searched defs:Ability (Results 1 – 17 of 17) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs12 public struct Ability : IFlatbufferObject struct
24 …public static Offset<MyGame.Example.Ability> CreateAbility(FlatBufferBuilder builder, uint Id, uin… in CreateAbility()
39 public static Offset<MyGame.Example.Ability> Pack(FlatBufferBuilder builder, AbilityT _o) { in Pack()
DAbility.go34 type Ability struct { struct
35 _tab flatbuffers.Struct
38 func (rcv *Ability) Init(buf []byte, i flatbuffers.UOffsetT) {
43 func (rcv *Ability) Table() flatbuffers.Table {
47 func (rcv *Ability) Id() uint32 {
50 func (rcv *Ability) MutateId(n uint32) bool {
54 func (rcv *Ability) Distance() uint32 {
57 func (rcv *Ability) MutateDistance(n uint32) bool {
DAbility.kt22 class Ability : Struct() { class
DAbility.php11 class Ability extends Struct class
DAbility.java23 public final class Ability extends Struct { class
DAbility.py9 class Ability(object): class
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dability_generated.rs17 pub struct Ability(pub [u8; 8]); struct
18 impl Default for Ability { implementation
23 impl core::fmt::Debug for Ability { implementation
32 impl flatbuffers::SimpleToVerifyInSlice for Ability {} implementation
33 impl<'a> flatbuffers::Follow<'a> for Ability { implementation
40 impl<'a> flatbuffers::Follow<'a> for &'a Ability { implementation
47 impl<'b> flatbuffers::Push for Ability { implementation
51 …let src = ::core::slice::from_raw_parts(self as *const Ability as *const u8, <Self as flatbuffers:… in push() constant
60 impl<'a> flatbuffers::Verifiable for Ability { implementation
70 impl Serialize for Ability { implementation
[all …]
Dstruct_of_structs_generated.rs87 a: &Ability, in new()
89 c: &Ability, in new()
102 pub fn a(&self) -> &Ability { in a()
106 unsafe { &*(self.0[0..].as_ptr() as *const Ability) } in a() constant
110 pub fn set_a(&mut self, x: &Ability) { in set_a()
126 pub fn c(&self) -> &Ability { in c()
130 unsafe { &*(self.0[12..].as_ptr() as *const Ability) } in c() constant
134 pub fn set_c(&mut self, x: &Ability) { in set_c()
Dmonster_generated.rs617 pub fn testarrayofsortedstruct(&self) -> Option<flatbuffers::Vector<'a, Ability>> { in testarrayofsortedstruct() argument
1558 …ct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flatbuffers::Vector<'b , Ability>>) { in add_testarrayofsortedstruct() argument
/external/flatbuffers/tests/monster_test/my_game/example/
Dability_generated.rs15 pub struct Ability(pub [u8; 8]); struct
16 impl Default for Ability { implementation
21 impl core::fmt::Debug for Ability { implementation
30 impl flatbuffers::SimpleToVerifyInSlice for Ability {} implementation
31 impl<'a> flatbuffers::Follow<'a> for Ability { implementation
38 impl<'a> flatbuffers::Follow<'a> for &'a Ability { implementation
45 impl<'b> flatbuffers::Push for Ability { implementation
49 …let src = ::core::slice::from_raw_parts(self as *const Ability as *const u8, <Self as flatbuffers:… in push() constant
58 impl<'a> flatbuffers::Verifiable for Ability { implementation
68 impl<'a> Ability { implementation
[all …]
Dstruct_of_structs_generated.rs72 a: &Ability, in new()
74 c: &Ability, in new()
87 pub fn a(&self) -> &Ability { in a()
91 unsafe { &*(self.0[0..].as_ptr() as *const Ability) } in a() constant
95 pub fn set_a(&mut self, x: &Ability) { in set_a()
111 pub fn c(&self) -> &Ability { in c()
115 unsafe { &*(self.0[12..].as_ptr() as *const Ability) } in c() constant
119 pub fn set_c(&mut self, x: &Ability) { in set_c()
Dmonster_generated.rs615 pub fn testarrayofsortedstruct(&self) -> Option<flatbuffers::Vector<'a, Ability>> { in testarrayofsortedstruct() argument
1331 …ct(&mut self, testarrayofsortedstruct: flatbuffers::WIPOffset<flatbuffers::Vector<'b , Ability>>) { in add_testarrayofsortedstruct() argument
/external/flatbuffers/tests/ts/my-game/example/
Dability.ts9 export class Ability implements flatbuffers.IUnpackableObject<AbilityT> { class
Dability.d.ts2 export declare class Ability implements flatbuffers.IUnpackableObject<AbilityT> { class
Dability.js2 export class Ability { class
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DRecursiveTypeTest.java14 public static interface Ability<T> { } interface in RecursiveTypeTest
/external/flatbuffers/tests/
Dmonster_test_generated.py449 class Ability(object): class