HomeSort by relevance Sort by last modified time
    Searched refs:nullptr_t (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /external/catch2/include/internal/
catch_tostring.h 256 struct StringMaker<std::nullptr_t> {
257 static std::string convert(std::nullptr_t);
  /external/libcxxabi/src/
private_typeinfo.cpp 161 // std::nullptr_t.
175 // If the thrown type is nullptr_t and the caught type is a pointer to
372 if (is_equal(thrown_type, &typeid(std::nullptr_t), false)) {
481 if (is_equal(thrown_type, &typeid(std::nullptr_t), false)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
platform.h 487 // add in std::nullptr_t
489 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
  /external/icu/libandroidicu/include/unicode/
platform.h 487 // add in std::nullptr_t
489 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 53 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t);
HexagonMCInstrInfo.cpp 47 MCInst const &Inst, std::nullptr_t)
  /external/tensorflow/tensorflow/core/platform/default/
logging.h 169 // We need an explicit specialization for std::nullptr_t.
171 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p);
  /external/v8/src/parsing/
parser.h     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp 145 VULKAN_HPP_CONSTEXPR ArrayProxy(std::nullptr_t)
366 Optional(std::nullptr_t) { m_ptr = nullptr; }
    [all...]
  /external/swiftshader/include/vulkan/
vulkan.hpp 275 Optional(std::nullptr_t) { m_ptr = nullptr; }
290 VULKAN_HPP_CONSTEXPR ArrayProxy(std::nullptr_t)
    [all...]
  /external/v8/src/wasm/
decoder.h 32 // we use {nullptr_t} as data value, such that the only valid data stored in
35 using DecodeResult = Result<std::nullptr_t>;
  /art/openjdkjvmti/
events-inl.h 275 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value,
311 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value,
  /external/Microsoft-GSL/tests/
notnull_tests.cpp 69 bool operator!=(std::nullptr_t) const { return p_ != nullptr; }
  /external/googletest/googletest/include/gtest/
gtest-printers.h 636 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; }
    [all...]
gtest.h     [all...]
  /external/libchrome/base/
logging.h 719 // We need an explicit overload for std::nullptr_t.
720 BASE_EXPORT void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p);
    [all...]
logging.cc 527 void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
StringRef.h 81 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
JSON.cpp 36 llvm::Optional<std::nullptr_t> Object::getNull(StringRef K) const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringRef.h 78 StringRef(std::nullptr_t) = delete; member in class:llvm::StringRef
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.h     [all...]
  /external/v8/src/
utils.h 673 bool operator==(std::nullptr_t) const { return pointer_ == nullptr; }
674 bool operator!=(std::nullptr_t) const { return pointer_ != nullptr; }
    [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 31 typedef decltype(nullptr) nullptr_t; typedef in namespace:std
  /external/libchrome/base/trace_event/
trace_event.h 514 const std::nullptr_t kGlobalScope = nullptr;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-printers.h 642 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; }
    [all...]

Completed in 5612 milliseconds

1 2 3 45 6