Searched defs:get_type (Results 1 - 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm77 $self->type($token->get_type());
86 sub get_type { subroutine
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.cpp157 const glsl_type *glsl_symbol_table::get_type(const char *name) function in class:glsl_symbol_table
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp157 const glsl_type *glsl_symbol_table::get_type(const char *name) function in class:glsl_symbol_table
/external/chromium_org/v8/src/
H A Dtypes.cc67 Handle<Type> Type::Iterator<T>::get_type() { function in class:v8::internal::Type::Iterator
74 return get_type()->as_class();
79 return get_type()->as_constant();
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp50 int get_type(struct Derived *st) { function
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh561 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
H A Dhb-ot-layout-gsubgpos-private.hh2138 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2160 inline unsigned int get_type (void) const function in struct:OT::Extension
2163 case 1: return u.format1.get_type ();
2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
2203 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh562 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
H A Dhb-ot-layout-gsubgpos-private.hh2138 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2160 inline unsigned int get_type (void) const function in struct:OT::Extension
2163 case 1: return u.format1.get_type ();
2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
2203 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));
/external/linux-tools-perf/util/
H A Dtrace-event-parse.c402 static enum event_type get_type(int ch) function
453 type = get_type(ch);
549 while (get_type(__peek_char()) == type) {

Completed in 212 milliseconds