Searched refs:upb_strview_makez (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/examples/bazel/ |
D | test_binary.c | 14 Foo_set_greeting(foo, upb_strview_makez(greeting)); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 495 start_client, upb_strview_makez(ALTS_APPLICATION_PROTOCOL), arena.ptr()); in get_serialized_start_client() 497 start_client, upb_strview_makez(ALTS_RECORD_PROTOCOL), arena.ptr()); in get_serialized_start_client() 516 upb_strview_makez(ptr->data)); in get_serialized_start_client() 559 start_server, upb_strview_makez(ALTS_APPLICATION_PROTOCOL), arena.ptr()); in get_serialized_start_server() 563 value, upb_strview_makez(ALTS_RECORD_PROTOCOL), arena.ptr()); in get_serialized_start_server()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | conformance_upb.c | 126 upb_strview_makez(err)); in parse_json() 148 upb_strview_makez(err)); in serialize_json()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | upb.h | 54 UPB_INLINE upb_strview upb_strview_makez(const char *data) { in upb_strview_makez() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 892 node_msg, upb_strview_makez(grpc_version_string())); in PopulateNode() 894 node_msg, upb_strview_makez("envoy.lb.does_not_support_overprovisioning"), in PopulateNode() 2150 node_msg, upb_strview_makez("envoy.lrs.supports_send_all_clusters"), in CreateLrsInitialRequest()
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 876 upb_strview name = upb_strview_makez("google/protobuf/descriptor.proto"); in depends_on_descriptor()
|
D | upb.h | 547 UPB_INLINE upb_strview upb_strview_makez(const char *data) { in upb_strview_makez() function
|