Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Drapidjsontest.cpp39 RapidJson() : temp_(), doc_() {} in RapidJson()
45 temp_ = (char *)malloc(length_ + 1); in SetUp()
53 free(temp_); in TearDown()
61 char *temp_; member in RapidJson
67 memcpy(temp_, json_, length_ + 1); in TEST_F()
68 InsituStringStream s(temp_); in TEST_F()
77 memcpy(temp_, json_, length_ + 1); in TEST_F()
78 InsituStringStream s(temp_); in TEST_F()
114 memcpy(temp_, json_, length_ + 1); in TEST_F()
115 InsituStringStream s(temp_); in TEST_F()
[all …]
Dplatformtest.cpp43 temp_ = (char *)malloc(length_ + 1); in SetUp()
44 memcpy(temp_, json_, length_); in SetUp()
51 c += temp_[i]; in CheckSum()
57 free(temp_); in TearDown()
61 char *temp_; member in Platform
79 EXPECT_EQ(0, memcmp(temp_, json_, length_)); in TEST_F()
107 ASSERT_EQ(length_, fread(temp_, 1, length_, fp)); in TEST_F()
118 ASSERT_EQ(length_, _read(fd, temp_, length_)); in TEST_F()
128 ASSERT_EQ(length_, read(fd, temp_, length_)); in TEST_F()