Searched refs:Prop (Results 1 – 4 of 4) sorted by relevance
724 class Prop {735 Prop() = default;736 Prop(const Prop& other) { in Prop() function739 Prop& operator=(const Prop& other) {744 Prop(Prop&& other) noexcept { in Prop() function747 Prop& operator=(Prop&& other) noexcept {753 bool operator==(const Prop& other) const {756 bool operator!=(const Prop& other) const {772 void swap(Prop& other) { in swap()858 explicit iterator(const std::map<std::string, Prop>::const_iterator &_it) : it(_it) { } in iterator()[all …]
40 using Elem = mediametrics::Item::Prop::Elem;
68 using Elem = Item::Prop::Elem; // use the Item property element.132 const std::string &name, const mediametrics::Item::Prop &prop, int64_t time = 0)305 std::vector<const mediametrics::Item::Prop *> deferred;
172 Prop prop; in readFromParcel0()582 Prop prop; in readFromByteString()592 status_t mediametrics::Item::Prop::readFromParcel(const Parcel& data) in readFromParcel()641 status_t mediametrics::Item::Prop::readFromByteString( in readFromByteString()