Searched refs:isUintAllowed (Results 1 – 1 of 1) sorted by relevance
101 static java_type_t java_type(const FieldDescriptor& field, const bool isUintAllowed) { in java_type() argument133 return isRepeatedField || !isUintAllowed ? JAVA_TYPE_UNKNOWN_OR_INVALID in java_type()136 return isRepeatedField || !isUintAllowed ? JAVA_TYPE_UNKNOWN_OR_INVALID : JAVA_TYPE_INT; in java_type()396 bool isUintAllowed = !(find(begin(UINT_ATOM_ALLOWLIST), end(UINT_ATOM_ALLOWLIST), atomName) == in collate_atom() local406 const java_type_t javaType = java_type(field, isUintAllowed); in collate_atom()450 const java_type_t javaType = java_type(field, isUintAllowed); in collate_atom()464 const java_type_t javaType = java_type(field, isUintAllowed); in collate_atom()