Home
last modified time | relevance | path

Searched defs:WireType (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dwire_type.js7 const WireType = { variable
Dindexer.js9 const WireType = goog.require('protobuf.binary.WireType'); constant
Dtag_test.js7 const WireType = goog.require('protobuf.binary.WireType'); constant
Dtag.js4 const WireType = goog.require('protobuf.binary.WireType'); constant
Dfield.js7 const WireType = goog.requireType('protobuf.binary.WireType'); constant
Dindexer_test.js15 const WireType = goog.require('protobuf.binary.WireType'); constant
Dwriter_test.js14 const WireType = goog.require('protobuf.binary.WireType'); constant
Dwriter.js10 const WireType = goog.require('protobuf.binary.WireType'); constant
Dkernel.js23 const WireType = goog.require('protobuf.binary.WireType'); constant
/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_map_field_lite.cc72 std::string WireType(const FieldDescriptor* field) { in WireType() function
Djava_map_field.cc72 std::string WireType(const FieldDescriptor* field) { in WireType() function
/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js22 const WireType = goog.require('protobuf.binary.WireType'); constant
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h102 enum WireType { enum