Searched defs:BtProperty (Results 1 – 1 of 1) sorted by relevance
49 BtProperty(bt_property_type_t type) : type_(type) {} in BtProperty() function92 : BtProperty(type), val_(std::make_shared<T>(val)) {} in BtProperty() function111 : BtProperty(type), val_(std::make_shared<std::vector<T>>(val)) {} in BtProperty() function115 : BtProperty(type), val_(std::make_shared<std::vector<T>>(val, val + size)) {} in BtProperty() function