Searched defs:Int32ValueChecker (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py131 class Int32ValueChecker(IntValueChecker): class in inherits:IntValueChecker
155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
164 _FieldDescriptor.CPPTYPE_ENUM: Int32ValueChecker(),
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py131 class Int32ValueChecker(IntValueChecker): class in inherits:IntValueChecker
155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
164 _FieldDescriptor.CPPTYPE_ENUM: Int32ValueChecker(),

Completed in 92 milliseconds