Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dconformance_php.php20 use \Conformance\WireFormat; alias
Dconformance.proto54 enum WireFormat { enum
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs44 public static class WireFormat class
/external/crosvm/p9/src/protocol/
Dwire_format.rs15 pub trait WireFormat: std::marker::Sized { interface
33 impl WireFormat for $Ty { impl
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java45 public final class WireFormat { class
47 private WireFormat() {} in WireFormat() method in WireFormat
/external/crosvm/p9/wire_format_derive/
Dwire_format_derive.rs49 impl WireFormat for #container { in p9_wire_format_inner() impl
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h66 class WireFormat; // wire_format.h variable
Dmessage.h179 class WireFormat; // wire_format.h variable
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs62 public enum WireFormat { enum
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1412 using WireFormat = internal::WireFormat; typedef in google::protobuf::compiler::cpp::ParseLoopGenerator