Searched refs:indexAttr (Results 1 – 5 of 5) sorted by relevance
256 size_t indexAttr = strGetValue.find("attr-frame-count"); variable258 if (indexAttr != string::npos && indexFlag != string::npos) {259 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
224 size_t indexAttr = strGetValue.find("attr-frame-count"); variable226 if (indexAttr != string::npos && indexFlag != string::npos) {227 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
649 auto indexAttr = fieldAttr->LookupByKey(SchemaConstant::KEYWORD_INDEX.c_str()); in CollectRawIndexInfos() local650 if (indexAttr == nullptr) { in CollectRawIndexInfos()653 if (indexAttr->value() == nullptr) { in CollectRawIndexInfos()657 indexCollect[name->str()] = indexAttr->value()->str(); // May still be empty string in CollectRawIndexInfos()
790 size_t indexAttr = strGetValue.find("attr-frame-count"); variable793 if (indexAttr != string::npos && indexFlag != string::npos) {794 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");
918 size_t indexAttr = strGetValue.find("attr-frame-count"); variable920 if (indexAttr != string::npos && indexFlag != string::npos) {921 strGetValue.replace(indexAttr, indexFlag - indexAttr + index, "");