Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/src/sksl/ir/
DSkSLBlock.h19 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/
DSkDeque.cpp11 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()
DSkStream.cpp455 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()
DSkTLList.h221 struct Block { struct
228 fFirstBlock.fNodesInUse = 0; in delayedInit() argument
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests5.cpp54 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()
Ddyn_bitset_unit_tests4.cpp60 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
Ddyn_bitset_unit_tests2.cpp19 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
Ddyn_bitset_unit_tests1.cpp140 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp408 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 …]
Dserialization.hpp25 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/
DTextStyle.h177 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/
Dflashsv2enc.c68 typedef struct Block { struct
79 } Block; argument
/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc28 bool Barrier::Block() { in Block() function in absl::Barrier
/third_party/ffmpeg/libavfilter/
Dsignature.h59 typedef struct Block { struct
62 } Block; typedef
Dvf_minterpolate.c140 typedef struct Block { struct
145 struct Block *subs; argument
146 } Block; typedef
/third_party/python/Lib/turtledemo/
Dsorting_animate.py22 class Block(Turtle): class
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp234 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/
DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator
/third_party/protobuf/src/google/protobuf/
Darena.cc128 ArenaImpl::Block::Block(size_t size, Block* next) in Block() function in google::protobuf::internal::ArenaImpl::Block
Darena_impl.h161 class Block; variable
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp96 SkTArray<Block, true> blocks, in ParagraphImpl()
112 SkTArray<Block, true> blocks, in ParagraphImpl()
/third_party/gn/src/gn/
Dparser.cc463 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/
Dval_cfg_test.cpp66 class Block { class
77 explicit Block(string label, SpvOp type = SpvOpBranch) in Block() function in __anon4f5b3fe70111::Block

12