Home
last modified time | relevance | path

Searched defs:msg1 (Results 1 – 25 of 66) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc66 proto3_unittest::TestNoPresenceField msg1, msg2; in MakeTestNoPresenceField() local
91 const Message& msg1, const Message& msg2) { in ExpectEqualsWithDifferencer()
101 unittest::TestAllTypes msg1; in TEST() local
113 unittest::TestAllTypes msg1; in TEST() local
127 unittest::TestAllTypes msg1; in TEST() local
141 protobuf_unittest::TestDiffMessage msg1; in TEST() local
162 unittest::TestMap msg1; in TEST() local
199 unittest::TestAllTypes msg1; in TEST() local
217 proto3_unittest::TestNoPresenceField msg1 = MakeTestNoPresenceField(); in TEST() local
224 unittest::TestAllTypes msg1; in TEST() local
[all …]
/third_party/protobuf/rust/test/cpp/interop/
Dmain.rs44 let mut msg1 = TestAllTypes::new(); in send_to_cpp() localVariable
52 let mut msg1 = TestAllTypes::new(); in mutate_message_mut_in_cpp() localVariable
67 let mut msg1 = TestAllTypes::new(); in deserialize_in_rust() localVariable
78 let mut msg1 = TestAllTypes::new(); in deserialize_in_cpp() localVariable
95 let mut msg1 = TestAllTypes::new(); in deserialize_in_cpp_into_mut() localVariable
113 let mut msg1 = TestAllTypes::new(); in deserialize_in_cpp_into_view() localVariable
134 let msg1 = in smuggle_extension() localVariable
/third_party/grpc/third_party/upb/upb/message/
Dcompare.c89 static bool _upb_Message_BaseFieldsAreEqual(const upb_Message* msg1, in _upb_Message_BaseFieldsAreEqual()
131 static bool _upb_Message_ExtensionsAreEqual(const upb_Message* msg1, in _upb_Message_ExtensionsAreEqual()
175 bool upb_Message_IsEqual(const upb_Message* msg1, const upb_Message* msg2, in upb_Message_IsEqual()
/third_party/protobuf/upb/message/
Dcompare.c89 static bool _upb_Message_BaseFieldsAreEqual(const upb_Message* msg1, in _upb_Message_BaseFieldsAreEqual()
131 static bool _upb_Message_ExtensionsAreEqual(const upb_Message* msg1, in _upb_Message_ExtensionsAreEqual()
175 bool upb_Message_IsEqual(const upb_Message* msg1, const upb_Message* msg2, in upb_Message_IsEqual()
/third_party/protobuf/rust/cpp_kernel/
Dcompare.cc21 bool proto2_rust_messagelite_equals(const google::protobuf::MessageLite* msg1, in proto2_rust_messagelite_equals()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dsendmmsg.c34 struct iovec msg1[2], msg2; in sendmmsg_0100() local
Drecvmmsg.c33 struct iovec msg1[2], msg2; in sendsss() local
D__recvmmsg_time64.c35 struct iovec msg1[2], msg2; in sendsss() local
/third_party/grpc/test/core/tsi/alts/crypt/
Dgsec_test_util.cc78 const char* msg1, in gsec_test_expect_compare_code_and_substr()
/third_party/rust/rust/library/std/src/os/unix/net/
Dtests.rs29 let msg1 = b"hello"; in basic() localVariable
74 let msg1 = b"hello"; in pair() localVariable
99 let msg1 = b"hello"; in try_clone() localVariable
364 let msg1 = b"hello"; in datagram_pair() localVariable
411 let msg1 = b"hello"; in test_abstract_stream_connect() localVariable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationCurrencyTest.java129 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DLotusCollationKoreanTest.java92 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationSpanishTest.java126 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationTurkishTest.java133 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationFinnishTest.java114 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationGermanTest.java161 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationEnglishTest.java360 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationCurrencyTest.java126 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DLotusCollationKoreanTest.java89 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationFinnishTest.java111 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationTurkishTest.java130 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationSpanishTest.java123 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationGermanTest.java158 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
DCollationEnglishTest.java357 String msg1 = ok1? "Ok: compare(\"" : "FAIL: compare(\""; in reportCResult() local
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c172 static inline void error_function(char *msg1, char *msg2) in error_function()

123