Searched refs:is_nullable (Results 1 – 2 of 2) sorted by relevance
88 bool is_nullable, in CppArrayType() argument92 GetHeaders(is_nullable, cpp_header), in CppArrayType()93 GetCppType(is_nullable, underlying_cpp_type), in CppArrayType()95 (is_nullable) in CppArrayType()106 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) { in GetHeaders() argument108 if (is_nullable) { in GetHeaders()117 static string GetCppType(bool is_nullable, in GetCppType() argument119 if (is_nullable) in GetCppType()
146 for (auto is_nullable: {true, false}) { in TEST_F()150 (is_nullable) ? "@nullable" : ""), in TEST_F()155 is_nullable); in TEST_F()