Home
last modified time | relevance | path

Searched defs:try_entry (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dmap.rs1060 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 Dblock_builder.cc352 HTryBoundary* try_entry = new (allocator_) HTryBoundary( in InsertTryBoundaryBlocks() local
H A Dcode_sinking.cc261 const HTryBoundary& try_entry = in FindIdealPosition() local
H A Ddead_code_elimination.cc641 void HDeadCodeElimination::RemoveTry(HBasicBlock* try_entry, in RemoveTry()
H A Dgraph_checker.cc369 const HTryBoundary& try_entry = block->GetTryCatchInformation()->GetTryEntry(); in VisitBasicBlock() local
H A Dinstruction_builder.cc182 const HTryBoundary& try_entry = current->GetTryCatchInformation()->GetTryEntry(); in InitializeBlockLocals() local
257 const HTryBoundary& try_entry = current_block_->GetTryCatchInformation()->GetTryEntry(); in PropagateLocalsToCatchBlocks() local
H A Dnodes.h826 explicit TryCatchInformation(const HTryBoundary& try_entry) in TryCatchInformation()
H A Dnodes.cc598 const HTryBoundary* try_entry = first_predecessor->ComputeTryEntryOfSuccessors(); in ComputeTryBlockInformation() local
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dlib.rs852 pub fn try_entry(&'a self, key: K) -> Option<Entry<'a, K, V, S>> { in try_entry() method