/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_piece_collection.hpp | 169 struct piece struct 171 strategy::buffer::piece_type type; 172 signed_size_type index; 174 signed_size_type left_index; // points to previous piece of same ring 175 signed_size_type right_index; // points to next piece of same ring 184 segment_identifier first_seg_id; 190 signed_size_type beyond_last_segment_index; 193 signed_size_type offsetted_count; 195 bool is_flat_start; 196 bool is_flat_end; [all …]
|
D | turn_in_piece_visitor.hpp | 104 inline bool apply(Turn const& turn, Piece const& piece) in apply() 128 inline bool apply(Turn const& turn, Piece const& piece, Border const& border) in apply()
|
/third_party/gn/src/base/strings/ |
D | string_split.cc | 35 size_t FindFirstOf(std::string_view piece, char c, size_t pos) { in FindFirstOf() 38 size_t FindFirstOf(std::u16string_view piece, char16_t c, size_t pos) { in FindFirstOf() 41 size_t FindFirstOf(std::string_view piece, in FindFirstOf() 46 size_t FindFirstOf(std::u16string_view piece, in FindFirstOf() 77 ViewType piece; in SplitStringT() local
|
/third_party/abseil-cpp/absl/strings/ |
D | str_cat.cc | 144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local 149 for (const absl::string_view& piece : pieces) { in CatPieces() local 173 for (const absl::string_view& piece : pieces) { in AppendPieces() local 181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
|
D | string_view.cc | 60 std::ostream& operator<<(std::ostream& o, string_view piece) { in operator <<()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat.cc | 144 for (const absl::string_view& piece : pieces) total_size += piece.size(); in CatPieces() local 149 for (const absl::string_view& piece : pieces) { in CatPieces() local 173 for (const absl::string_view& piece : pieces) { in AppendPieces() local 181 for (const absl::string_view& piece : pieces) { in AppendPieces() local
|
D | string_view.cc | 60 std::ostream& operator<<(std::ostream& o, string_view piece) { in operator <<()
|
/third_party/node/deps/npm/node_modules/aws4/ |
D | aws4.js | 232 pathStr = pathStr.split('/').reduce(function(path, piece) { argument 305 path = path.split('/').map(function(piece) { argument
|
/third_party/ninja/src/ |
D | depfile_parser.in.cc | 172 StringPiece piece = StringPiece(filename, len); in Parse() local
|
D | depfile_parser.cc | 336 StringPiece piece = StringPiece(filename, len); in Parse() local
|
/third_party/boost/boost/format/ |
D | parsing.hpp | 494 string_type & piece = (cur_item==0) ? prefix_ : items_[cur_item-1].appendix_; in parse() local 530 string_type & piece = (cur_item==0) ? prefix_ : items_[cur_item-1].appendix_; in parse() local
|
/third_party/curl/lib/ |
D | http_chunks.c | 120 size_t piece; in Curl_httpchunk_read() local
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
D | simplenormperf.cpp | 254 UnicodeString piece; in call() local 296 icu::StringPiece piece(s + start8, limit8 - start8); in call() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | CaseIterator.java | 429 String piece = null; in reset() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 176 StringPiece piece(source_->Peek()); in Peek() local
|
D | stringpiece.cc | 42 std::ostream& operator<<(std::ostream& o, StringPiece piece) { in operator <<()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | isolate_configuration.cc | 207 for (auto& piece : kernel_pieces) { in CreateForKernelList() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 201 String piece = chStr + s; in permute() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CanonicalIterator.java | 197 String piece = chStr + s; in permute() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 508 StringPiece piece(other); in TestStringPieceOther() local 520 StringPiece piece(view); in TestStringPieceStringView() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | string_utils.cpp | 41 std::string piece; in SplitString() local
|
/third_party/node/deps/npm/lib/search/ |
D | format-package-stream.js | 105 return pieces.map(function (piece) { argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
D | string_piece.cc | 16 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<()
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_piece_border.cpp | 49 char piece) in setup_piece_border()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | sieve.cc | 148 SampleIdx piece = 0; in sieve_generate() local
|