Home
last modified time | relevance | path

Searched defs:IsSet (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h177 static bool IsSet() { return value_ != NULL; } in IsSet() function
213 static bool IsSet() { return address_ != NULL; } in IsSet() function
/external/v8/src/compiler/
Dinstruction-selector-impl.h230 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() function