Home
last modified time | relevance | path

Searched defs:to_update (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dstate_repo.rs363 let to_update = test_repo.get_epoch_mut(0).await.unwrap().unwrap(); in test_updates() localVariable
368 let to_update = to_update.clone(); in test_updates() localVariable
428 let to_update = test_repo.get_epoch_mut(0).await.unwrap().unwrap(); in test_insert_and_update() localVariable
431 let to_update = to_update.clone(); in test_insert_and_update() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc1205 std::vector<ShapeAndType>* to_update) { in MergeHandleShapesAndTypes()
1263 std::vector<ShapeAndType>* to_update) { in RelaxHandleShapesAndMergeTypes()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Darg_matcher.rs66 let to_update = if let Some(parent_ma) = vals_map.get(global_arg) { in fill_in_global_values() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Darg_matcher.rs66 let to_update = if let Some(parent_ma) = vals_map.get(global_arg) { in fill_in_global_values() localVariable
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Darg_matcher.rs76 let to_update = if let Some(parent_ma) = vals_map.get(global_arg) { in fill_in_global_values() localVariable
/aosp_15_r20/art/runtime/verifier/
H A Dverifier_deps.cc53 static inline void BitVectorOr(std::vector<bool>& to_update, const std::vector<bool>& other) { in BitVectorOr()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.cc1149 BufferIdList& to_update) { in AddRematerializedInstruction()