Home
last modified time | relevance | path

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

/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/nanopb-c/generator/google/protobuf/internal/
Dwire_format.py52 WIRETYPE_FIXED32 = 5 variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java55 public static final int WIRETYPE_FIXED32 = 5; field in WireFormat
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h92 WIRETYPE_FIXED32 = 5, enumerator