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

/external/protobuf/python/google/protobuf/internal/
H A Dunknown_fields_test.py44 from google.protobuf.internal import type_checkers namespace
60 wire_type = type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type]
201 wire_type = type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type]
H A Dpython_message.py76 from google.protobuf.internal import type_checkers namespace
210 field_encoder = type_checkers.TYPE_TO_ENCODER[field_descriptor.type](
212 sizer = type_checkers.TYPE_TO_SIZER[field_descriptor.type](
223 type_checkers.TYPE_TO_DECODER[field_descriptor.type](
229 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
287 type_checker = type_checkers.GetTypeChecker(field)
459 type_checker = type_checkers.GetTypeChecker(field)
776 fn = type_checkers.TYPE_TO_BYTE_SIZE_FN[field_type]
1235 type_checker = type_checkers.GetTypeChecker(
/external/nanopb-c/generator/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(
/external/nanopb-c/generator/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/python/google/protobuf/
H A Dtext_format.py42 from google.protobuf.internal import type_checkers namespace
50 _INTEGER_CHECKERS = (type_checkers.Uint32ValueChecker(),
51 type_checkers.Int32ValueChecker(),
52 type_checkers.Uint64ValueChecker(),
53 type_checkers.Int64ValueChecker())
/external/protobuf/
H A DMakefile.am205 python/google/protobuf/internal/type_checkers.py \

Completed in 176 milliseconds