Home
last modified time | relevance | path

Searched defs:WireFormat (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dwire_format.js9 const WireFormat = { variable
Dconformance_testee.js7 const WireFormat = goog.require('proto.conformance.WireFormat'); constant
Dconformance_request.js7 const WireFormat = goog.require('proto.conformance.WireFormat'); constant
/third_party/protobuf/conformance/
Dconformance_php.php20 use \Conformance\WireFormat; alias
Dconformance.proto54 enum WireFormat { enum
/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs44 public static class WireFormat class
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java45 public final class WireFormat { class
47 private WireFormat() {} in WireFormat() method in WireFormat
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h64 class WireFormat; // wire_format.h variable
Dmessage.h179 class WireFormat; // wire_format.h variable
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs62 public enum WireFormat { enum
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1441 using WireFormat = internal::WireFormat; typedef in google::protobuf::compiler::cpp::ParseLoopGenerator