Home
last modified time | relevance | path

Searched refs:InlineRep (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h705 class InlineRep {
710 constexpr InlineRep() : data_() {} in InlineRep() function
711 explicit InlineRep(InlineData::DefaultInitType init) : data_(init) {} in InlineRep() function
712 InlineRep(const InlineRep& src);
713 InlineRep(InlineRep&& src);
714 InlineRep& operator=(const InlineRep& src);
715 InlineRep& operator=(InlineRep&& src) noexcept;
717 explicit constexpr InlineRep(cord_internal::InlineData data);
719 void Swap(InlineRep* rhs);
779 bool IsSame(const InlineRep& other) const { in IsSame()
[all …]
Dcord.cc309 constexpr unsigned char Cord::InlineRep::kMaxInline;
311 inline void Cord::InlineRep::set_data(const char* data, size_t n, in set_data()
319 inline char* Cord::InlineRep::set_data(size_t n) { in set_data()
326 inline void Cord::InlineRep::reduce_size(size_t n) { in reduce_size()
335 inline void Cord::InlineRep::remove_prefix(size_t n) { in remove_prefix()
347 void Cord::InlineRep::AppendTreeToInlined(CordRep* tree, in AppendTreeToInlined()
361 void Cord::InlineRep::AppendTreeToTree(CordRep* tree, MethodIdentifier method) { in AppendTreeToTree()
372 void Cord::InlineRep::AppendTree(CordRep* tree, MethodIdentifier method) { in AppendTree()
381 void Cord::InlineRep::PrependTreeToInlined(CordRep* tree, in PrependTreeToInlined()
395 void Cord::InlineRep::PrependTreeToTree(CordRep* tree, in PrependTreeToTree()
[all …]
/third_party/abseil-cpp/absl/strings/
Dcord.h645 class InlineRep {
654 constexpr InlineRep() : data_{} {} in InlineRep() function
655 InlineRep(const InlineRep& src);
656 InlineRep(InlineRep&& src);
657 InlineRep& operator=(const InlineRep& src);
658 InlineRep& operator=(InlineRep&& src) noexcept;
660 void Swap(InlineRep* rhs);
686 bool IsSame(const InlineRep& other) const { in IsSame()
689 int BitwiseCompare(const InlineRep& other) const { in BitwiseCompare()
723 void AssignSlow(const InlineRep& src);
[all …]
Dcord.cc444 constexpr unsigned char Cord::InlineRep::kMaxInline;
446 inline void Cord::InlineRep::set_data(const char* data, size_t n, in set_data()
454 inline char* Cord::InlineRep::set_data(size_t n) { in set_data()
461 inline CordRep* Cord::InlineRep::force_tree(size_t extra_hint) { in force_tree()
475 inline void Cord::InlineRep::reduce_size(size_t n) { in reduce_size()
484 inline void Cord::InlineRep::remove_prefix(size_t n) { in remove_prefix()
489 void Cord::InlineRep::AppendTree(CordRep* tree) { in AppendTree()
499 void Cord::InlineRep::PrependTree(CordRep* tree) { in PrependTree()
548 void Cord::InlineRep::GetAppendRegion(char** region, size_t* size, in GetAppendRegion()
581 void Cord::InlineRep::GetAppendRegion(char** region, size_t* size) { in GetAppendRegion()
[all …]
Dcord_test.cc1228 TEST(CordMemoryUsage, InlineRep) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_rel.def230 …?AppendArray@InlineRep@Cord@absl@@QEAAXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_i…
236 …?AppendTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTr…
237 …?AppendTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cord…
238 …?AppendTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUp…
246 ?AssignSlow@InlineRep@Cord@absl@@AEAAXAEBV123@@Z
303 …?CopyTo@InlineRep@Cord@absl@@QEBAXPEAV?$basic_string@DU?$char_traits@D@__1@std@@V?$allocator@D@23@…
383 ?FindFlatStartPiece@InlineRep@Cord@absl@@QEBA?AVstring_view@3@XZ
605 …?PrependTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateT…
606 …?PrependTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cor…
607 …?PrependTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzU…
[all …]
Dsymbols_x64_rel_asan.def247 …?AppendArray@InlineRep@Cord@absl@@QEAAXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_i…
253 …?AppendTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTr…
254 …?AppendTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cord…
255 …?AppendTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUp…
263 ?AssignSlow@InlineRep@Cord@absl@@AEAAXAEBV123@@Z
319 …?CopyTo@InlineRep@Cord@absl@@QEBAXPEAV?$basic_string@DU?$char_traits@D@__1@std@@V?$allocator@D@23@…
399 ?FindFlatStartPiece@InlineRep@Cord@absl@@QEBA?AVstring_view@3@XZ
623 …?PrependTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateT…
624 …?PrependTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cor…
625 …?PrependTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzU…
[all …]
Dsymbols_x64_rel.def235 …?AppendArray@InlineRep@Cord@absl@@QEAAXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_i…
241 …?AppendTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTr…
242 …?AppendTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cord…
243 …?AppendTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUp…
251 ?AssignSlow@InlineRep@Cord@absl@@AEAAXAEBV123@@Z
308 …?CopyTo@InlineRep@Cord@absl@@QEBAXPEAV?$basic_string@DU?$char_traits@D@__1@std@@V?$allocator@D@23@…
610 …?PrependTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateT…
611 …?PrependTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cor…
612 …?PrependTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzU…
795 ?UnrefTree@InlineRep@Cord@absl@@AEAAXXZ
Dsymbols_x86_rel.def231 …?AppendArray@InlineRep@Cord@absl@@QAEXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_in…
237 …?AppendTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTrac…
238 …?AppendTreeToInlined@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzU…
239 …?AppendTreeToTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpda…
247 ?AssignSlow@InlineRep@Cord@absl@@AAEXABV123@@Z
304 …?CopyTo@InlineRep@Cord@absl@@QBEXPAV?$basic_string@DU?$char_traits@D@__1@std@@V?$allocator@D@23@@_…
607 …?PrependTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTra…
608 …?PrependTreeToInlined@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@Cordz…
609 …?PrependTreeToTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpd…
791 ?UnrefTree@InlineRep@Cord@absl@@AAEXXZ
Dsymbols_arm64_dbg.def1098 ??0InlineRep@Cord@absl@@QEAA@$$QEAV012@@Z
1099 ??0InlineRep@Cord@absl@@QEAA@AEBV012@@Z
1100 ??0InlineRep@Cord@absl@@QEAA@W4DefaultInitType@InlineData@cord_internal@2@@Z
1101 ??0InlineRep@Cord@absl@@QEAA@XZ
1296 ??4InlineRep@Cord@absl@@QEAAAEAV012@$$QEAV012@@Z
1608 …?AppendArray@InlineRep@Cord@absl@@QEAAXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_i…
1616 …?AppendTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTr…
1617 …?AppendTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cord…
1618 …?AppendTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUp…
1631 ?AssignSlow@InlineRep@Cord@absl@@AEAAXAEBV123@@Z
[all …]
Dsymbols_x64_dbg.def1101 ??0InlineRep@Cord@absl@@QEAA@$$QEAV012@@Z
1102 ??0InlineRep@Cord@absl@@QEAA@AEBV012@@Z
1103 ??0InlineRep@Cord@absl@@QEAA@W4DefaultInitType@InlineData@cord_internal@2@@Z
1104 ??0InlineRep@Cord@absl@@QEAA@XZ
1299 ??4InlineRep@Cord@absl@@QEAAAEAV012@$$QEAV012@@Z
1612 …?AppendArray@InlineRep@Cord@absl@@QEAAXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_i…
1620 …?AppendTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTr…
1621 …?AppendTreeToInlined@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@Cord…
1622 …?AppendTreeToTree@InlineRep@Cord@absl@@QEAAXPEAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUp…
1635 ?AssignSlow@InlineRep@Cord@absl@@AEAAXAEBV123@@Z
[all …]
Dsymbols_x86_dbg.def1096 ??0InlineRep@Cord@absl@@QAE@$$QAV012@@Z
1097 ??0InlineRep@Cord@absl@@QAE@ABV012@@Z
1098 ??0InlineRep@Cord@absl@@QAE@W4DefaultInitType@InlineData@cord_internal@2@@Z
1099 ??0InlineRep@Cord@absl@@QAE@XZ
1294 ??4InlineRep@Cord@absl@@QAEAAV012@$$QAV012@@Z
1606 …?AppendArray@InlineRep@Cord@absl@@QAEXVstring_view@3@W4MethodIdentifier@CordzUpdateTracker@cord_in…
1614 …?AppendTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpdateTrac…
1615 …?AppendTreeToInlined@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzU…
1616 …?AppendTreeToTree@InlineRep@Cord@absl@@QAEXPAUCordRep@cord_internal@3@W4MethodIdentifier@CordzUpda…
1629 ?AssignSlow@InlineRep@Cord@absl@@AAEXABV123@@Z
[all …]