Home
last modified time | relevance | path

Searched refs:is_lazy (Results 1 - 9 of 9) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_segment.hpp68 bool is_lazy ) noexcept = 0;
102 if ( is_lazy ) {
176 is_lazy = is_lazy_;
190 if ( !is_lazy ) {
200 is_lazy = false;
254 mutable bool is_lazy = false; member in ELFIO::segment_impl
H A Delfio_section.hpp68 bool is_lazy ) noexcept = 0;
127 if ( is_lazy ) {
225 is_lazy = is_lazy_;
239 if ( !is_lazy || is_compressed() ) {
262 is_lazy = false;
351 mutable bool is_lazy = false; member in ELFIO::section_impl
H A Delfio.hpp142 bool load( const std::string& file_name, bool is_lazy = false ) noexcept
150 bool ret = load( *pstream, is_lazy );
152 if ( !is_lazy ) {
160 bool load( std::istream& stream, bool is_lazy = false ) noexcept
196 load_sections( stream, is_lazy );
197 bool is_still_good = load_segments( stream, is_lazy );
497 bool load_sections( std::istream& stream, bool is_lazy ) noexcept
516 is_lazy );
556 bool load_segments( std::istream& stream, bool is_lazy ) noexcept
591 is_lazy ) ||
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc158 if (extension->is_lazy) { in GetMessage()
177 extension->is_lazy = false; in MutableMessage()
184 if (extension->is_lazy) { in MutableMessage()
202 if (extension->is_lazy) { in ReleaseMessage()
230 if (extension->is_lazy) { in UnsafeArenaReleaseMessage()
458 if (is_lazy) { in SpaceUsedExcludingSelfLong()
H A Dextension_set.cc580 if (extension->is_lazy) { in GetMessage()
601 extension->is_lazy = false; in MutableMessage()
608 if (extension->is_lazy) { in MutableMessage()
634 extension->is_lazy = false; in SetAllocatedMessage()
646 if (extension->is_lazy) { in SetAllocatedMessage()
678 extension->is_lazy = false; in UnsafeArenaSetAllocatedMessage()
682 if (extension->is_lazy) { in UnsafeArenaSetAllocatedMessage()
703 if (extension->is_lazy) { in ReleaseMessage()
732 if (extension->is_lazy) { in UnsafeArenaReleaseMessage()
1020 if (other_extension.is_lazy) { in InternalExtensionMergeFrom()
[all...]
H A Dextension_set.h592 // message types currently. If is_lazy = true, the extension is stored in
594 bool is_lazy : 4; member
H A Ddescriptor.cc5642 bool is_lazy = pool_->lazily_build_dependencies_ && !is_weak; in CrossLinkField() local
5648 LOOKUP_TYPES, !is_lazy); in CrossLinkField()
5651 if (is_lazy) { in CrossLinkField()
/third_party/elfio/tests/
H A DELFIOTest.cpp203 bool is_lazy = false; in TEST() local
205 is_lazy = !is_lazy; in TEST()
207 ASSERT_EQ( reader.load( "elf_examples/hello_32", is_lazy ), true ); in TEST()
304 } while ( is_lazy ); in TEST()
310 bool is_lazy = false; in TEST() local
312 is_lazy = !is_lazy; in TEST()
315 ASSERT_EQ( reader.load( "elf_examples/hello_64", is_lazy ), true ); in TEST()
415 } while ( is_lazy ); in TEST()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2688 const bool is_lazy = in ParseFunctionLiteral() local
2691 const bool is_eager_top_level_function = !is_lazy && is_top_level; in ParseFunctionLiteral()
2716 (is_lazy && flags().post_parallel_compile_tasks_for_lazy())); in ParseFunctionLiteral()
2723 can_preparse && (is_lazy || should_post_parallel_task); in ParseFunctionLiteral()

Completed in 27 milliseconds