Home
last modified time | relevance | path

Searched defs:json_object (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Djson_proto_converter.cc42 void JsonProtoConverter::AppendObject(const JsonObject& json_object) { in AppendObject()
77 std::string JsonProtoConverter::Convert(const JsonObject& json_object) { in Convert()
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dconductor.cc330 std::string json_object; in OnMessageFromPeer() local
596 void Conductor::SendMessage(const std::string& json_object) { in SendMessage()
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dtest_helpers.py56 def WritePrettyJsonFile(file_name, json_object): argument
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/util/
H A Djson_util.cpp18 std::string json_object; member
/aosp_15_r20/external/angle/build/android/pylib/results/flakiness_dashboard/
H A Djson_results_generator_unittest.py39 def _WriteJSONStub(json_object, file_path, callback=None): argument
H A Djson_results_generator.py41 def WriteJSON(json_object, file_path, callback=None): argument
/aosp_15_r20/external/cronet/build/android/pylib/results/flakiness_dashboard/
H A Djson_results_generator_unittest.py39 def _WriteJSONStub(json_object, file_path, callback=None): argument
H A Djson_results_generator.py41 def WriteJSON(json_object, file_path, callback=None): argument
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dgrpc_audit_logging_test.cc149 Json::Object json_object = object; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/nom/tests/
Djson.rs156 fn json_object() { in json_object() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
H A Djson.rs156 fn json_object() { in json_object() function
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dinmemory_filesystem_utils.cpp131 auto json_object = executorchcoreml::json::read_object_from_stream(stream); in make_from_buffer() local
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/json/
Dparser.rs247 fn json_object() { in json_object() function
Dparser_dispatch.rs254 fn json_object() { in json_object() function
Dparser_partial.rs267 fn json_object() { in json_object() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/ndjson/
Dparser.rs266 fn json_object() { in json_object() function
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.h103 json_object, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_http_rbac_filter.cc583 auto json_object = policy_json.object(); in GenerateServiceConfig() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c2439 JSON_Object * json_object (const JSON_Value *value) { in json_object() function