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

  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 261 auto get_fn = &std::reference_wrapper<int>::get; local
262 auto& ret = std::__invoke(get_fn, r);
263 auto& cret = std::__invoke_constexpr(get_fn, r);
266 auto& ret2 = std::__invoke(get_fn, d);
267 auto& cret2 = std::__invoke_constexpr(get_fn, d);
270 auto& ret3 = std::__invoke(get_fn, r2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 261 auto get_fn = &std::reference_wrapper<int>::get; local
262 auto& ret = std::__invoke(get_fn, r);
263 auto& cret = std::__invoke_constexpr(get_fn, r);
266 auto& ret2 = std::__invoke(get_fn, d);
267 auto& cret2 = std::__invoke_constexpr(get_fn, d);
270 auto& ret3 = std::__invoke(get_fn, r2);
  /toolchain/binutils/binutils-2.27/include/
xtensa-isa-internal.h 70 xtensa_get_slot_fn get_fn; member in struct:xtensa_slot_internal_struct
  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 626 (*intisa->slots[slot_id].get_fn) (insn, slotbuf);
961 xtensa_get_field_fn get_fn;
976 get_fn = intisa->slots[slot_id].get_field_fns[intop->field_id];
977 if (!get_fn)
985 *valp = (*get_fn) (slotbuf);
1065 xtensa_get_field_fn get_fn =
1070 if (get_fn && set_fn)
1073 return ((*get_fn) (tmpbuf) != *valp);
956 xtensa_get_field_fn get_fn; local
1060 xtensa_get_field_fn get_fn = local
    [all...]
  /art/runtime/
reflection.cc 260 #define DO_FIRST_ARG(match_descriptor, get_fn, append) { \
264 append(primitive_field-> get_fn(arg.Get()));
266 #define DO_ARG(match_descriptor, get_fn, append) \
270 append(primitive_field-> get_fn(arg.Get()));
    [all...]
  /external/tensorflow/tensorflow/python/ops/
data_flow_ops.py     [all...]

Completed in 160 milliseconds