Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: runtime/vm/resolver.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/report.cc ('k') | runtime/vm/resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/resolver.h
diff --git a/runtime/vm/resolver.h b/runtime/vm/resolver.h
index 620bb52477d6e15ea2ffaef36527be640c974575..8ce80c740bde89787586a3391766e1227eb35831 100644
--- a/runtime/vm/resolver.h
+++ b/runtime/vm/resolver.h
@@ -36,11 +36,10 @@ class Resolver : public AllStatic {
bool allow_add = true);
// If 'allow_add' is true we may add a function to the class during lookup.
- static RawFunction* ResolveDynamicAnyArgs(
- Zone* zone,
- const Class& receiver_class,
- const String& function_name,
- bool allow_add = true);
+ static RawFunction* ResolveDynamicAnyArgs(Zone* zone,
+ const Class& receiver_class,
+ const String& function_name,
+ bool allow_add = true);
// Resolve specified dart static function. If library.IsNull, use
// either application library or core library if no application library
@@ -56,14 +55,14 @@ class Resolver : public AllStatic {
// Resolve specified dart static function with specified arity. Only resolves
// public functions.
- static RawFunction* ResolveStatic(const Class& cls,
+ static RawFunction* ResolveStatic(const Class& cls,
const String& function_name,
intptr_t num_arguments,
const Array& argument_names);
// Resolve specified dart static function with specified arity. Resolves both
// public and private functions.
- static RawFunction* ResolveStaticAllowPrivate(const Class& cls,
+ static RawFunction* ResolveStaticAllowPrivate(const Class& cls,
const String& function_name,
intptr_t num_arguments,
const Array& argument_names);
« no previous file with comments | « runtime/vm/report.cc ('k') | runtime/vm/resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698