Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.h299 NestedData(Type type, std::string attribute_name, bool is_array);
300 NestedData(Type type, std::string attribute_name, bool is_array,
305 bool is_array; member
Dnetlink_attribute.cc898 if (templates.size() == 1 && templates.cbegin()->second.is_array) { in InitNestedFromValue()
1010 : type(kTypeRaw), attribute_name("<UNKNOWN>"), is_array(false) {} in NestedData()
1015 is_array(is_array_arg) {} in NestedData()
1021 is_array(is_array_arg), parse_attribute(parse_attribute_arg) {} in NestedData()
/system/tools/aidl/
Daidl_language.cpp41 const std::string& comments, bool is_array) in AidlType() argument
44 is_array_(is_array), in AidlType()
Dtype_cpp.cpp152 ByteType(bool is_array, in ByteType() argument
161 is_array_(is_array) {}
Daidl_language.h57 const std::string& comments, bool is_array);