HomeSort by relevance Sort by last modified time
    Searched refs:BoolByteSize (Results 1 - 5 of 5) sorted by null

  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 174 # BoolByteSize().
175 [wire_format.BoolByteSize, False, 1],
176 [wire_format.BoolByteSize, True, 1],
wire_format.py 175 def BoolByteSize(field_number, b):
type_checkers.py 223 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 175 def BoolByteSize(field_number, b):
type_checkers.py 181 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,

Completed in 140 milliseconds