Searched refs:_INTEGER_CHECKERS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py46 _INTEGER_CHECKERS = (type_checkers.Uint32ValueChecker(), variable
644 checker = _INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]
/external/protobuf/python/google/protobuf/
H A Dtext_format.py309 _INTEGER_CHECKERS = [type_checkers.Uint32ValueChecker(), variable in class:_Tokenizer
593 checker = self._INTEGER_CHECKERS[2 * int(is_long) + int(is_signed)]

Completed in 144 milliseconds