Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dwire_format.py38 WIRETYPE_FIXED32 = 5 variable
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java53 static final int WIRETYPE_FIXED32 = 5; field in WireFormatMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java55 static final int WIRETYPE_FIXED32 = 5; field in WireFormatNano
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py52 WIRETYPE_FIXED32 = 5 variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java60 public static final int WIRETYPE_FIXED32 = 5; field in WireFormat
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php45 const WIRETYPE_FIXED32 = 5; define in Google\\Protobuf\\Internal\\GPBWire
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h107 WIRETYPE_FIXED32 = 5, enumerator