Home | History | Annotate | Download | only in dbus

Lines Matching refs:details

146 namespace details {
179 } // namespace details
476 if (!details::DescendIntoVariantIfPresent(&reader, &variant_reader) ||
492 namespace details {
516 } // namespace details
520 : public details::DBusArrayType<IsTypeSupported<T>::value, T, ALLOC> {};
523 namespace details {
544 } // namespace details
550 details::TupleTraits<Types...>::GetSignature() +
573 if (!details::DescendIntoVariantIfPresent(&reader, &variant_reader) ||
583 namespace details {
607 } // namespace details
611 : public details::DBusPairType<IsTypeSupported<U, V>::value, U, V> {};
614 namespace details {
656 } // namespace details
664 details::TupleIterator<0, sizeof...(T), T...>::Write(&struct_writer, value);
673 if (!details::DescendIntoVariantIfPresent(&reader, &variant_reader) ||
676 return details::TupleIterator<0, sizeof...(T), T...>::Read(&struct_reader,
680 namespace details {
705 } // namespace details
709 : public details::DBusTupleType<IsTypeSupported<T...>::value, T...> {};
717 writer->OpenArray(details::GetDBusDictEntryType<KEY, VALUE>(), &dict_writer);
737 if (!details::DescendIntoVariantIfPresent(&reader, &variant_reader) ||
758 namespace details {
788 } // namespace details
792 : public details::DBusMapType<IsTypeSupported<KEY, VALUE>::value,