Searched defs:get_count (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/
H A Dtest-decls.cc64 int get_count() const { return get_count_; } function in class:DeclarationContext
138 CHECK_EQ(get, get_count());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1073 def get_count(prefix=''): function
1247 count = get_count()
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc68 int get_count() const { return get_count_; } function in class:DeclarationContext
158 CHECK_EQ(get, get_count());
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c418 static int get_count (const char **, int *);
1732 if (get_count (mangled, &r))
2147 if (!get_count (mangled, &r))
3456 get_count -- convert an ascii count to integer, consuming tokens
3461 get_count (const char **type, int *count)
3499 get_count (const char **type, int *count) function
3597 if (!get_count (mangled, &n) || n >= work -> ntypes)
3772 if (!get_count (mangled, &n) || n >= work -> numb)
4453 if (!get_count (mangled, &r))
4477 if (!get_count (mangle
[all...]

Completed in 386 milliseconds