Home
last modified time | relevance | path

Searched defs:is_lazy (Results 1 – 7 of 7) sorted by relevance

/third_party/elfio/elfio/
Delfio.hpp142 bool load( const std::string& file_name, bool is_lazy = false ) noexcept in load()
160 bool load( std::istream& stream, bool is_lazy = false ) noexcept in load()
497 bool load_sections( std::istream& stream, bool is_lazy ) noexcept in load_sections()
556 bool load_segments( std::istream& stream, bool is_lazy ) noexcept in load_segments()
Delfio_segment.hpp254 mutable bool is_lazy = false; member in ELFIO::segment_impl
Delfio_section.hpp351 mutable bool is_lazy = false; member in ELFIO::section_impl
/third_party/elfio/tests/
DELFIOTest.cpp203 bool is_lazy = false; in TEST() local
310 bool is_lazy = false; in TEST() local
/third_party/protobuf/src/google/protobuf/
Dextension_set.h594 bool is_lazy : 4; member
Ddescriptor.cc5642 bool is_lazy = pool_->lazily_build_dependencies_ && !is_weak; in CrossLinkField() local
/third_party/node/deps/v8/src/parsing/
Dparser.cc2688 const bool is_lazy = in ParseFunctionLiteral() local