Home
last modified time | relevance | path

Searched defs:empty (Results 276 - 300 of 552) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h204 bool empty() const { return !size(); } in empty() function in llvm::msgpack::MapDocNode
224 bool empty() const { return !size(); } in empty() function in llvm::msgpack::ArrayDocNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h153 bool empty() { return CurrentFnLexicalScope == nullptr; } in empty() function in llvm::LexicalScopes
H A DLiveIntervalUnion.h76 bool empty() const { return Segments.empty(); } in empty() function in llvm::LiveIntervalUnion
H A DLiveRangeEdit.h162 bool empty() const { return size() == 0; } in empty() function in llvm::LiveRangeEdit
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h249 bool empty() const { return length_ == 0; } empty() function in google::protobuf::StringPiece
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h316 inline bool UnknownFieldSet::empty() const { return fields_.empty(); } in empty() function in google::protobuf::UnknownFieldSet
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc196 Book empty; in TEST_P() local
785 Book empty; in TEST_P() local
829 Book empty; in TEST_P() local
860 Book empty; in TEST_P() local
890 Book empty; in TEST_P() local
936 Book empty; TEST_P() local
971 Book empty; TEST_P() local
1045 Book empty; TEST_P() local
1073 Book empty; TEST_P() local
1131 Book empty; TEST_P() local
1143 Book empty; TEST_P() local
1154 Book empty; TEST_P() local
1165 Book empty; TEST_P() local
1172 Book empty; TEST_P() local
1179 Book empty; TEST_P() local
2418 google::protobuf::Any empty; TEST_P() local
2439 google::protobuf::Timestamp empty; TEST_P() local
2460 google::protobuf::Duration empty; TEST_P() local
2481 google::protobuf::FieldMask empty; TEST_P() local
2502 google::protobuf::Int32Value empty; TEST_P() local
[all...]
H A Dprotostream_objectsource_test.cc299 Book empty; in TEST_P() local
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs384 fn empty() -> TwoWay { in empty() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc389 std::vector<int> const empty; in TEST() member in __anon19163::std
[all...]
H A Dfixed_array.h193 bool empty() const { return size() == 0; } in empty() function in absl::FixedArray
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple_test.cc97 Empty<0> empty; in TEST() local
99 x1(std::move(i1), i2, empty); in TEST() local
119 Empty<0> empty; in TEST() local
108 MakeWithIncomplete(CopyableMovableInstance i1, IncompleteType& t, Empty<0> empty) MakeWithIncomplete() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan_test.cc90 std::vector<int> empty; in TEST() local
131 std::string empty = ""; in TEST() local
215 absl::Span<int> empty; in TEST() local
287 std::vector<int> empty; TEST() local
312 std::vector<int> empty; TEST() local
328 std::vector<int> empty; TEST() local
344 std::vector<int> empty; TEST() local
357 std::vector<int> empty; TEST() local
370 std::vector<int> empty; TEST() local
386 std::string empty = ""; TEST() local
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h90 bool empty() const { return this->isEmpty(); } in empty() function in SkTDArray
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h76 bool empty() { return fStart.cluster() == fEnd.cluster() && in empty() function in skia::textlayout::TextWrapper::TextStretch
/third_party/skia/include/core/
H A DSkBitmap.h201 bool empty() const { return fPixmap.info().isEmpty(); } in empty() function in SkBitmap
/third_party/skia/modules/skparagraph/include/
H A DDartTypes.h129 bool empty() const { in empty() function
/third_party/rust/crates/regex/src/
H A Dre_set.rs140 pub fn empty() -> RegexSet { in empty() functions
/third_party/rust/crates/syn/src/
H A Dbuffer.rs104 pub fn empty() -> Self { in empty() functions
/third_party/spirv-tools/source/opt/
H A Diterator.h124 bool empty() const { return begin_ == end_; } in empty() function in spvtools::opt::IteratorRange
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h390 bool empty() const { in empty() function in spvtools::utils::SmallVector
/third_party/spirv-tools/test/opt/
H A Dinstruction_test.cpp41 Instruction empty; in TEST() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp183 bool empty (void) const in empty() function
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.hpp127 bool empty () const { return m_children.empty(); } in empty() function in tcu::TestNode
/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.hpp109 bool empty (void) const { return m_objects.empty(); } in empty() function in glu::ObjectVector

Completed in 21 milliseconds

1...<<11121314151617181920>>...23