Searched refs:Length (Results 1 – 4 of 4) sorted by relevance
/system/bt/common/ |
D | leaky_bonded_queue_unittest.cc | 56 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 58 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 60 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST() 62 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST() 65 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST() 92 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 94 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 97 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 99 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 101 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST() [all …]
|
D | leaky_bonded_queue.h | 68 size_t Length(); 144 size_t LeakyBondedQueue<T>::Length() { in Length() function
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 45 // Length of time to collect samples (number of seconds for 'perf
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 383 uoffset_t Length() const { return size(); } 501 return v ? v->Length() : 0; 507 std::string str() const { return std::string(c_str(), Length()); } 1021 return str ? CreateString(str->c_str(), str->Length()) : 0; 1073 return CreateSharedString(str->c_str(), str->Length());
|