Home
last modified time | relevance | path

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

/external/cronet/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
/external/cronet/third_party/protobuf/conformance/
Dconformance_php.php20 use \Conformance\WireFormat; alias
Dconformance.proto54 enum WireFormat { enum
/external/protobuf/conformance/
Dconformance_php.php20 use \Conformance\WireFormat; alias
Dconformance.proto54 enum WireFormat { enum
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs44 public static class WireFormat class
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs44 public static class WireFormat class
/external/crosvm/common/p9/src/protocol/
Dwire_format.rs17 pub trait WireFormat: std::marker::Sized { trait
35 impl WireFormat for $Ty { impl
/external/cronet/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
/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/common/p9/wire_format_derive/
Dwire_format_derive.rs60 impl WireFormat for #container { in p9_wire_format_inner() impl
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h66 class WireFormat; // wire_format.h variable
Dmessage.h188 class WireFormat; // wire_format.h variable
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h66 class WireFormat; // wire_format.h variable
Dmessage.h188 class WireFormat; // wire_format.h variable
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs62 public enum WireFormat { enum
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs62 public enum WireFormat { enum
/external/golang-protobuf/internal/testprotos/conformance/
Dconformance.pb.go43 type WireFormat int32 type