HomeSort by relevance Sort by last modified time
    Searched refs:kJson (Results 1 - 10 of 10) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
prettywritertest.cpp 23 static const char kJson[] = "{\"hello\":\"world\",\"t\":true,\"f\":false,\"n\":null,\"i\":123,\"pi\":3.1416,\"a\":[1,2,3,-1],\"u64\":1234567890123456789,\"i64\":-1234567890123456789}";
46 StringStream s(kJson);
56 StringStream s(kJson);
124 StringStream s(kJson);
146 StringStream s(kJson);
pointertest.cpp 22 static const char kJson[] = "{\n"
609 d.Parse(kJson);
632 d.Parse(kJson);
685 d.Parse(kJson);
737 d.Parse(kJson);
797 d.Parse(kJson);
856 d.Parse(kJson);
865 d.Parse(kJson);
873 d.Parse(kJson);
939 d.Parse(kJson);
    [all...]
  /external/flatbuffers/src/
flatc_main.cpp 56 flatbuffers::IDLOptions::kJson,
  /external/libbrillo/brillo/
mime_utils.h 56 BRILLO_EXPORT extern const char kJson[];
mime_utils_unittest.cc 30 EXPECT_EQ(mime::application::kJson, mime::Combine(s1, s2));
mime_utils.cc 37 const char mime::application::kJson[] = "application/json";
  /external/libbrillo/brillo/http/
http_utils.cc 307 std::string mime_type = AppendParameter(brillo::mime::application::kJson,
323 std::string mime_type = AppendParameter(brillo::mime::application::kJson,
345 std::string mime_type = AppendParameter(brillo::mime::application::kJson,
368 AppendParameter(brillo::mime::application::kJson,
389 if (content_type != brillo::mime::application::kJson &&
http_transport_fake.cc 182 brillo::mime::application::kJson) {
259 brillo::mime::AppendParameter(brillo::mime::application::kJson,
http_utils_unittest.cc 200 EXPECT_EQ(brillo::mime::application::kJson,
378 EXPECT_EQ(brillo::mime::application::kJson, mime_type);
  /external/flatbuffers/include/flatbuffers/
idl.h 398 kJson = 1 << 7,

Completed in 198 milliseconds