Searched defs:base_owned_ref (Results 1 – 2 of 2) sorted by relevance
218 inline base_owned_ref<T, Alloc>::base_owned_ref() noexcept in base_owned_ref() function222 inline base_owned_ref<T, Alloc>::base_owned_ref(std::nullptr_t t) noexcept in base_owned_ref() function228 inline base_owned_ref<T, Alloc>::base_owned_ref(const base_owned_ref& other) in base_owned_ref() function233 inline base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function240 inline facebook::jni::base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function248 inline base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function260 base_owned_ref<T, Alloc>::base_owned_ref( in base_owned_ref() function
58 class base_owned_ref; variable