HomeSort by relevance Sort by last modified time
    Searched full:type_checkers (Results 1 - 10 of 10) sorted by null

  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 44 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]
python_message.py 76 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]
    [all...]
containers.py 103 type_checker: A type_checkers.ValueChecker instance to run on elements
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 67 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]
    [all...]
containers.py 103 type_checker: A type_checkers.ValueChecker instance to run on elements
  /external/nanopb-c/generator/google/protobuf/
text_format.py 39 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/
text_format.py 42 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/python/
setup.py 174 'google.protobuf.internal.type_checkers',
  /external/protobuf/
Makefile.am 205 python/google/protobuf/internal/type_checkers.py \
Makefile.in 540 python/google/protobuf/internal/type_checkers.py \
    [all...]

Completed in 103 milliseconds