Home
last modified time | relevance | path

Searched refs:datatype_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.h73 Type datatype() const { return datatype_; } in datatype()
140 Type datatype_; variable
Dnetlink_attribute.cc48 : has_a_value_(false), id_(id), id_string_(id_string), datatype_(datatype), in NetlinkAttribute()