HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 101 - 125 of 13262) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/pdf/pdfium/
pdfium_mem_buffer_file_write.cc 21 static_cast<PDFiumMemBufferFileWrite*>(this_file_write);
27 buffer_.append(static_cast<const unsigned char*>(data), size);
  /external/chromium_org/ppapi/shared_impl/
platform_file.cc 13 return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
23 return static_cast<int32_t>(reinterpret_cast<intptr_t>(handle));
  /external/chromium_org/third_party/icu/source/i18n/
bms.cpp 19 #define STATIC_CAST(type,value) static_cast<type>(value)
22 #define STATIC_CAST(type,value) (type) (value)
31 return STATIC_CAST(UCD *, CollData::open(coll, *status));
37 CollData *data = STATIC_CAST(CollData *, ucd);
45 CollData *data = STATIC_CAST(CollData *, ucd);
74 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS)));
124 return STATIC_CAST(UCD *, bms->bms->getData());
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.cc 85 builder_raw = static_cast<Table::Builder*>(
89 builder_raw = static_cast<Table::Builder*>(
93 builder_raw = static_cast<Table::Builder*>(
96 builder_raw = static_cast<Table::Builder*>(
99 builder_raw = static_cast<Table::Builder*>(
102 builder_raw = static_cast<Table::Builder*>(
105 builder_raw = static_cast<Table::Builder*>(
108 builder_raw = static_cast<Table::Builder*>(
111 builder_raw = static_cast<Table::Builder*>(
114 builder_raw = static_cast<Table::Builder*>
    [all...]
  /external/clang/test/Analysis/
enum.cpp 14 Foo f = static_cast<Foo>(i);
15 int j = static_cast<int>(f);
  /external/sfntly/cpp/src/sfntly/table/
table.cc 85 builder_raw = static_cast<Table::Builder*>(
89 builder_raw = static_cast<Table::Builder*>(
93 builder_raw = static_cast<Table::Builder*>(
96 builder_raw = static_cast<Table::Builder*>(
99 builder_raw = static_cast<Table::Builder*>(
102 builder_raw = static_cast<Table::Builder*>(
105 builder_raw = static_cast<Table::Builder*>(
108 builder_raw = static_cast<Table::Builder*>(
111 builder_raw = static_cast<Table::Builder*>(
114 builder_raw = static_cast<Table::Builder*>
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 27 unsigned char* pImg = static_cast<unsigned char*>(env->GetDirectBufferAddress(imageBuffer));
33 float val = static_cast<float>(pImg[i]);
47 unsigned char* pImg = static_cast<unsigned char*>(env->GetDirectBufferAddress(imageBuffer));
48 int xStart = static_cast<int>(width * left);
49 int xEnd = static_cast<int>(width * right);
50 int yStart = static_cast<int>(height * top);
51 int yEnd = static_cast<int>(height * bottom);
59 float val = static_cast<float>(*(pImg + disp + x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
149 static_cast<internal_node_pointer>(p_nd)->get_e_ind();
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
224 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 55 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_pointer>(p_nd)->value()), r_key))
80 if (synth_access_traits::equal_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
140 if (!synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value()), r_key))
149 static_cast<inode_pointer>(p_nd)->get_e_ind();
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
212 return (synth_access_traits::begin(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
215 return static_cast<inode_const_pointer>(p_nd)->pref_b_it();
224 return (synth_access_traits::end(PB_DS_V2F(static_cast<leaf_const_pointer>(p_nd)->value())));
227 return static_cast<inode_const_pointer>(p_nd)->pref_e_it()
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 18 GLenum texture = static_cast<GLenum>(c.texture);
35 GLenum target = static_cast<GLenum>(c.target);
48 GLenum target = static_cast<GLenum>(c.target);
61 GLenum target = static_cast<GLenum>(c.target);
74 GLenum target = static_cast<GLenum>(c.target);
87 GLclampf red = static_cast<GLclampf>(c.red);
88 GLclampf green = static_cast<GLclampf>(c.green);
89 GLclampf blue = static_cast<GLclampf>(c.blue);
90 GLclampf alpha = static_cast<GLclampf>(c.alpha);
105 GLenum mode = static_cast<GLenum>(c.mode)
    [all...]
  /bionic/tests/
uchar_test.cpp 53 EXPECT_EQ(static_cast<size_t>(-2), mbrtoc32(NULL, "\xc2", 1, &ps));
54 EXPECT_EQ(static_cast<size_t>(-1), c32rtomb(out, 0x00a2, &ps));
60 EXPECT_EQ(static_cast<size_t>(-2), mbrtoc32(NULL, "\xc2", 1, &ps));
65 EXPECT_EQ(static_cast<size_t>(-2), mbrtoc32(NULL, "\xf0\xa4", 1, &ps));
143 EXPECT_EQ(static_cast<size_t>(-1), c16rtomb(bytes, 0xdfcd, NULL));
146 EXPECT_EQ(static_cast<size_t>(-1), c16rtomb(bytes, 0xdbea, NULL));
189 ASSERT_EQ(static_cast<char16_t>(0x00a2), out);
192 ASSERT_EQ(static_cast<char16_t>(0x20ac), out);
202 ASSERT_EQ(static_cast<size_t>(-3),
204 ASSERT_EQ(static_cast<char16_t>(0xdbea), out)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.cpp 40 return static_cast<QueryT>((static_cast<GLfloat>(0xFFFFFFFF) * value - 1.0f) / 2.0f);
51 GLint64 minIntValue = static_cast<GLint64>(std::numeric_limits<GLint>::min());
52 GLint64 maxIntValue = static_cast<GLint64>(std::numeric_limits<GLint>::max());
53 GLint64 clampedValue = std::max(std::min(static_cast<GLint64>(value), maxIntValue), minIntValue);
54 return static_cast<QueryT>(clampedValue);
57 return static_cast<QueryT>(value);
69 case GL_FLOAT: return static_cast<QueryT>(value);
70 case GL_BOOL: return (value == static_cast<NativeT>(0) ? GL_FALSE : GL_TRUE);
102 outParams[i] = (boolParams[i] == GL_FALSE ? static_cast<QueryT>(0) : static_cast<QueryT>(1))
    [all...]
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 129 var.Set(static_cast<int8>('v'));
133 var.Set(static_cast<short>(123));
137 var.Set(static_cast<int32>(123));
141 var.Set(static_cast<int64>(123));
145 var.Set(static_cast<uint8>(123));
149 var.Set(static_cast<unsigned short>(123));
153 var.Set(static_cast<uint32>(123));
157 var.Set(static_cast<uint64>(123));
165 var.Set(static_cast<double>(123.123));
178 var.Set(static_cast<IDispatch*>(NULL))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AudioNodeCustom.cpp 73 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
75 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
89 return wrap(static_cast<PannerNode*>(impl), creationContext, isolate);
91 return wrap(static_cast<ConvolverNode*>(impl), creationContext, isolate)
    [all...]

Completed in 3192 milliseconds

1 2 3 45 6 7 8 91011>>