| /third_party/protobuf/third_party/abseil-cpp/absl/strings/ |
| D | cord_buffer.h | 312 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/ |
| D | cord_internal.h | 697 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 …]
|
| D | cord_rep_test_util.h | 55 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/ |
| D | crc_cord_state.h | 71 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/ |
| D | cord_rep_test_util.h | 67 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/ |
| D | tinystr.h | 211 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/ |
| D | graphcycles.cc | 345 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/ |
| D | event.h | 160 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()
|
| D | conditionvariable.h | 152 const std::chrono::duration<Rep, Period>& duration, in wait_for()
|
| /third_party/protobuf/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| D | time_zone.h | 410 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/ |
| D | cord_ring_test.cc | 207 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/ |
| D | repeated_ptr_field.h | 589 struct Rep { struct 597 static constexpr size_t kRepHeaderSize = offsetof(Rep, elements); argument
|
| D | repeated_ptr_field_unittest.cc | 288 using Rep = RepeatedPtrField<std::string>; in TEST() typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | event_test.cpp | 26 std::ostream& operator<<(std::ostream& os, const duration<Rep, Period>& d) { in operator <<()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | time.h | 1481 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/ |
| D | time.h | 1707 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/ |
| D | AutoUpgrade.cpp | 1386 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/ |
| D | DenseMap.h | 1025 LargeRep Rep = { in allocateBuckets() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLoweringHVX.cpp | 833 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred() local 853 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred() local
|
| D | HexagonCommonGEP.cpp | 642 GepNode *Rep = F->second; in common() local
|
| D | HexagonISelLowering.cpp | 2564 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/ |
| D | DenseMap.h | 1150 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets() local
|