Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py201 class Uint32ValueChecker(IntValueChecker): class
223 _FieldDescriptor.CPPTYPE_UINT32: Uint32ValueChecker(),
/external/protobuf/python/google/protobuf/
Dtext_format.py61 _INTEGER_CHECKERS = (type_checkers.Uint32ValueChecker(),