10#include "gtest/gtest.h"
20TEST(JsonXpcConversionTest, JsonToXpcToJson) {
23 {json::Value(
false), json::Value(3.14), json::Value(42),
24 json::Value(-100), json::Value(
"foo"), json::Value(
""),
25 json::Value(
"123"), json::Value(
" "),
26 json::Value{
true,
"foo",
nullptr, 42},
27 json::Value(json::Object{
28 {
"a",
true}, {
"b",
"foo"}, {
"c",
nullptr}, {
"d", 42}})}) {
xpc_object_t jsonToXpc(const json::Value &JSON)
TEST(BackgroundQueueTest, Priority)
json::Value xpcToJson(const xpc_object_t &XPCObject)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Some operations such as code completion produce a set of candidates.