Searched defs:is_array (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/net/
H A Dnetlink_attribute.h289 // represent an array, a single |NestedData| is provided and |is_array| is
299 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 in struct:shill::NetlinkNestedAttribute::NestedData
/system/tools/aidl/
H A Daidl_language.cpp41 const std::string& comments, bool is_array)
44 is_array_(is_array),
40 AidlType(const std::string& name, unsigned line, const std::string& comments, bool is_array) argument
H A Dtype_cpp.cpp152 ByteType(bool is_array, argument
161 is_array_(is_array) {}

Completed in 94 milliseconds