Searched defs:try_entry (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/ |
D | map.rs | 1060 pub fn try_entry<K>(&mut self, key: K) -> Result<Entry<'_, T>, InvalidHeaderName> in try_entry() method 3368 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName>; in try_entry() method 3381 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName> { in try_entry() method 3399 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName> { in try_entry() method 3417 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName> { in try_entry() method 3435 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName> { in try_entry() method 3453 fn try_entry<T>(self, map: &mut HeaderMap<T>) -> Result<Entry<'_, T>, InvalidHeaderName> { in try_entry() method
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | block_builder.cc | 352 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local
|
H A D | code_sinking.cc | 261 const HTryBoundary& try_entry = in FindIdealPosition() local
|
H A D | dead_code_elimination.cc | 641 void HDeadCodeElimination::RemoveTry(HBasicBlock* try_entry, in RemoveTry()
|
H A D | graph_checker.cc | 369 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local
|
H A D | instruction_builder.cc | 182 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local 257 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local
|
H A D | nodes.h | 826 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation()
|
H A D | nodes.cc | 598 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/ |
D | lib.rs | 852 pub fn try_entry(&'a self, key: K) -> Option<Entry<'a, K, V, S>> { in try_entry() method
|