Lines Matching refs:uint16_properties_
59 ContainsKey(uint16_properties_, prop) || in Contains()
311 return GetProperty(name, value, error, uint16_properties_, "a uint16_t"); in GetUint16Property()
401 return SetProperty(name, value, error, &uint16_properties_, "a uint16_t"); in SetUint16Property()
451 } else if (ContainsKey(uint16_properties_, name)) { in ClearProperty()
452 uint16_properties_[name]->Clear(error); in ClearProperty()
541 return ReadablePropertyConstIterator<uint16_t>(uint16_properties_); in GetUint16PropertiesIter()
754 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterUint16()
756 uint16_properties_[name] = in RegisterUint16()
784 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterConstUint16()
786 uint16_properties_[name] = in RegisterConstUint16()
800 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterWriteOnlyUint16()
802 uint16_properties_[name] = in RegisterWriteOnlyUint16()
874 DCHECK(!Contains(name) || ContainsKey(uint16_properties_, name)) in RegisterDerivedUint16()
876 uint16_properties_[name] = acc; in RegisterDerivedUint16()