Home
last modified time | relevance | path

Searched defs:inventory (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/
H A Dmonster_generated.rs75 let inventory = self.inventory().map(|x| { in unpack() localVariable
124 pub fn inventory(&self) -> Option<&'a [u8]> { in inventory() method
189 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field
309 pub inventory: Option<Vec<u8>>, field
342 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/
H A DKotlinTest.kt226 val inventory = byteArrayOf(0, 1, 2, 3, 4) in TestCreateByteVector() constant
243 val inventory = byteArrayOf(0, 1, 2, 3, 4) in TestCreateUninitializedVector() constant
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove() local
544 public final void setInventory(InventoryComponent inventory) { in setInventory()
H A DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local
379 public void setInventory(InventoryComponent inventory) { in setInventory()
/aosp_15_r20/external/flatbuffers/samples/
H A Dmonster_generated.swift108 …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
H A Dsample_binary.swift42 let inventory: [Byte] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] in main() variable
H A Dsample_binary.cpp50 auto inventory = builder.CreateVector(inv_data, 10); in main() local
H A Dsample_binary.rs56 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4, 5, 6, 7, 8, 9]); in main() localVariable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Sources/SwiftFlatBuffers/
H A Dfuzzer_generated.swift231 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.inventory.v); … in inventory() function
232 public var inventory: [UInt8] { return _accessor.getVector(at: VTOFFSET.inventory.v) ?? [] } variable
/aosp_15_r20/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2beta/productservice/setinventory/
H A DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2alpha/productservice/setinventory/
H A DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2/productservice/setinventory/
H A DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/aosp_15_r20/external/libconfig/examples/c++/
H A Dexample2.cpp70 Setting &inventory = root["inventory"]; in main() local
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2/
H A DProductServiceClientHttpJsonTest.java811 Product inventory = in setInventoryTest() local
874 Product inventory = in setInventoryExceptionTest() local
H A DProductServiceClientTest.java694 Product inventory = Product.newBuilder().build(); in setInventoryTest() local
718 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2alpha/
H A DProductServiceClientHttpJsonTest.java874 Product inventory = in setInventoryTest() local
937 Product inventory = in setInventoryExceptionTest() local
H A DProductServiceClientTest.java758 Product inventory = Product.newBuilder().build(); in setInventoryTest() local
782 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2beta/
H A DProductServiceClientHttpJsonTest.java811 Product inventory = in setInventoryTest() local
874 Product inventory = in setInventoryExceptionTest() local
H A DProductServiceClientTest.java694 Product inventory = Product.newBuilder().build(); in setInventoryTest() local
718 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java15 private int[] inventory; field in MonsterT
80 public void setInventory(int[] inventory) { this.inventory = inventory; } in setInventory()
/aosp_15_r20/external/flatbuffers/tests/cpp17/
H A Dtest_cpp17.cpp56 auto inventory = fbb.CreateVector(std::vector<uint8_t>{ 4, 5, 6, 7 }); in BuildMonster() local
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dmonster_generated.rs163 let inventory = self.inventory().map(|x| { in unpack() localVariable
392 pub fn inventory(&self) -> Option<&'a [u8]> { in inventory() method
780 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field
1268 pub inventory: Option<Vec<u8>>, field
1384 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dmonster_generated.rs165 let inventory = self.inventory().map(|x| { in unpack() localVariable
394 pub fn inventory(&self) -> Option<&'a [u8]> { in inventory() method
782 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field
1487 pub inventory: Option<Vec<u8>>, field
1603 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
H A Dagentendpoint.proto227 Inventory inventory = 3 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/
H A Dflatbuffers_benchmarks.rs89 let inventory = builder.create_vector_direct(&[0u8, 1, 2, 3, 4]); in create_serialized_example_with_generated_code() localVariable

123