Home
last modified time | relevance | path

Searched refs:checkIntTypePrecision (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java93 checkIntTypePrecision(context, fieldType, value); in checkType()
251 …protected static void checkIntTypePrecision(ThreadContext context, Descriptors.FieldDescriptor.Typ… in checkIntTypePrecision() method in Utils
DRubyMessage.java472 Utils.checkIntTypePrecision(context, fieldDescriptor.getType(), value); in convert()