Home
last modified time | relevance | path

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

123

/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2/productservice/setinventory/
DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2beta/productservice/setinventory/
DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2alpha/productservice/setinventory/
DSyncSetInventoryProductFieldmask.java38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
/external/libconfig/examples/c++/
Dexample2.cpp70 Setting &inventory = root["inventory"]; in main() local
/external/flatbuffers/samples/rust_generated/my_game/sample/
Dmonster_generated.rs75 let inventory = self.inventory().map(|x| { in unpack() localVariable
136 pub fn inventory(&self) -> Option<flatbuffers::Vector<'a, u8>> { in inventory() method
224 pub inventory: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, u8>>>, field
344 pub inventory: Option<Vec<u8>>, field
377 let inventory = self.inventory.as_ref().map(|x|{ in pack() localVariable
/external/flatbuffers/tests/
Dmonster_test.cpp35 auto inventory = in CreateFlatBufferTest() local
238 auto inventory = monster->inventory(); in AccessFlatBufferTest() local
460 auto inventory = monster->mutable_inventory(); in MutateFlatBuffersTest() local
563 auto &inventory = monster2->inventory; in CheckMonsterObject() local
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
/external/flatbuffers/samples/
Dsample_binary.swift42 let inventory: [Byte] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] in main() variable
Dsample_binary.cpp50 auto inventory = builder.CreateVector(inv_data, 10); in main() local
Dsample_binary.rs56 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4, 5, 6, 7, 8, 9]); in main() localVariable
Dmonster_generated.swift123 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.inventory.v); … in inventory() function
124 public var inventory: [UInt8] { return _accessor.getVector(at: VTOFFSET.inventory.v) ?? [] } variable
/external/replicaisland/src/com/replica/replicaisland/
DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local
379 public void setInventory(InventoryComponent inventory) { in setInventory()
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()
/external/flatbuffers/tests/cpp17/
Dtest_cpp17.cpp56 auto inventory = fbb.CreateVector(std::vector<uint8_t>{ 4, 5, 6, 7 }); in BuildMonster() local
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DFlatBufferBuilderTest.kt119 val inventory = ubyteArrayOf(0u, 1u, 2u, 3u, 4u, 5u, 6u, 88u, 99u, 122u, 1u) in testCreateBufferVector() constant
142 val inventory = byteArrayOf(10, 11, 12, 13, 14) in testCreateUninitializedVector() constant
/external/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/
Dfuzzer_generated.swift229 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(VTOFFSET.inventory.v); … in inventory() function
230 public var inventory: [UInt8] { return _accessor.getVector(at: VTOFFSET.inventory.v) ?? [] } variable
/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
Dagentendpoint.proto227 Inventory inventory = 3 [(google.api.field_behavior) = OPTIONAL]; field
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs89 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4]); in create_serialized_example_with_generated_code() localVariable
/external/googleapis/google/cloud/retail/v2beta/
Dproduct_service.proto618 Product inventory = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/googleapis/google/cloud/retail/v2/
Dproduct_service.proto615 Product inventory = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/
Dproduct_service.proto618 Product inventory = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/
Dproduct_service.proto615 Product inventory = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2alpha/
DProductServiceClientHttpJsonTest.java874 Product inventory = in setInventoryTest() local
937 Product inventory = in setInventoryExceptionTest() local
/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2/
DProductServiceClientTest.java694 Product inventory = Product.newBuilder().build(); in setInventoryTest() local
718 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local
/external/google-cloud-java/java-retail/google-cloud-retail/src/test/java/com/google/cloud/retail/v2beta/
DProductServiceClientTest.java694 Product inventory = Product.newBuilder().build(); in setInventoryTest() local
718 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local

123