Home
last modified time | relevance | path

Searched refs:records_ (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc70 ASSERT_EQ(paragraph->records_[0].style().color, text_style.color); in TEST_F()
1146 ASSERT_EQ(paragraph->records_[0].style().color, text_style.color); in TEST_F()
1241 ASSERT_EQ(paragraph->records_[0].style().color, text_style1.color); in TEST_F()
1242 ASSERT_EQ(paragraph->records_[1].style().color, text_style2.color); in TEST_F()
1243 ASSERT_EQ(paragraph->records_[2].style().color, text_style3.color); in TEST_F()
1244 ASSERT_EQ(paragraph->records_[3].style().color, text_style4.color); in TEST_F()
1309 ASSERT_EQ(paragraph->records_[0].style().color, text_style.color); in TEST_F()
1444 ASSERT_EQ(paragraph->records_.size(), paragraph_style.max_lines); in TEST_F()
1447 ASSERT_TRUE(paragraph->records_[0].style().equals(text_style)); in TEST_F()
1448 ASSERT_DOUBLE_EQ(paragraph->records_[0].offset().y(), expected_y); in TEST_F()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dalphaindex.cpp681 if (bucket->records_ == NULL) { in initBuckets()
682 bucket->records_ = new UVector(errorCode); in initBuckets()
683 if (bucket->records_ == NULL) { in initBuckets()
688 bucket->records_->addElementX(r, errorCode); in initBuckets()
1155 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount()
1156 return currentBucket_->records_->size(); in getBucketRecordCount()
1186 if (currentBucket_->records_ == NULL) { in nextRecord()
1190 if (itemsIterIndex_ >= currentBucket_->records_->size()) { in nextRecord()
1191 itemsIterIndex_ = currentBucket_->records_->size(); in nextRecord()
1200 if (currentBucket_ != NULL && currentBucket_->records_ != NULL && in getRecordName()
[all …]
/third_party/icu/icu4c/source/i18n/
Dalphaindex.cpp680 if (bucket->records_ == NULL) { in initBuckets()
681 bucket->records_ = new UVector(errorCode); in initBuckets()
682 if (bucket->records_ == NULL) { in initBuckets()
687 bucket->records_->addElement(r, errorCode); in initBuckets()
1154 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount()
1155 return currentBucket_->records_->size(); in getBucketRecordCount()
1185 if (currentBucket_->records_ == NULL) { in nextRecord()
1189 if (itemsIterIndex_ >= currentBucket_->records_->size()) { in nextRecord()
1190 itemsIterIndex_ = currentBucket_->records_->size(); in nextRecord()
1199 if (currentBucket_ != NULL && currentBucket_->records_ != NULL && in getRecordName()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dalphaindex.cpp680 if (bucket->records_ == NULL) { in initBuckets()
681 bucket->records_ = new UVector(errorCode); in initBuckets()
682 if (bucket->records_ == NULL) { in initBuckets()
687 bucket->records_->addElement(r, errorCode); in initBuckets()
1154 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount()
1155 return currentBucket_->records_->size(); in getBucketRecordCount()
1185 if (currentBucket_->records_ == NULL) { in nextRecord()
1189 if (itemsIterIndex_ >= currentBucket_->records_->size()) { in nextRecord()
1190 itemsIterIndex_ = currentBucket_->records_->size(); in nextRecord()
1199 if (currentBucket_ != NULL && currentBucket_->records_ != NULL && in getRecordName()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dalphaindex.cpp681 if (bucket->records_ == NULL) { in initBuckets()
682 bucket->records_ = new UVector(errorCode); in initBuckets()
683 if (bucket->records_ == NULL) { in initBuckets()
688 bucket->records_->addElement(r, errorCode); in initBuckets()
1155 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount()
1156 return currentBucket_->records_->size(); in getBucketRecordCount()
1186 if (currentBucket_->records_ == NULL) { in nextRecord()
1190 if (itemsIterIndex_ >= currentBucket_->records_->size()) { in nextRecord()
1191 itemsIterIndex_ = currentBucket_->records_->size(); in nextRecord()
1200 if (currentBucket_ != NULL && currentBucket_->records_ != NULL && in getRecordName()
[all …]
/third_party/gn/src/gn/
Dbuilder.cc135 result.reserve(records_.size()); in GetAllRecords()
136 for (const auto& record : records_) in GetAllRecords()
145 result.reserve(records_.size()); in GetAllResolvedItems()
146 for (const auto& record : records_) { in GetAllResolvedItems()
161 result.reserve(records_.size()); in GetAllResolvedTargets()
162 for (const auto& record : records_) { in GetAllResolvedTargets()
180 return records_.find(label); in GetRecord()
194 for (const auto& src : records_) { in CheckForBadItems()
327 auto pair = records_.try_emplace(label, request_from, type); in GetOrCreateRecordOfType()
Dbuilder.h145 BuilderRecordMap records_; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dalphaindex.h234 UVector *records_; // Records are owned by the inputList_ vector. variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dalphaindex.h231 UVector *records_; // Records are owned by the inputList_ vector. variable
/third_party/icu/icu4c/source/i18n/unicode/
Dalphaindex.h234 UVector *records_; // Records are owned by the inputList_ vector. variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dalphaindex.h234 UVector *records_; // Records are owned by the inputList_ vector. variable
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.h195 std::vector<PaintRecord> records_; variable
Dparagraph_txt.cc671 records_.clear(); in Layout()
1160 records_.emplace_back(std::move(paint_record)); in Layout()
1290 for (const PaintRecord& record : records_) { in Paint()
1293 for (const PaintRecord& record : records_) { in Paint()