Home
last modified time | relevance | path

Searched refs:upb_strview_eql (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_generated_code.c66 ASSERT(upb_strview_eql(val, test_str_view)); in test_scalars()
117 ASSERT(upb_strview_eql(str, test_str_view2)); in check_string_map_one_entry()
128 ASSERT(upb_strview_eql( in check_string_map_one_entry()
132 ASSERT(upb_strview_eql( in check_string_map_one_entry()
218 if (upb_strview_eql(key, test_str_view)) { in test_string_map()
219 ASSERT(upb_strview_eql(val, test_str_view2)); in test_string_map()
221 ASSERT(upb_strview_eql(key, test_str_view3)); in test_string_map()
222 ASSERT(upb_strview_eql(val, test_str_view4)); in test_string_map()
Dconformance_upb.c212 if (!upb_strview_eql(pb_payload, skip_str)) m = NULL; in DoTest()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.h58 UPB_INLINE bool upb_strview_eql(upb_strview a, upb_strview b) { in upb_strview_eql() function
/external/protobuf/php/ext/google/protobuf/
Ddef.c881 if (upb_strview_eql(deps[i], name)) { in depends_on_descriptor()
Dupb.h551 UPB_INLINE bool upb_strview_eql(upb_strview a, upb_strview b) { in upb_strview_eql() function