Home
last modified time | relevance | path

Searched defs:rep (Results 1 – 25 of 230) sorted by relevance

12345678910

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc42 inline bool IsFlatOrExternal(CordRep* rep) { in IsFlatOrExternal()
58 auto* rep = CordRepFlat::New(n + extra); in CreateFlat() local
66 void UnrefEntries(const CordRepRing* rep, index_type head, index_type tail) { in UnrefEntries()
81 std::ostream& operator<<(std::ostream& s, const CordRepRing& rep) { in operator <<()
114 Filler(CordRepRing* rep, index_type pos) : rep_(rep), head_(pos), pos_(pos) {} in Filler()
193 CordRepRing* CordRepRing::Validate(CordRepRing* rep, const char* file, in Validate()
211 auto* rep = new (mem) CordRepRing(static_cast<index_type>(capacity)); in New() local
231 void CordRepRing::Delete(CordRepRing* rep) { in Delete()
243 void CordRepRing::Destroy(CordRepRing* rep) { in Destroy()
268 CordRepRing* CordRepRing::Copy(CordRepRing* rep, index_type head, in Copy()
[all …]
Dcord_rep_test_util.h36 size_t start, size_t len, cord_internal::CordRep* rep) { in MakeSubstring()
118 inline void CordToString(cord_internal::CordRep* rep, std::string& s) { in CordToString()
138 inline std::string CordToString(cord_internal::CordRep* rep) { in CordToString()
154 CordRepType* Add(CordRepType* rep) { in Add()
162 CordRepType* Ref(CordRepType* rep) { in Ref()
170 CordRepType* RefIf(bool condition, CordRepType* rep) { in RefIf()
Dcordz_info.cc77 void AnalyzeCordRep(const CordRep* rep) { in AnalyzeCordRep()
112 const CordRep* rep; member
138 const CordRep* rep = repref.rep; in AssertConcat() local
166 RepRef CountLinearReps(RepRef rep, MemoryUsage& memory_usage) { in CountLinearReps()
196 void AnalyzeConcat(RepRef rep) { in AnalyzeConcat()
224 void AnalyzeRing(RepRef rep) { in AnalyzeRing()
235 void AnalyzeBtree(RepRef rep) { in AnalyzeBtree()
332 CordzInfo::CordzInfo(CordRep* rep, const CordzInfo* src, in CordzInfo()
434 if (CordRep* rep = RefCordRep()) { in GetCordzStatistics() local
Dcord_rep_consume.cc58 void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { in Consume()
62 CordRep* rep; in Consume() member
119 void Consume(CordRep* rep, ConsumeFn consume_fn) { in Consume()
123 void ReverseConsume(CordRep* rep, ConsumeFn consume_fn) { in ReverseConsume()
Dcordz_info.h162 void SetCordRepForTesting(CordRep* rep) ABSL_NO_THREAD_SAFETY_ANALYSIS { in SetCordRepForTesting()
282 inline void CordzInfo::SetCordRep(CordRep* rep) { in SetCordRep()
287 inline void CordzInfo::UnsafeSetCordRep(CordRep* rep) { rep_ = rep; } in UnsafeSetCordRep()
Dcordz_info_statistics_test.cc70 CordRepSubstring* Substring(CordRep* rep) { in Substring()
119 size_t SizeOf(const T* rep) { in SizeOf()
124 size_t SizeOf(const CordRepFlat* rep) { in SizeOf()
129 size_t SizeOf(const CordRepExternal* rep) { in SizeOf()
135 size_t SizeOf(const CordRepRing* rep) { in SizeOf()
140 double FairShareImpl(CordRep* rep, size_t ref) { in FairShareImpl()
171 size_t FairShare(CordRep* rep, size_t ref = 1) { in FairShare()
176 CordzStatistics SampleCord(CordRep* rep) { in SampleCord()
586 CordRep* rep = Flat(256); in TEST() local
Dcord_rep_btree.cc55 void DumpAll(const CordRep* rep, bool include_contents, std::ostream& stream, in DumpAll()
110 CordRepSubstring* CreateSubstring(CordRep* rep, size_t offset, size_t n) { in CreateSubstring()
130 inline CordRep* MakeSubstring(CordRep* rep, size_t offset, size_t n) { in MakeSubstring()
137 inline CordRep* MakeSubstring(CordRep* rep, size_t offset) { in MakeSubstring()
174 void DeleteLeafEdge(CordRep* rep) { in DeleteLeafEdge()
328 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump()
342 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump()
347 void CordRepBtree::Dump(const CordRep* rep, std::ostream& stream) { in Dump()
463 CordRepBtree* CordRepBtree::AddCordRep(CordRepBtree* tree, CordRep* rep) { in AddCordRep()
891 CordRepBtree* CordRepBtree::CreateSlow(CordRep* rep) { in CreateSlow()
[all …]
Dcord_internal.h339 inline void CordRepExternal::Delete(CordRep* rep) { in Delete()
397 explicit constexpr InlineData(CordRep* rep) : as_tree_(rep) {} in InlineData()
492 void make_tree(CordRep* rep) { in make_tree()
500 void set_tree(CordRep* rep) { in set_tree()
529 absl::cord_internal::CordRep* rep; member
580 inline CordRep* CordRep::Ref(CordRep* rep) { in Ref()
586 inline void CordRep::Unref(CordRep* rep) { in Unref()
Dcord_rep_btree_navigator.cc38 inline CordRep* Substring(CordRep* rep, size_t offset, size_t n) { in Substring()
60 inline CordRep* Substring(CordRep* rep, size_t offset) { in Substring()
/third_party/abseil-cpp/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
769 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
781 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
786 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
791 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
795 inline void Status::Ref(uintptr_t rep) { in Ref()
801 inline void Status::Unref(uintptr_t rep) { in Unref()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.h831 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
833 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
845 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
850 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
855 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
859 inline void Status::Ref(uintptr_t rep) { in Ref()
865 inline void Status::Unref(uintptr_t rep) { in Unref()
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.c121 xXF86DRIQueryVersionReply rep; local
153 xXF86DRIQueryDirectRenderingCapableReply rep; local
185 xXF86DRIOpenConnectionReply rep; local
235 xXF86DRIAuthConnectionReply rep; local
293 xXF86DRIGetClientDriverNameReply rep; local
343 xXF86DRICreateContextReply rep; local
410 xXF86DRICreateDrawableReply rep; in uniDRICreateDrawable() local
466 xXF86DRIGetDrawableInfoReply rep; in uniDRIGetDrawableInfo() local
556 xXF86DRIGetDeviceInfoReply rep; local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc139 static int Depth(const CordRep* rep) { in Depth()
172 CordRepConcat* rep = new CordRepConcat(); in RawConcat() local
180 CordRep* rep = RawConcat(left, right); in Concat() local
239 CordRepFlat* rep = CordRepFlat::New(len + alloc_hint); in NewTree() local
251 void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep) { in InitializeCordRepExternal()
267 CordRepSubstring* rep = new CordRepSubstring(); in NewSubstring() local
297 auto* rep = in CordRepFromString() local
343 static CordRepBtree* ForceBtree(CordRep* rep) { in ForceBtree()
454 for (CordRep* rep = root; rep != dst; rep = rep->concat()->right) { in PrepareAppendRegion() local
482 CordRep* rep = root ? root : MakeFlatWithExtraCapacity(extra); in GetAppendRegion() local
[all …]
Dcord.h973 CordRepExternal* rep = new CordRepExternalImpl<ReleaserType>( in NewExternalRep() local
992 if (auto* rep = ::absl::cord_internal::NewExternalRep( in MakeCordFromExternal() local
1079 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, in EmplaceTree()
1086 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, const InlineData& parent, in EmplaceTree()
1092 inline void Cord::InlineRep::SetTree(CordRep* rep, in SetTree()
1100 inline void Cord::InlineRep::SetTreeOrEmpty(CordRep* rep, in SetTreeOrEmpty()
1111 inline void Cord::InlineRep::CommitTree(const CordRep* old_rep, CordRep* rep, in CommitTree()
1190 if (const absl::cord_internal::CordRep* rep = contents_.tree()) { in EstimatedMemoryUsage() local
1197 absl::cord_internal::CordRep* rep = contents_.tree(); in TryFlat() local
1209 absl::cord_internal::CordRep* rep = contents_.tree(); in Flatten() local
[all …]
Dcordz_test_helpers.h122 cord_internal::CordRepFlat* rep; member
135 TestCordRep rep; member
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8_size.proto45 repeated string rep = 3; field
51 repeated bytes rep = 3; field
Dtest_check_utf8.proto44 repeated string rep = 3; field
50 repeated bytes rep = 3; field
/third_party/boost/boost/regex/v4/
Dperl_matcher_recursive.hpp327 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_rep() local
427 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_dot_repeat_slow() local
494 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_dot_repeat_fast() local
554 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_char_repeat() local
658 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_set_repeat() local
754 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_long_set_repeat() local
851 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in backtrack_till_match() local
Dperl_matcher_non_recursive.hpp127 const re_repeat* rep; member
606 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_rep() local
706 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_dot_repeat_slow() local
755 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_dot_repeat_fast() local
796 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_char_repeat() local
871 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_set_repeat() local
946 const re_repeat* rep = static_cast<const re_repeat*>(pstate); in match_long_set_repeat() local
1395 const re_repeat* rep = pmp->rep; in unwind_greedy_single_repeat() local
1444 const re_repeat* rep = pmp->rep; in unwind_slow_dot_repeat() local
1508 const re_repeat* rep = pmp->rep; in unwind_fast_dot_repeat() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c156 xnvCtrlQueryExtensionReply rep; in XNVCTRLQueryVersion() local
186 xnvCtrlIsNvReply rep; in XNVCTRLIsNvScreen() local
218 xnvCtrlQueryTargetCountReply rep; in XNVCTRLQueryTargetCount() local
292 xnvCtrlSetAttributeAndGetStatusReply rep; in XNVCTRLSetTargetAttributeAndGetStatus() local
344 xnvCtrlQueryAttributeReply rep; in XNVCTRLQueryTargetAttribute() local
395 xnvCtrlQueryAttribute64Reply rep; in XNVCTRLQueryTargetAttribute64() local
435 xnvCtrlQueryStringAttributeReply rep; in XNVCTRLQueryTargetStringAttribute() local
505 xnvCtrlSetStringAttributeReply rep; in XNVCTRLSetTargetStringAttribute() local
562 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetAttributeValues32() local
607 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetStringAttributeValues() local
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c156 xnvCtrlQueryExtensionReply rep; in XNVCTRLQueryVersion() local
186 xnvCtrlIsNvReply rep; in XNVCTRLIsNvScreen() local
218 xnvCtrlQueryTargetCountReply rep; in XNVCTRLQueryTargetCount() local
292 xnvCtrlSetAttributeAndGetStatusReply rep; in XNVCTRLSetTargetAttributeAndGetStatus() local
344 xnvCtrlQueryAttributeReply rep; in XNVCTRLQueryTargetAttribute() local
395 xnvCtrlQueryAttribute64Reply rep; in XNVCTRLQueryTargetAttribute64() local
435 xnvCtrlQueryStringAttributeReply rep; in XNVCTRLQueryTargetStringAttribute() local
505 xnvCtrlSetStringAttributeReply rep; in XNVCTRLSetTargetStringAttribute() local
562 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetAttributeValues32() local
607 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetStringAttributeValues() local
[all …]
/third_party/boost/libs/beast/example/http/client/crawl/
Dhttp_crawl.cpp239 [](crawl_report& rep) in on_connect()
240 { in on_connect()
269 { in on_write()
305 [code](crawl_report& rep) in on_read()
306 { in on_read()
/third_party/abseil-cpp/absl/strings/
Dcord.h857 CordRepExternal* rep = new CordRepExternalImpl<ReleaserType>( in NewExternalRep() local
929 absl::cord_internal::CordRep* rep; in tree() local
945 inline void Cord::InlineRep::set_tree(absl::cord_internal::CordRep* rep) { in set_tree()
958 inline void Cord::InlineRep::replace_tree(absl::cord_internal::CordRep* rep) { in replace_tree()
1015 if (const absl::cord_internal::CordRep* rep = contents_.tree()) { in EstimatedMemoryUsage() local
1022 absl::cord_internal::CordRep* rep = contents_.tree(); in TryFlat() local
1034 absl::cord_internal::CordRep* rep = contents_.tree(); in Flatten() local
1203 absl::cord_internal::CordRep* rep = contents_.tree(); in ForEachChunk() local
Dcord.cc223 inline CordRep* Ref(CordRep* rep) { in Ref()
245 static void UnrefInternal(CordRep* rep) { in UnrefInternal()
300 inline void Unref(CordRep* rep) { in Unref()
311 static int Depth(const CordRep* rep) { in Depth()
342 CordRepConcat* rep = new CordRepConcat(); in RawConcat() local
350 CordRep* rep = RawConcat(left, right); in Concat() local
388 CordRep* rep = new (raw_rep) CordRep(); in NewFlat() local
403 CordRep* rep = NewFlat(len + alloc_hint); in NewTree() local
415 void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep) { in InitializeCordRepExternal()
431 CordRepSubstring* rep = new CordRepSubstring(); in NewSubstring() local
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c69 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable()
74 static void FreeXReplaceable(XReplaceable* rep) { in FreeXReplaceable()
82 static int32_t Xlength(const UReplaceable* rep) { in Xlength()
88 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt()
94 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At()
100 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace()
113 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy()
125 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()

12345678910