Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dwire_format.py34 WIRETYPE_FIXED64 = 1 variable
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java49 static final int WIRETYPE_FIXED64 = 1; field in WireFormatMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java51 static final int WIRETYPE_FIXED64 = 1; field in WireFormatNano
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py48 WIRETYPE_FIXED64 = 1 variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java56 public static final int WIRETYPE_FIXED64 = 1; field in WireFormat
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php41 const WIRETYPE_FIXED64 = 1; define in Google\\Protobuf\\Internal\\GPBWire
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h103 WIRETYPE_FIXED64 = 1, enumerator