Searched refs:is_nullable (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 64 bool is_nullable, in CppArrayType() argument 68 GetHeaders(is_nullable, cpp_header), in CppArrayType() 69 GetCppType(is_nullable, underlying_cpp_type), in CppArrayType() 71 (is_nullable) in CppArrayType() 81 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) { in GetHeaders() argument 83 if (is_nullable) { in GetHeaders() 92 static string GetCppType(bool is_nullable, in GetCppType() argument 94 if (is_nullable) in GetCppType()
|
D | aidl_unittest.cpp | 227 for (auto is_nullable: {true, false}) { in TEST_F() 231 (is_nullable) ? "@nullable" : ""), in TEST_F() 237 EXPECT_EQ(interface->GetMethods()[0]->GetType().IsNullable(), is_nullable); in TEST_F()
|