/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | monster_generated.rs | 75 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 D | KotlinTest.kt | 226 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 D | PlayerComponent.java | 229 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 D | AnimationComponent.java | 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local 379 public void setInventory(InventoryComponent inventory) { in setInventory()
|
/aosp_15_r20/external/flatbuffers/samples/ |
H A 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
|
H A D | sample_binary.swift | 42 let inventory: [Byte] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] in main() variable
|
H A D | sample_binary.cpp | 50 auto inventory = builder.CreateVector(inv_data, 10); in main() local
|
H A D | sample_binary.rs | 56 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 D | fuzzer_generated.swift | 231 …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 D | SyncSetInventoryProductFieldmask.java | 38 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 D | SyncSetInventoryProductFieldmask.java | 38 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 D | SyncSetInventoryProductFieldmask.java | 38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
|
/aosp_15_r20/external/libconfig/examples/c++/ |
H A D | example2.cpp | 70 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 D | ProductServiceClientHttpJsonTest.java | 811 Product inventory = in setInventoryTest() local 874 Product inventory = in setInventoryExceptionTest() local
|
H A D | ProductServiceClientTest.java | 694 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 D | ProductServiceClientHttpJsonTest.java | 874 Product inventory = in setInventoryTest() local 937 Product inventory = in setInventoryExceptionTest() local
|
H A D | ProductServiceClientTest.java | 758 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 D | ProductServiceClientHttpJsonTest.java | 811 Product inventory = in setInventoryTest() local 874 Product inventory = in setInventoryExceptionTest() local
|
H A D | ProductServiceClientTest.java | 694 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 D | MonsterT.java | 15 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 D | test_cpp17.cpp | 56 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 D | monster_generated.rs | 163 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 D | monster_generated.rs | 165 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 D | agentendpoint.proto | 227 Inventory inventory = 3 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/benches/ |
H A D | flatbuffers_benchmarks.rs | 89 let inventory = builder.create_vector_direct(&[0u8, 1, 2, 3, 4]); in create_serialized_example_with_generated_code() localVariable
|