OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SFixed64ByteSize
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/python/google/protobuf/internal/
wire_format_test.py
162
#
SFixed64ByteSize
().
163
[wire_format.
SFixed64ByteSize
, 0, 8],
164
[wire_format.
SFixed64ByteSize
, wire_format.INT64_MIN, 8],
165
[wire_format.
SFixed64ByteSize
, wire_format.INT64_MAX, 8],
wire_format.py
163
def
SFixed64ByteSize
(field_number, sfixed64):
type_checkers.py
231
_FieldDescriptor.TYPE_SFIXED64: wire_format.
SFixed64ByteSize
,
/external/nanopb-c/generator/google/protobuf/internal/
wire_format.py
163
def
SFixed64ByteSize
(field_number, sfixed64):
type_checkers.py
189
_FieldDescriptor.TYPE_SFIXED64: wire_format.
SFixed64ByteSize
,
Completed in 46 milliseconds