| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLBlock.h | 19 struct Block : public Statement { struct 22 : INHERITED(offset, kBlock_Kind) in INHERITED() argument 40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone() argument 43 String description() const override { in description() 55 const std::shared_ptr<SymbolTable> fSymbols; 56 std::vector<std::unique_ptr<Statement>> fStatements; 58 typedef Statement INHERITED;
|
| /third_party/flutter/skia/src/core/ |
| D | SkDeque.cpp | 11 struct SkDeque::Block { struct in SkDeque 12 Block* fNext; 13 Block* fPrev; 14 char* fBegin; // start of used section in this chunk 15 char* fEnd; // end of used section in this chunk 16 char* fStop; // end of the allocated chunk 18 char* start() { return (char*)(this + 1); } in start() 19 const char* start() const { return (const char*)(this + 1); } in start() 21 void init(size_t size) { in init()
|
| D | SkStream.cpp | 455 struct SkDynamicMemoryWStream::Block { struct in SkDynamicMemoryWStream 456 Block* fNext; 457 char* fCurr; 458 char* fStop; 460 const char* start() const { return (const char*)(this + 1); } in start() 461 char* start() { return (char*)(this + 1); } in start() 462 size_t avail() const { return fStop - fCurr; } in avail() 463 size_t written() const { return fCurr - this->start(); } in written() 465 void init(size_t size) { in init() 471 const void* append(const void* data, size_t size) { in append()
|
| D | SkTLList.h | 221 struct Block { struct 228 fFirstBlock.fNodesInUse = 0; in delayedInit() argument
|
| /third_party/boost/libs/dynamic_bitset/test/ |
| D | dyn_bitset_unit_tests5.cpp | 54 void test_serialization( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in test_serialization() 84 void test_binary_archive( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) { in test_binary_archive() 89 void test_xml_archive( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) { in test_xml_archive() 95 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
|
| D | dyn_bitset_unit_tests4.cpp | 60 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
|
| D | dyn_bitset_unit_tests2.cpp | 19 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
|
| D | dyn_bitset_unit_tests1.cpp | 140 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
|
| /third_party/boost/boost/dynamic_bitset/ |
| D | dynamic_bitset.hpp | 408 inline static Block set_block_full(Block) BOOST_NOEXCEPT in set_block_full() argument 417 inline static Block reset_block_full(Block) BOOST_NOEXCEPT in reset_block_full() argument 707 swap(dynamic_bitset<Block, Allocator>& b) // no throw in swap() 715 operator=(const dynamic_bitset<Block, Allocator>& b) in operator =() 726 dynamic_bitset(dynamic_bitset<Block, Allocator>&& b) in dynamic_bitset() function in boost::dynamic_bitset 736 operator=(dynamic_bitset<Block, Allocator>&& b) in operator =() 1271 to_string(const dynamic_bitset<Block, Allocator>& b, stringT& s) in to_string() 1290 to_block_range(const dynamic_bitset<Block, Allocator>& b, in to_block_range() 1397 is_subset_of(const dynamic_bitset<Block, Allocator>& a) const in is_subset_of() argument 1408 is_proper_subset_of(const dynamic_bitset<Block, Allocator>& a) const in is_proper_subset_of() argument [all …]
|
| D | serialization.hpp | 25 static void serialize(Ar& ar, dynamic_bitset<Block, Allocator>& bs, unsigned) { in serialize() 38 void serialize(Ar& ar, dynamic_bitset<Block, Allocator>& bs, unsigned version) { in serialize()
|
| /third_party/flutter/skia/modules/skparagraph/include/ |
| D | TextStyle.h | 177 struct Block { struct 178 Block() : fRange(EMPTY_RANGE), fStyle() { } in Block() argument 179 Block(size_t start, size_t end, const TextStyle& style) in Block() argument 181 Block(TextRange textRange, const TextStyle& style) in Block() argument 184 void add(TextRange tail) { in add() 188 TextRange fRange; 189 TextStyle fStyle;
|
| /third_party/ffmpeg/libavcodec/ |
| D | flashsv2enc.c | 68 typedef struct Block { struct 79 } Block; argument
|
| /third_party/abseil-cpp/absl/synchronization/ |
| D | barrier.cc | 28 bool Barrier::Block() { in Block() function in absl::Barrier
|
| /third_party/ffmpeg/libavfilter/ |
| D | signature.h | 59 typedef struct Block { struct 62 } Block; typedef
|
| D | vf_minterpolate.c | 140 typedef struct Block { struct 145 struct Block *subs; argument 146 } Block; typedef
|
| /third_party/python/Lib/turtledemo/ |
| D | sorting_animate.py | 22 class Block(Turtle): class
|
| /third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
| D | dshowvideofakesrc.cpp | 234 STDMETHODIMP VideoFakeSrcPin::Block(DWORD dwBlockFlags, HANDLE hEvent) in Block() function in VideoFakeSrcPin
|
| /third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
| D | DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block enumerator
|
| /third_party/protobuf/src/google/protobuf/ |
| D | arena.cc | 128 ArenaImpl::Block::Block(size_t size, Block* next) in Block() function in google::protobuf::internal::ArenaImpl::Block
|
| D | arena_impl.h | 161 class Block; variable
|
| /third_party/zlib/contrib/dotzlib/DotZLib/ |
| D | DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block enumerator
|
| /third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
| D | DotZLib.cs | 24 None, Partial, Sync, Full, Finish, Block enumerator
|
| /third_party/flutter/skia/modules/skparagraph/src/ |
| D | ParagraphImpl.cpp | 96 SkTArray<Block, true> blocks, in ParagraphImpl() 112 SkTArray<Block, true> blocks, in ParagraphImpl()
|
| /third_party/gn/src/gn/ |
| D | parser.cc | 463 std::unique_ptr<ParseNode> Parser::Block(const Token& token) { in Block() function in Parser
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
| D | val_cfg_test.cpp | 66 class Block { class 77 explicit Block(string label, SpvOp type = SpvOpBranch) in Block() function in __anon4f5b3fe70111::Block
|