Home
last modified time | relevance | path

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

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