Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/strings/
Dcord_buffer.h312 struct Rep { struct
317 Rep() : short_rep{} {} in Rep() function
320 explicit Rep(cord_internal::CordRepFlat* rep) : long_rep{rep} { in Rep() argument
325 bool is_short() const { in is_short()
352 // Disregards any previously set CordRep instance. argument
373 // Returns a pointer the external CordRep managed by this instance. argument
374 cord_internal::CordRepFlat* rep() const { in rep() argument
385 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
395 explicit Long(cord_internal::CordRepFlat* rep_arg) : rep(rep_arg) {} in Long() argument
422 // be passed down into the CordRepFlat allocation function. argument
/third_party/protobuf/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h697 struct Rep { struct
706 explicit Rep(DefaultInitType) {} in Rep() argument
707 constexpr Rep() : data{0} {} in Rep() function
709 constexpr Rep& operator=(const Rep&) = default; argument
711 explicit constexpr Rep(CordRep* rep) : as_tree(rep) {} in Rep() argument
713 explicit constexpr Rep(absl::string_view chars) in Rep() argument
736 const Rep* self() const { in self() argument
740 Rep* self() { in self() argument
745 constexpr const Rep* self() const { return this; } in self() argument
746 constexpr Rep* self() { return this; } in self() argument
[all …]
Dcord_rep_test_util.h55 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
56 std::string s; in MakeExternal()
57 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() argument
/third_party/protobuf/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h71 struct Rep { struct
90 const Rep& rep() const { return refcounted_rep_->rep; } in rep() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_test_util.h67 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
68 std::string s; in MakeExternal()
69 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc345 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles
346 Vec<Node*> nodes_;
347 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_
348 PointerMap ptrmap_;
351 Vec<int32_t> deltaf_; // Results of forward DFS
352 Vec<int32_t> deltab_; // Results of backward DFS
353 Vec<int32_t> list_; // All nodes to reprocess
354 Vec<int32_t> merged_; // Rank values to assign to list_ entries
355 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches
357 Rep() : ptrmap_(&nodes_) {} in Rep() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Devent.h160 const std::chrono::duration<Rep, Period>& duration) { in wait_for()
203 bool Event::wait_for(const std::chrono::duration<Rep, Period>& duration) const { in wait_for()
Dconditionvariable.h152 const std::chrono::duration<Rep, Period>& duration, in wait_for()
/third_party/protobuf/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h410 time_point<std::chrono::duration<Rep, std::ratio<1, Denom>>>* tpp) { in join_seconds()
421 time_point<std::chrono::duration<Rep, std::ratio<Num, 1>>>* tpp) { in join_seconds()
439 time_point<std::chrono::duration<Rep, std::ratio<1, 1>>>* tpp) { in join_seconds()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc207 struct Rep : public CordRepExternal { in MakeExternal() struct
208 std::string s; in MakeExternal()
209 explicit Rep(absl::string_view s) : s(s) { in MakeExternal() argument
222 struct Rep : public CordRepExternal { in MakeFakeExternal() struct
223 std::string s; in MakeFakeExternal()
224 explicit Rep(size_t len) { in MakeFakeExternal() function
/third_party/protobuf/src/google/protobuf/
Drepeated_ptr_field.h589 struct Rep { struct
597 static constexpr size_t kRepHeaderSize = offsetof(Rep, elements); argument
Drepeated_ptr_field_unittest.cc288 using Rep = RepeatedPtrField<std::string>; in TEST() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Devent_test.cpp26 std::ostream& operator<<(std::ostream& os, const duration<Rep, Period>& d) { in operator <<()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h1481 constexpr Duration FromChrono(const std::chrono::duration<Rep, Period>& d) { in FromChrono()
1515 using Rep = typename T::rep; in ToChronoDuration() local
/third_party/protobuf/third_party/abseil-cpp/absl/time/
Dtime.h1707 const std::chrono::duration<Rep, Period>& d) { in FromChrono()
1744 using Rep = typename T::rep; in ToChronoDuration() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1386 Value *Rep = Builder.CreateCall(Intrin, in UpgradeX86MaskedShift() local
1416 CallInst &CI, Value *&Rep) { in upgradeAVX512MaskToSelect()
1795 Value *Rep; in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h1025 LargeRep Rep = { in allocateBuckets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp833 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred() local
853 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred() local
DHexagonCommonGEP.cpp642 GepNode *Rep = F->second; in common() local
DHexagonISelLowering.cpp2564 unsigned Rep = 8 / VecTy.getVectorNumElements(); in LowerBUILD_VECTOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h1150 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets() local