/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2/productservice/setinventory/ |
D | SyncSetInventoryProductFieldmask.java | 38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
|
/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2beta/productservice/setinventory/ |
D | SyncSetInventoryProductFieldmask.java | 38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
|
/external/google-cloud-java/java-retail/samples/snippets/generated/com/google/cloud/retail/v2alpha/productservice/setinventory/ |
D | SyncSetInventoryProductFieldmask.java | 38 Product inventory = Product.newBuilder().build(); in syncSetInventoryProductFieldmask() local
|
/external/libconfig/examples/c++/ |
D | example2.cpp | 70 Setting &inventory = root["inventory"]; in main() local
|
/external/flatbuffers/samples/rust_generated/my_game/sample/ |
D | monster_generated.rs | 75 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/ |
D | monster_test.cpp | 35 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
|
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
|
/external/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 | 56 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4, 5, 6, 7, 8, 9]); in main() localVariable
|
D | monster_generated.swift | 123 …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/ |
D | AnimationComponent.java | 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local 379 public void setInventory(InventoryComponent inventory) { in setInventory()
|
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()
|
/external/flatbuffers/tests/cpp17/ |
D | test_cpp17.cpp | 56 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/ |
D | FlatBufferBuilderTest.kt | 119 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/ |
D | fuzzer_generated.swift | 229 …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/ |
D | agentendpoint.proto | 227 Inventory inventory = 3 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/flatbuffers/tests/rust_usage_test/benches/ |
D | flatbuffers_benchmarks.rs | 89 let inventory = builder.create_vector(&[0u8, 1, 2, 3, 4]); in create_serialized_example_with_generated_code() localVariable
|
/external/googleapis/google/cloud/retail/v2beta/ |
D | product_service.proto | 618 Product inventory = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/external/googleapis/google/cloud/retail/v2/ |
D | product_service.proto | 615 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/ |
D | product_service.proto | 618 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/ |
D | product_service.proto | 615 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/ |
D | ProductServiceClientHttpJsonTest.java | 874 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/ |
D | ProductServiceClientTest.java | 694 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/ |
D | ProductServiceClientTest.java | 694 Product inventory = Product.newBuilder().build(); in setInventoryTest() local 718 Product inventory = Product.newBuilder().build(); in setInventoryExceptionTest() local
|