HomeSort by relevance Sort by last modified time
    Searched refs:get_ (Results 1 - 12 of 12) sorted by null

  /external/freetype/include/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
88 clazz->get_table = get_; \
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
88 clazz->get_table = get_; \
  /external/v8/src/
property-descriptor.h 95 Handle<Object> get() const { return get_; }
96 void set_get(Handle<Object> get) { get_ = get; }
97 bool has_get() const { return !get_.is_null(); }
121 Handle<Object> get_; member in class:v8::internal::PropertyDescriptor
  /external/libcxxabi/test/
unwind_06.pass.cpp 19 double get_(int x) { return (double)x; } function
21 double (* volatile get)(int) = get_;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.pass.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
unwind_06.pass.cpp 17 double get_(int x) { return (double)x; } function
19 double (* volatile get)(int) = get_;
  /external/v8/src/wasm/
wasm-objects.cc 22 type* Container::get_##name() { \
33 type* Container::get_##name() { \
41 type* Container::get_##name() { return type::cast(GetInternalField(field)); }
wasm-objects.h 26 type* get_##name(); \
31 type* get_##name(); \
  /external/opencv/cv/src/
_cvlist.h 111 _LIST_INLINE type* prefix##get_##type(CVPOS);\
350 type* prefix##get_##type(CVPOS pos)\
  /external/pdfium/fpdfsdk/javascript/
JS_Define.h 87 static void get_##prop_name##_static( \
  /external/syslinux/com32/lua/src/
dmi.c 45 All (*table_fn)() have to be named as get_<tabel_name>_table() for this
52 add_dmi_sub_table(pLua_state, pDmi, #tb_name, get_ ## tb_name ## _table);
  /external/bison/
maint.mk 550 clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning
    [all...]

Completed in 515 milliseconds