Home
last modified time | relevance | path

Searched refs:get_ (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.h96 Handle<Object> get() const { return get_; } in get()
97 void set_get(Handle<Object> get) { get_ = get; } in set_get()
98 bool has_get() const { return !get_.is_null(); } in has_get()
122 Handle<Object> get_; member in v8::internal::PropertyDescriptor
H A Dproperty-descriptor.cc361 if (has_get()) obj->set_get(*get_); in ToPropertyDescriptorObject()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvsfnt.h73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
76 load_, get_, info_ \
/third_party/elfio/elfio/
H A Delfio_utils.hpp30 virtual TYPE get_##NAME() const noexcept = 0
36 virtual TYPE get_##NAME() const noexcept = 0; \
40 TYPE get_##NAME() const noexcept override \
52 TYPE get_##NAME() const noexcept override \
H A Delfio.hpp45 TYPE get_##FNAME() const noexcept \
47 return header ? ( header->get_##FNAME() ) : 0; \
51 TYPE get_##FNAME() const noexcept \
53 return header ? ( header->get_##FNAME() ) : 0; \
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h41 extern void get_##x##_stats(struct allocator_stats *); \
63 void get_##x##_stats(struct allocator_stats *s) \
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.h34 TYPE elfio_get_##FNAME( pelfio_t pelfio ) { return pelfio->get_##FNAME(); }
39 return pelfio->get_##FNAME(); \
49 return p##CLASS->get_##NAME(); \
61 return p##CLASS->get_##NAME(); \
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.h34 TYPE elfio_get_##FNAME( pelfio_t pelfio ) { return pelfio->get_##FNAME(); }
39 return pelfio->get_##FNAME(); \
49 return p##CLASS->get_##NAME(); \
61 return p##CLASS->get_##NAME(); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp207 &IDiaSymbol::get_##Method, Session, FieldId, ShowFlags, \
212 &IDiaSymbol::get_##Method);
216 &IDiaSymbol::get_##Method);
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h850 unsigned get_##name() const { \
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc2279 extern "C++" inline auto get_##name(wasm::own<Name>& x)->wasm_##name##_t* { \
2282 extern "C++" inline auto get_##name(const wasm::own<Name>& x) \
2335 extern "C++" inline auto get_##name##_vec(vec<Name>& v) \
2340 extern "C++" inline auto get_##name##_vec(const vec<Name>& v) \
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h3270 get_##prefix##_prog_data(const struct anv_graphics_pipeline *pipeline) \

Completed in 25 milliseconds