OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetlinkNestedAttribute
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/net/
netlink_attribute.cc
796
//
NetlinkNestedAttribute
798
const char
NetlinkNestedAttribute
::kMyTypeString[] = "nested";
799
const NetlinkAttribute::Type
NetlinkNestedAttribute
::kType =
801
const size_t
NetlinkNestedAttribute
::kArrayAttrEnumVal = 0;
803
NetlinkNestedAttribute
::
NetlinkNestedAttribute
(int id,
808
ByteString
NetlinkNestedAttribute
::Encode() const {
833
void
NetlinkNestedAttribute
::Print(int log_level, int indent) const {
838
bool
NetlinkNestedAttribute
::ToString(string* output) const {
845
// from attribute->Print but
NetlinkNestedAttribute
::Print doesn't cal
[
all
...]
netlink_attribute.h
270
class
NetlinkNestedAttribute
: public NetlinkAttribute {
274
NetlinkNestedAttribute
(int id, const char* id_string);
349
const
NetlinkNestedAttribute
::NestedData::NestedDataMap& templates,
352
const
NetlinkNestedAttribute
::NestedData& array_template,
355
const
NetlinkNestedAttribute
::NestedData& nested_template,
359
DISALLOW_COPY_AND_ASSIGN(
NetlinkNestedAttribute
);
Completed in 176 milliseconds