Home
last modified time | relevance | path

Searched refs:json_expected (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c135 static const char * const json_expected[] = { variable
428 if (strcmp(json_expected[m], (char *)buf)) { in main()
430 json_expected[m]); in main()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc189 const char* json_expected, in test_json_roundtrip_message() argument
212 if (memcmp(json_expected, in test_json_roundtrip_message()
218 json_expected, data_sink.Data().c_str()); in test_json_roundtrip_message()