Lines Matching defs:prop
559 void PropertyStore::RegisterBool(const string& name, bool* prop) { in RegisterBool()
565 void PropertyStore::RegisterConstBool(const string& name, const bool* prop) { in RegisterConstBool()
571 void PropertyStore::RegisterWriteOnlyBool(const string& name, bool* prop) { in RegisterWriteOnlyBool()
578 void PropertyStore::RegisterInt16(const string& name, int16_t* prop) { in RegisterInt16()
585 const int16_t* prop) { in RegisterConstInt16()
592 void PropertyStore::RegisterWriteOnlyInt16(const string& name, int16_t* prop) { in RegisterWriteOnlyInt16()
598 void PropertyStore::RegisterInt32(const string& name, int32_t* prop) { in RegisterInt32()
605 const int32_t* prop) { in RegisterConstInt32()
612 void PropertyStore::RegisterWriteOnlyInt32(const string& name, int32_t* prop) { in RegisterWriteOnlyInt32()
619 void PropertyStore::RegisterString(const string& name, string* prop) { in RegisterString()
626 const string* prop) { in RegisterConstString()
633 void PropertyStore::RegisterWriteOnlyString(const string& name, string* prop) { in RegisterWriteOnlyString()
640 void PropertyStore::RegisterStringmap(const string& name, Stringmap* prop) { in RegisterStringmap()
648 const Stringmap* prop) { in RegisterConstStringmap()
656 Stringmap* prop) { in RegisterWriteOnlyStringmap()
663 void PropertyStore::RegisterStringmaps(const string& name, Stringmaps* prop) { in RegisterStringmaps()
671 const Stringmaps* prop) { in RegisterConstStringmaps()
679 Stringmaps* prop) { in RegisterWriteOnlyStringmaps()
686 void PropertyStore::RegisterStrings(const string& name, Strings* prop) { in RegisterStrings()
694 const Strings* prop) { in RegisterConstStrings()
702 Strings* prop) { in RegisterWriteOnlyStrings()
709 void PropertyStore::RegisterUint8(const string& name, uint8_t* prop) { in RegisterUint8()
716 const uint8_t* prop) { in RegisterConstUint8()
723 void PropertyStore::RegisterWriteOnlyUint8(const string& name, uint8_t* prop) { in RegisterWriteOnlyUint8()
730 void PropertyStore::RegisterByteArray(const string& name, ByteArray* prop) { in RegisterByteArray()
738 const ByteArray* prop) { in RegisterConstByteArray()
746 ByteArray* prop) { in RegisterWriteOnlyByteArray()
753 void PropertyStore::RegisterUint16(const string& name, uint16_t* prop) { in RegisterUint16()
760 void PropertyStore::RegisterUint16s(const string& name, Uint16s* prop) { in RegisterUint16s()
767 void PropertyStore::RegisterUint32(const std::string& name, uint32_t* prop) { in RegisterUint32()
775 const uint32_t* prop) { in RegisterConstUint32()
783 const uint16_t* prop) { in RegisterConstUint16()
791 const Uint16s* prop) { in RegisterConstUint16s()
799 uint16_t* prop) { in RegisterWriteOnlyUint16()