Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py52 WIRETYPE_FIXED32 = 5 variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java60 public static final int WIRETYPE_FIXED32 = 5; field in WireFormat
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php45 const WIRETYPE_FIXED32 = 5; define in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h108 WIRETYPE_FIXED32 = 5, enumerator