Home
last modified time | relevance | path

Searched refs:TableEntryIsEmpty (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h660 if (TableEntryIsEmpty(b)) { in InsertUnique()
791 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
792 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
803 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
810 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dmap.h680 if (TableEntryIsEmpty(b)) { in InsertUnique()
811 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
812 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
823 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
830 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmap.h684 if (TableEntryIsEmpty(b)) { in InsertUnique()
814 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
815 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
826 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
833 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dmap.h259 inline bool TableEntryIsEmpty(void* const* table, size_t b) {
266 return !TableEntryIsEmpty(table, b) && !TableEntryIsNonEmptyList(table, b);
812 if (TableEntryIsEmpty(b)) {
972 bool TableEntryIsEmpty(size_type b) const {
973 return internal::TableEntryIsEmpty(table_, b);
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dmap.h259 inline bool TableEntryIsEmpty(void* const* table, size_t b) {
266 return !TableEntryIsEmpty(table, b) && !TableEntryIsNonEmptyList(table, b);
809 if (TableEntryIsEmpty(b)) {
969 bool TableEntryIsEmpty(size_type b) const {
970 return internal::TableEntryIsEmpty(table_, b);