Home
last modified time | relevance | path

Searched defs:WIRETYPE_FIXED64 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py48 WIRETYPE_FIXED64 = 1 variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java56 public static final int WIRETYPE_FIXED64 = 1; field in WireFormat
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php41 const WIRETYPE_FIXED64 = 1; define in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h104 WIRETYPE_FIXED64 = 1, enumerator