| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| D | compound-sizes.c | 17 struct inventory { struct 27 static struct inventory *get_inv(uint64_t stocknum) in get_inv() argument
|
| /third_party/flatbuffers/samples/ |
| D | sample_binary.swift | 42 let inventory: [Byte] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] in main() variable
|
| D | sample_binary.cpp | 50 auto inventory = builder.CreateVector(inv_data, 10); in main() local
|
| D | sample_binary.rs | 57 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4, 5, 6, 7, 8, 9]); in main() localVariable
|
| D | monster_generated.swift | 108 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.inventory.v); … in inventory() function 109 public var inventory: [UInt8] { return _accessor.getVector(at: VTOFFSET.inventory.v) ?? [] } variable
|
| D | monster_generated.rs | 475 let inventory = self.inventory().map(|x| { in unpack() localVariable 534 pub fn inventory(&self) -> Option<&'a [u8]> { in inventory() method 599 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field 718 pub inventory: Option<Vec<u8>>, field 751 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
|
| /third_party/flatbuffers/tests/ |
| D | KotlinTest.kt | 205 val inventory = byteArrayOf(0, 1, 2, 3, 4) in TestCreateByteVector() constant 222 val inventory = byteArrayOf(0, 1, 2, 3, 4) in TestCreateUninitializedVector() constant
|
| D | test.cpp | 99 auto inventory = builder.CreateVector(inv_data, 10); in CreateFlatBufferTest() local 287 auto inventory = monster->inventory(); in AccessFlatBufferTest() local 482 auto inventory = monster->mutable_inventory(); in MutateFlatBuffersTest() local 550 auto &inventory = monster2->inventory; in ObjectFlatBuffersTest() local
|
| D | monster_test.schema.json | 183 "inventory" : { object
|
| D | monster_test_generated.rs | 2203 let inventory = self.inventory().map(|x| { in unpack() localVariable 2474 pub fn inventory(&self) -> Option<&'a [u8]> { in inventory() method 2847 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field 3313 pub inventory: Option<Vec<u8>>, field 3423 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
|
| /third_party/flatbuffers/tests/cpp17/ |
| D | test_cpp17.cpp | 53 auto inventory = fbb.CreateVector(std::vector<uint8_t>{ 4, 5, 6, 7 }); in BuildMonster() local
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | array-prototype-find.js | 47 var inventory = [ variable
|
| D | array-prototype-find-index.js | 47 var inventory = [ variable
|
| /third_party/flatbuffers/tests/rust_usage_test/benches/ |
| D | flatbuffers_benchmarks.rs | 96 let inventory = builder.create_vector_direct(&[0u8, 1, 2, 3, 4]); in create_serialized_example_with_generated_code() localVariable
|
| /third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | FlatBuffersUnionTests.swift | 55 let inventory: [UInt8] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] in testEndTableFinish() variable
|
| D | monster_test_generated.swift | 821 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.inventory.v); … in inventory() function 822 public var inventory: [UInt8] { return _accessor.getVector(at: VTOFFSET.inventory.v) ?? [] } variable 1264 public var inventory: [UInt8] variable
|
| /third_party/flatbuffers/tests/my-game/example/ |
| D | monster.ts | 89 inventory(index: number):number|null { method in Monster 1292 const inventory = Monster.createInventoryVector(builder, this.inventory); constant
|
| D | monster.js | 69 inventory(index) { method in Monster 946 …constructor(pos = null, mana = 150, hp = 100, name = null, inventory = [], color = Color.Blue, tes… argument
|
| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | Monster.php | 745 …ion createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_t… 848 public static function addInventory(FlatBufferBuilder $builder, $inventory)
|
| D | Monster.py | 814 def AddInventory(builder, inventory): builder.PrependUOffsetTRelativeSlot(5, flatbuffers.number_typ… argument 815 def MonsterAddInventory(builder, inventory): argument
|
| D | Monster.java | 31 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory() method in Monster 37 …public boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(… in mutateInventory()
|
| D | Monster.kt | 67 fun inventory(j: Int) : UByte { in nameInByteBuffer() method in MyGame.Example.Monster
|