Definition at line 3223 of file object.cc.
◆ FunctionName()
dart::FunctionName::FunctionName |
( |
const String & |
name, |
|
|
String * |
tmp_string |
|
) |
| |
|
inline |
Definition at line 3225 of file object.cc.
3226 : name_(
name), tmp_string_(tmp_string) {}
◆ Hash()
intptr_t dart::FunctionName::Hash |
( |
| ) |
const |
|
inline |
◆ Matches()
bool dart::FunctionName::Matches |
( |
const Function & |
function | ) |
const |
|
inline |
Definition at line 3227 of file object.cc.
3227 {
3230 } else {
3232 return name_.
Equals(*tmp_string_);
3233 }
3234 }
bool Equals(const String &str) const
Dart_NativeFunction function
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/object.cc