Searched refs:type_checkers (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py67 from google.protobuf.internal import type_checkers namespace
200 field_encoder = type_checkers.TYPE_TO_ENCODER[field_descriptor.type](
202 sizer = type_checkers.TYPE_TO_SIZER[field_descriptor.type](
213 type_checkers.TYPE_TO_DECODER[field_descriptor.type](
217 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
275 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
443 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
730 fn = type_checkers.TYPE_TO_BYTE_SIZE_FN[field_type]
1135 type_checker = type_checkers.GetTypeChecker(
H A Dunknown_fields_test.py43 from google.protobuf.internal import type_checkers namespace
59 wire_type = type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type]
/external/protobuf/python/google/protobuf/
H A Dreflection.py65 from google.protobuf.internal import type_checkers namespace
267 field_encoder = type_checkers.TYPE_TO_ENCODER[field_descriptor.type](
269 sizer = type_checkers.TYPE_TO_SIZER[field_descriptor.type](
280 type_checkers.TYPE_TO_DECODER[field_descriptor.type](
284 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
339 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
502 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
762 fn = type_checkers.TYPE_TO_BYTE_SIZE_FN[field_type]
1133 type_checker = type_checkers.GetTypeChecker(
H A Dtext_format.py39 from google.protobuf.internal import type_checkers namespace
309 _INTEGER_CHECKERS = [type_checkers.Uint32ValueChecker(),
310 type_checkers.Int32ValueChecker(),
311 type_checkers.Uint64ValueChecker(),
312 type_checkers.Int64ValueChecker()]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py39 from google.protobuf.internal import type_checkers namespace
46 _INTEGER_CHECKERS = (type_checkers.Uint32ValueChecker(),
47 type_checkers.Int32ValueChecker(),
48 type_checkers.Uint64ValueChecker(),
49 type_checkers.Int64ValueChecker())
/external/protobuf/
H A DMakefile.am128 python/google/protobuf/internal/type_checkers.py \

Completed in 188 milliseconds