/third_party/abseil-cpp/absl/strings/ |
D | cord.cc | 57 SUBSTRING = 2, enumerator 77 assert(tag == SUBSTRING); in substring() 82 assert(tag == SUBSTRING); in substring() 267 } else if (rep->tag == SUBSTRING) { in UnrefInternal() 434 rep->tag = SUBSTRING; in NewSubstring() 919 if (node->tag == SUBSTRING) { in RemovePrefixFrom() 967 if (node->tag == SUBSTRING) { in RemoveSuffixFrom() 1038 if (node->tag == SUBSTRING) { in NewSubRange() 1296 if (node->tag == SUBSTRING) { in FindFlatStartPiece() 1511 if (node->tag == SUBSTRING) { in operator ++() [all …]
|
/third_party/node/deps/npm/node_modules/spdx-correct/ |
D | index.js | 236 var SUBSTRING = 0 variable 253 if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_navigator.cc | 47 if (rep->tag == SUBSTRING) { in Substring() 54 substring->tag = SUBSTRING; in Substring()
|
D | cord_rep_test_util.h | 38 sub->tag = cord_internal::SUBSTRING; in MakeSubstring() 121 while (rep->tag == cord_internal::SUBSTRING) { in CordToString()
|
D | cord_internal.cc | 64 } else if (rep->tag == SUBSTRING) { in Destroy()
|
D | cord_rep_consume.cc | 102 } else if (rep->tag == SUBSTRING) { in Consume()
|
D | cord_internal.h | 180 SUBSTRING = 1, enumerator 232 constexpr bool IsSubstring() const { return tag == SUBSTRING; } in IsSubstring()
|
D | cord_rep_btree.cc | 92 } else if (rep->tag == SUBSTRING) { in DumpAll() 115 if (rep->tag == SUBSTRING) { in CreateSubstring() 123 substring->tag = SUBSTRING; in CreateSubstring() 184 assert(rep->tag == SUBSTRING); in DeleteLeafEdge()
|
D | cord_rep_consume_test.cc | 60 rep->tag = SUBSTRING; in CreateSubstring()
|
D | cord_rep_btree.h | 558 if (r->tag == SUBSTRING) { in EdgeDataPtr() 579 if (rep->tag == SUBSTRING) rep = rep->substring()->child; in IsDataEdge()
|
D | cordz_info_statistics_test.cc | 73 substring->tag = SUBSTRING; in Substring() 147 } else if (rep->tag == SUBSTRING) { in FairShareImpl()
|
D | cordz_info.cc | 168 while (rep.rep->tag == SUBSTRING) { in CountLinearReps()
|
/third_party/nghttp2/cmake/ |
D | Version.cmake | 7 string(SUBSTRING "0123456789abcdef" ${num} 1 num_hex)
|
/third_party/skia/third_party/externals/brotli/ |
D | CMakeLists.txt | 57 string(SUBSTRING "${_tail}" 0 1 _digit) 58 string(SUBSTRING "${_tail}" 1 -1 _tail) 366 string(SUBSTRING "${path}" ${value_length} 1 sep) 368 string(SUBSTRING "${path}" 0 ${value_length} s) 370 string(SUBSTRING "${path}" "${value_length}" -1 suffix)
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 15 string(SUBSTRING "${TEXT}" ${CUTOFF_INDEX} -1 TEXT_REMAINDER) 81 string(SUBSTRING "${TEXT}" "${START}" -1 TEXT) 101 string(SUBSTRING "${TEXT}" "${POS0}" "${POS_LENGTH}" TEXT_APPEND) 234 string(SUBSTRING "${TEXT}" 0 ${POSITION} SUBTEXT)
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/cmake/ |
D | parse_version.cmake | 29 string(SUBSTRING ${CMAKE_MATCH_4} 1 -1 FLAVOR)
|
/third_party/mindspore/ |
D | CMakeLists.txt | 72 string(SUBSTRING ${Python3_LIBRARIES} 0 ${Python3_DIR_LEN} Python3_DIR)
|
/third_party/boost/libs/hof/ |
D | CMakeLists.txt | 103 string(SUBSTRING ${LINE} "4" "-1" OUTPUT_LINE)
|
/third_party/flutter/skia/third_party/externals/libwebp/cmake/ |
D | deps.cmake | 153 string(SUBSTRING ${${VAR}}
|
/third_party/protobuf/cmake/ |
D | install.cmake | 75 string(SUBSTRING "${_string}" ${_length} -1 _draft_list)
|
/third_party/skia/third_party/externals/libwebp/cmake/ |
D | deps.cmake | 163 string(SUBSTRING ${${VAR}}
|
/third_party/jerryscript/jerry-core/ |
D | CMakeLists.txt | 351 string(SUBSTRING "${DEFINE_KEY_VALUE}" 0 ${DEFINE_KEY_IDX} DEFINE_KEY) 352 string(SUBSTRING "${DEFINE_KEY_VALUE}" ${DEFINE_KEY_IDX} -1 DEFINE_VALUE)
|
/third_party/mbedtls/tests/ |
D | CMakeLists.txt | 82 string(SUBSTRING ${generated_data_name} 11 -1 generated_data_name)
|
/third_party/harfbuzz/ |
D | CMakeLists.txt | 559 STRING(SUBSTRING "${f}" 0 1 drive) 560 STRING(SUBSTRING "${f}" 1 -1 path)
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | CMakeLists.txt | 564 STRING(SUBSTRING "${f}" 0 1 drive) 565 STRING(SUBSTRING "${f}" 1 -1 path)
|