HomeSort by relevance Sort by last modified time
    Searched full:is_function (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
261 && !is_function<_Functor>::value
262 && !is_function<typename remove_pointer<_Functor>::type>::value),
274 && !is_function<_Functor>::value
275 && !is_function<typename remove_pointer<_Functor>::type>::value),
288 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
280 && !is_function<_Functor>::value
281 && !is_function<typename remove_pointer<_Functor>::type>::value),
293 && !is_function<_Functor>::value
294 && !is_function<typename remove_pointer<_Functor>::type>::value),
307 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional 260 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
280 && !is_function<_Functor>::value
281 && !is_function<typename remove_pointer<_Functor>::type>::value),
293 && !is_function<_Functor>::value
294 && !is_function<typename remove_pointer<_Functor>::type>::value),
307 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
261 && !is_function<_Functor>::value
262 && !is_function<typename remove_pointer<_Functor>::type>::value),
274 && !is_function<_Functor>::value
275 && !is_function<typename remove_pointer<_Functor>::type>::value),
288 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
261 && !is_function<_Functor>::value
262 && !is_function<typename remove_pointer<_Functor>::type>::value),
274 && !is_function<_Functor>::value
275 && !is_function<typename remove_pointer<_Functor>::type>::value),
288 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 241 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value>
261 && !is_function<_Functor>::value
262 && !is_function<typename remove_pointer<_Functor>::type>::value),
274 && !is_function<_Functor>::value
275 && !is_function<typename remove_pointer<_Functor>::type>::value),
288 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /external/v8/src/
macros.py 102 macro IS_FUNCTION(arg) = (%_IsFunction(arg));
runtime.js 407 if (!IS_FUNCTION(delegate)) {
416 if (!IS_FUNCTION(delegate)) {
v8natives.js 168 if (!IS_FUNCTION(f)) return f;
    [all...]
compiler.cc 781 function_info->set_is_function(lit->is_function());
mirror-debugger.js 85 } else if (IS_FUNCTION(value)) {
    [all...]
messages.js     [all...]
parser.cc 609 if (!info->is_global() && (shared.is_null() || shared->is_function())) {
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
functional 223 && !is_function<_Functor>::value
224 && !is_function<typename remove_pointer<_Functor>::type>::value),
236 && !is_function<_Functor>::value
237 && !is_function<typename remove_pointer<_Functor>::type>::value),
250 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
functional 223 && !is_function<_Functor>::value
224 && !is_function<typename remove_pointer<_Functor>::type>::value),
236 && !is_function<_Functor>::value
237 && !is_function<typename remove_pointer<_Functor>::type>::value),
250 && is_function<typename remove_pointer<_Functor>::type>::value),
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 485 void is_function() function
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 704 printUnaryOp(exec, location, it, "is_function");
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 1624 milliseconds

12