Home
last modified time | relevance | path

Searched defs:Msg2 (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/third_party/protobuf/objectivec/Tests/
Dunittest_deprecated.proto80 message Msg2 { message
/external/protobuf/objectivec/Tests/
Dunittest_deprecated.proto80 message Msg2 { message
/external/cronet/tot/third_party/protobuf/objectivec/Tests/
Dunittest_deprecated.proto80 message Msg2 { message
/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Darray.rs706 struct Msg2<'a>(&'a mut bool); in panic_on_drop() struct
707 impl Drop for Msg2<'_> { in panic_on_drop() implementation