OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyVector
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
258
static Vector
EmptyVector
() {
262
bool IsTheEmptyVector() const { return data_ ==
EmptyVector
().data_; }
574
return Vector::
EmptyVector
();
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
BitVectorTest.cpp
786
TYPED_TEST(BitVectorTest,
EmptyVector
) {
Completed in 595 milliseconds