/external/nanopb-c/tests/mem_release/ |
D | mem_release.c | 58 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/ |
D | mem_release.c | 58 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/ |
D | load_balancer_api.cc | 33 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/ |
D | simple.c | 37 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/ |
D | simple.c | 37 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/ |
D | simple.c | 37 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/ |
D | simple.c | 37 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/ |
D | simple.c | 38 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/ |
D | transport_security_common_api.cc | 68 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/ |
D | client.c | 75 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()
|
D | server.c | 75 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/ |
D | client.c | 76 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()
|
D | server.c | 71 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/ |
D | decode_oneof.c | 22 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/ |
D | decode_oneof.c | 22 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/ |
D | encode_buffer.c | 35 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
D | decode_buffer.c | 83 printf("Parsing failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/nanopb-c/tests/basic_buffer/ |
D | encode_buffer.c | 35 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/nanopb-c/tests/basic_stream/ |
D | encode_stream.c | 37 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/grpc-grpc/third_party/nanopb/tests/basic_stream/ |
D | encode_stream.c | 37 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/grpc-grpc/third_party/nanopb/tests/missing_fields/ |
D | missing_fields.c | 34 printf("Decode failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/nanopb-c/tests/missing_fields/ |
D | missing_fields.c | 34 printf("Decode failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/grpc-grpc/third_party/nanopb/tests/extensions/ |
D | encode_extensions.c | 46 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/nanopb-c/tests/extensions/ |
D | encode_extensions.c | 46 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|
/external/nanopb-c/tests/map/ |
D | encode_map.c | 34 fprintf(stderr, "Encoding failed: %s\n", PB_GET_ERROR(&stream)); in main()
|