Home
last modified time | relevance | path

Searched refs:PB_GET_ERROR (Results 1 – 25 of 66) sorted by relevance

123

/external/nanopb-c/tests/mem_release/
Dmem_release.c58 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_TestMessage()
85 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&stream)); in test_TestMessage()
131 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
147 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
159 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
/external/grpc-grpc/third_party/nanopb/tests/mem_release/
Dmem_release.c58 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_TestMessage()
85 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&stream)); in test_TestMessage()
131 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
147 fprintf(stderr, "Encode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
159 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&stream)); in test_OneofMessage()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc33 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(stream)); in count_serverlist()
57 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(stream)); in decode_serverlist()
172 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream)); in grpc_grpclb_initial_response_parse()
203 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream)); in grpc_grpclb_response_parse_serverlist()
219 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream)); in grpc_grpclb_response_parse_serverlist()
/external/grpc-grpc/third_party/nanopb/examples/cmake_simple/
Dsimple.c37 printf("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
61 printf("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/examples/simple/
Dsimple.c37 printf("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
61 printf("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/examples/cmake_simple/
Dsimple.c37 printf("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
61 printf("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/grpc-grpc/third_party/nanopb/examples/simple/
Dsimple.c37 printf("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
61 printf("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/examples/cmake_relpath/
Dsimple.c38 printf("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
62 printf("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dtransport_security_common_api.cc68 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&size_stream)); in grpc_gcp_rpc_protocol_versions_encode_length()
86 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&output_stream)); in grpc_gcp_rpc_protocol_versions_encode_to_raw_bytes()
119 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream)); in grpc_gcp_rpc_protocol_versions_decode()
/external/nanopb-c/examples/network_server/
Dclient.c75 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&output)); in listdir()
91 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&input)); in listdir()
Dserver.c75 printf("Decode failed: %s\n", PB_GET_ERROR(&input)); in handle_connection()
107 printf("Encoding failed: %s\n", PB_GET_ERROR(&output)); in handle_connection()
/external/grpc-grpc/third_party/nanopb/examples/network_server/
Dclient.c76 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&output)); in listdir()
95 fprintf(stderr, "Decode failed: %s\n", PB_GET_ERROR(&input)); in listdir()
Dserver.c71 printf("Decode failed: %s\n", PB_GET_ERROR(&input)); in handle_connection()
103 printf("Encoding failed: %s\n", PB_GET_ERROR(&output)); in handle_connection()
/external/grpc-grpc/third_party/nanopb/tests/oneof/
Ddecode_oneof.c22 printf("Decoding failed: %s\n", PB_GET_ERROR(stream)); in test_oneof_1()
63 printf("Decoding failed: %s\n", PB_GET_ERROR(stream)); in test_oneof_2()
/external/nanopb-c/tests/oneof/
Ddecode_oneof.c22 printf("Decoding failed: %s\n", PB_GET_ERROR(stream)); in test_oneof_1()
63 printf("Decoding failed: %s\n", PB_GET_ERROR(stream)); in test_oneof_2()
/external/grpc-grpc/third_party/nanopb/tests/basic_buffer/
Dencode_buffer.c35 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
Ddecode_buffer.c83 printf("Parsing failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/tests/basic_buffer/
Dencode_buffer.c35 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/tests/basic_stream/
Dencode_stream.c37 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/grpc-grpc/third_party/nanopb/tests/basic_stream/
Dencode_stream.c37 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/grpc-grpc/third_party/nanopb/tests/missing_fields/
Dmissing_fields.c34 printf("Decode failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/tests/missing_fields/
Dmissing_fields.c34 printf("Decode failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/grpc-grpc/third_party/nanopb/tests/extensions/
Dencode_extensions.c46 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/tests/extensions/
Dencode_extensions.c46 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
/external/nanopb-c/tests/map/
Dencode_map.c34 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()

123