Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java51 static final int WIRETYPE_FIXED64 = 1; field in WireFormatNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format.py48 WIRETYPE_FIXED64 = 1 variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java51 public static final int WIRETYPE_FIXED64 = 1; field in WireFormat
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h88 WIRETYPE_FIXED64 = 1, enumerator