Lines Matching refs:kOptional
263 case CppType::Which::kOptional: { in WriteStructMembers()
406 case CppType::Which::kOptional: { in EnsureDependentTypeDefinitionsWritten()
703 if (x.type->which == CppType::Which::kOptional) { in CountMemberTypes()
753 if (x.type->which == CppType::Which::kOptional) { in WriteMapEncoder()
780 if (x.type->which == CppType::Which::kOptional || in WriteMapEncoder()
824 if (x.type->which == CppType::Which::kOptional) { in WriteArrayEncoder()
839 if (x.type->which == CppType::Which::kOptional || in WriteArrayEncoder()
1288 if (member.type->which == CppType::Which::kOptional) { in WriteMapDecoder()
1308 if (x.type->which == CppType::Which::kOptional) { in WriteMapDecoder()
1382 if (member.type->which == CppType::Which::kOptional) { in WriteArrayDecoder()
1402 if (x.type->which == CppType::Which::kOptional) { in WriteArrayDecoder()