OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_VarintBytes
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/generator/google/protobuf/internal/
encoder.py
379
def
_VarintBytes
(value):
391
return
_VarintBytes
(wire_format.PackTag(field_number, wire_type))
758
_VarintBytes
(field_number),
/external/protobuf/python/google/protobuf/internal/
encoder.py
387
def
_VarintBytes
(value):
400
return
_VarintBytes
(wire_format.PackTag(field_number, wire_type))
777
_VarintBytes
(field_number),
Completed in 7186 milliseconds