OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt32ByteSize
(Results
1 - 5
of
5
) sorted by null
/external/nanopb-c/generator/google/protobuf/internal/
wire_format.py
135
def
UInt32ByteSize
(field_number, uint32):
144
return
UInt32ByteSize
(field_number, ZigZagEncode(int32))
180
return
UInt32ByteSize
(field_number, enum)
type_checkers.py
186
_FieldDescriptor.TYPE_UINT32: wire_format.
UInt32ByteSize
,
/external/protobuf/python/google/protobuf/internal/
wire_format.py
135
def
UInt32ByteSize
(field_number, uint32):
144
return
UInt32ByteSize
(field_number, ZigZagEncode(int32))
180
return
UInt32ByteSize
(field_number, enum)
wire_format_test.py
126
#
UInt32ByteSize
().
127
[wire_format.
UInt32ByteSize
, 0, 1],
128
[wire_format.
UInt32ByteSize
, 127, 1],
129
[wire_format.
UInt32ByteSize
, 128, 2],
130
[wire_format.
UInt32ByteSize
, wire_format.UINT32_MAX, 5],
type_checkers.py
228
_FieldDescriptor.TYPE_UINT32: wire_format.
UInt32ByteSize
,
Completed in 51 milliseconds