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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_callback_interface.py 64 # Callbacks use raw pointers, so raw_type=True
65 raw_cpp_type = idl_type.cpp_type_args(raw_type=True)
v8_types.py 117 def cpp_type(idl_type, extended_attributes=None, raw_type=False, used_as_rvalue_type=False, used_as_variadic_argument=False, used_in_cpp_sequence=False):
125 raw_type:
175 if not raw_type:
179 if idl_type.is_typed_array_element_type and raw_type:
183 if raw_type:
216 def cpp_type_union(idl_type, extended_attributes=None, raw_type=False):
570 this_cpp_type = idl_type.cpp_type_args(extended_attributes=extended_attributes, raw_type=True)
    [all...]
v8_methods.py 203 raw_type=True,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 162 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type raw_type ; typedef in struct:boost::optional_detail::types_when_is_ref
164 typedef raw_type& reference_const_type ;
165 typedef raw_type& reference_type ;
166 typedef raw_type* pointer_const_type ;
167 typedef raw_type* pointer_type ;
168 typedef raw_type& argument_type ;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]

Completed in 770 milliseconds