Home
last modified time | relevance | path

Searched refs:bools_ (Results 1 – 6 of 6) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/protocol/
H A DJSONProtocolCommon.h292 std::array<folly::StringPiece, 2> bools_{{"", ""}};
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dserialize.cc107 return AppendPrimitive(&bools_, data, PythonType::BOOL); in AppendBool()
272 std::shared_ptr<BooleanBuilder> bools_; member in arrow::py::SequenceBuilder
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dserialize.cc107 return AppendPrimitive(&bools_, data, PythonType::BOOL); in AppendBool()
272 std::shared_ptr<BooleanBuilder> bools_; member in arrow::py::SequenceBuilder
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dserialize.cc103 return AppendPrimitive(&bools_, data, PythonType::BOOL); in AppendBool()
268 std::shared_ptr<BooleanBuilder> bools_; member in arrow::py::SequenceBuilder
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A Dbrigand.hpp923 template <bool...> struct bools_ {}; struct
927 : std::is_same< bools_<true, all_helper<Predicate, Ts>::value...>
928 , bools_<all_helper<Predicate, Ts>::value..., true>
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/internal/
H A Dbrigand.hpp919 template <bool...> struct bools_ {}; struct
923 : std::is_same< bools_<true, all_helper<Predicate, Ts>::value...>
924 , bools_<all_helper<Predicate, Ts>::value..., true>