Home
last modified time | relevance | path

Searched defs:StatePtr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs358 type StatePtr = u32; typedef
853 unsafe fn next_si(&self, si: StatePtr, text: &[u8], i: usize) -> StatePtr { in next_si()
894 mut si: StatePtr, in exec_byte()
896 ) -> Option<StatePtr> { in exec_byte()
1150 current_state: Option<&mut StatePtr>, in cached_state()
1151 ) -> Option<StatePtr> { in cached_state()
1254 current_state: Option<&mut StatePtr>, in clear_cache_and_save()
1322 fn restore_state(&mut self, state: State) -> Option<StatePtr> { in restore_state()
1347 si: StatePtr, in next_state()
1349 ) -> Option<StatePtr> { in next_state()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/
Doriginal_thread_pool.h113 using StatePtr = std::shared_ptr<State>; variable
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_stress_test.cc190 using StatePtr = std::shared_ptr<State>; typedef in grpc_core::__anon4406509a0111::StressTest
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjC.cpp1474 Address StatePtr = CreateMemTemp(StateTy, "state.ptr"); in EmitObjCForCollectionStmt() local