HomeSort by relevance Sort by last modified time
    Searched defs:is_null (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
nullable_string16.h 16 explicit NullableString16(bool is_null) : is_null_(is_null) { }
17 NullableString16(const string16& string, bool is_null)
18 : string_(string), is_null_(is_null) {
22 bool is_null() const { return is_null_; } function in class:NullableString16
time.h 218 bool is_null() const { function in class:base::Time
424 bool is_null() const { function in class:base::TimeTicks
  /external/v8/src/
handles.h 85 bool is_null() { return location_ == NULL; } function in class:v8::internal::Handle
heap-profiler.h 86 bool is_null() const { return constructor_ == NULL; } function in class:v8::internal::BASE_EMBEDDED

Completed in 130 milliseconds