Home
last modified time | relevance | path

Searched defs:base_owned_ref (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DReferences-inl.h218 inline base_owned_ref<T, Alloc>::base_owned_ref() noexcept in base_owned_ref() function
222 inline base_owned_ref<T, Alloc>::base_owned_ref(std::nullptr_t t) noexcept in base_owned_ref() function
228 inline base_owned_ref<T, Alloc>::base_owned_ref(const base_owned_ref& other) in base_owned_ref() function
233 inline base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function
240 inline facebook::jni::base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function
248 inline base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function
260 base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function
H A DReferences-forward.h58 class base_owned_ref; variable