/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() argument
|
/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/flutter/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/protobuf/src/google/protobuf/ |
D | repeated_field.h | 335 struct Rep { struct 339 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
|
/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/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() function 222 struct Rep : public CordRepExternal { in MakeFakeExternal() struct 223 std::string s; in MakeFakeExternal() 224 explicit Rep(size_t len) { in MakeFakeExternal() argument
|
/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/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
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | engine_vulkan_debugger.cc | 65 bool Wait(const std::chrono::duration<Rep, Period>& duration) { in Wait()
|