HomeSort by relevance Sort by last modified time
    Searched full:is_placeholder (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 12 // struct is_placeholder
21 static_assert(std::is_placeholder<T>::value == Expected, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 12 // struct is_placeholder
21 static_assert(std::is_placeholder<T>::value == Expected, "");
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 193 bool is_placeholder, bool is_list);
196 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
218 bool is_placeholder() const { return is_placeholder_; } function in class:google::protobuf::util::converter::ProtoStreamObjectWriter::Item
303 // is_placeholder conveys whether the item is a placeholder item or not.
306 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
default_value_objectwriter.h 138 const DataPiece& data, bool is_placeholder, const vector<string>& path,
181 void set_is_placeholder(bool is_placeholder) {
182 is_placeholder_ = is_placeholder;
protostream_objectwriter.cc 376 ItemType item_type, bool is_placeholder,
382 is_placeholder_(is_placeholder),
390 ItemType item_type, bool is_placeholder,
396 is_placeholder_(is_placeholder),
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 226 template<typename T> struct is_placeholder { struct
276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
279 return get<is_placeholder<Bound>::value-1>(args);
313 && !is_placeholder<Bound>::value
335 struct is_placeholder<placeholder<N>> { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional 849 struct is_placeholder
853 const int is_placeholder<_Tp>::value;
907 * Partial specialization of is_placeholder that provides the placeholder
911 struct is_placeholder<_Placeholder<_Num> >
915 const int is_placeholder<_Placeholder<_Num> >::value;
919 struct is_placeholder<std::_Placeholder<_Num>>
924 struct is_placeholder<const std::_Placeholder<_Num>>
1003 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
    [all...]
  /external/libcxx/include/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
functional 213 template<class T> struct is_placeholder;
219 = is_placeholder<T>::value; // C++17
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
stepper_test.py 479 self.assertTrue(stepper.is_placeholder(self.ph0.name))
480 self.assertTrue(stepper.is_placeholder(self.ph1.name))
482 self.assertFalse(stepper.is_placeholder(self.x.name))
483 self.assertFalse(stepper.is_placeholder(self.y.name))
487 self.assertFalse(stepper.is_placeholder("A"))
    [all...]

Completed in 1295 milliseconds

1 2 3