Home
last modified time | relevance | path

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

/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() argument
/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/flutter/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/protobuf/src/google/protobuf/
Drepeated_field.h335 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/
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/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() 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/
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/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
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc65 bool Wait(const std::chrono::duration<Rep, Period>& duration) { in Wait()