Searched refs:inputAccess (Results 1 – 1 of 1) sorted by relevance
178 out << "if (" << inputAccess << " < 0) {\n"; in h2aScalarChecks()184 out << "if (" << inputAccess << " > " << limit << " || " << inputAccess in h2aScalarChecks()191 << inputAccess << "\");\n"; in h2aScalarChecks()272 const std::string inputAccess = "in." + field.fullName; in containerTranslation() local273 out << "if (" << inputAccess << " != null) {\n"; in containerTranslation()276 << "[" << inputAccess << javaSizeAccess << "];\n"; in containerTranslation()306 std::string inputAccess = "in." + field.fullName; in simpleTranslation() local315 h2aScalarChecks(out, field.field->type(), inputAccess, backend); in simpleTranslation()318 inputAccess += "()"; in simpleTranslation()321 << inputAccess << ");\n"; in simpleTranslation()[all …]