Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dnew.hpp79 struct new_l { struct
110 struct result { typedef T* type; };
112 T* operator()() const { in operator ()()
117 T* operator()(A const& a) const { in operator ()()
122 T* operator()(A const& a, B const& b) const { in operator ()()
127 T* operator()(A const& a, B const& b, C const& c) const { in operator ()()
135 T* operator()( in operator ()()
144 T* operator()( in operator ()()
154 T* operator()( in operator ()()
166 T* operator()( in operator ()()
[all …]
/aosp_15_r20/art/runtime/
H A Djvalue-inl.h26 inline void JValue::SetL(ObjPtr<mirror::Object> new_l) { in SetL()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemallocator/tests/
Dshrink_in_place.rs25 let new_l = Layout::from_size_align(new_sz, 1).unwrap(); in shrink_in_place() localVariable
Dgrow_in_place.rs23 let new_l = Layout::from_size_align(orig_sz + 1, 1).unwrap(); in shrink_in_place() localVariable