HomeSort by relevance Sort by last modified time
    Searched defs:IsNull (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/libmojo/mojo/public/cpp/bindings/
string_traits_wtf.h 16 static bool IsNull(const WTF::String& input) { return input.isNull(); }
raw_ptr_impl_ref_traits.h 16 static bool IsNull(PointerType ptr) { return !ptr; }
string_traits_string16.h 16 static bool IsNull(const base::string16& input) {
array_traits_wtf_vector.h 17 static bool IsNull(const WTF::Vector<U>& input) {
string_traits_stl.h 16 static bool IsNull(const std::string& input) {
string_traits_string_piece.h 15 static bool IsNull(const base::StringPiece& input) {
array_traits_carray.h 34 static bool IsNull(const CArray<T>& input) { return !input.data; }
63 static bool IsNull(const ConstCArray<T>& input) { return !input.data; }
array_traits_stl.h 20 static bool IsNull(const std::vector<T>& input) {
72 static bool IsNull(const std::set<T>& input) {
110 static bool IsNull(const MapValuesArrayView<K, V>& input) {
map_traits_stl.h 22 static bool IsNull(const std::map<K, V>& input) {
67 static bool IsNull(const std::unordered_map<K, V>& input) {
map_traits_wtf_hash_map.h 21 static bool IsNull(const WTF::HashMap<K, V>& input) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_null.cpp 25 bool CPDF_Null::IsNull() const {
  /external/pdfium/core/fpdfapi/page/
cpdf_color.h 20 bool IsNull() const { return !m_pBuffer; }
  /external/tensorflow/tensorflow/compiler/xla/client/
computation.h 61 bool IsNull() const { return parent_ == nullptr; }
  /external/dng_sdk/source/
dng_tone_curve.cpp 60 bool dng_tone_curve::IsNull () const
dng_hue_sat_map.h 95 bool IsNull () const
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsNull.java 12 public class IsNull<T> extends BaseMatcher<T> {
30 return new IsNull<Object>();
55 return new IsNull<T>();
  /external/libmojo/mojo/common/
common_custom_types_struct_traits.h 35 static bool IsNull(const base::Version& version) {
67 static bool IsNull(const base::File& file) { return !file.IsValid(); }
  /art/runtime/
quicken_info.h 50 bool IsNull() const {
obj_ptr.h 97 ALWAYS_INLINE bool IsNull() const {
122 return IsNull();
136 return !IsNull();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
LinkedList.c 251 See the description of IsNull for more information.
277 See the description of IsNull for more information.
283 See the description of IsNull for more information.
295 IsNull (
341 See the description of IsNull for more information.
349 if (IsNull (List, Node)) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
LinkedList.c 394 IsNull (
442 return (BOOLEAN)(!IsNull (List, Node) && List->BackLink == Node);
  /external/tensorflow/tensorflow/stream_executor/lib/
statusor.h 184 struct IsNull {
190 struct IsNull<U*> {
242 assert(!IsNull<T>::IsValueNull(value));
243 if (IsNull<T>::IsValueNull(value)) {
  /art/runtime/mirror/
object_reference.h 75 DCHECK(IsNull());
78 bool IsNull() const {
130 DCHECK(IsNull());
133 bool IsNull() const {
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]
  /external/googletest/googletest/test/
gtest-unittest-api_test.cc 140 AssertionResult IsNull(const char* str) {
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()))
    [all...]

Completed in 444 milliseconds

1 2 3 4