Home
last modified time | relevance | path

Searched refs:typeid (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dmanagers.py66 __slots__ = ('typeid', 'address', 'id')
68 def __init__(self, typeid, address, id):
69 (self.typeid, self.address, self.id) = (typeid, address, id)
72 return (self.typeid, self.address, self.id)
75 (self.typeid, self.address, self.id) = state
78 return '%s(typeid=%r, address=%r, id=%r)' % \
79 (self.__class__.__name__, self.typeid, self.address, self.id)
277 typeid = gettypeid and gettypeid.get(methodname, None)
278 if typeid
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.h16 #include "utypeinfo.h" // for 'typeid' to work
109 const char *s = typeid(T).name(); in hashCode()
117 const char *s = typeid(T).name(); in writeDescription()
127 return typeid(*this) == typeid(other); in operator ==()
/third_party/node/deps/v8/src/zone/
H A Dtype-stats.h28 StatsEntry& entry = map_[std::type_index(typeid(TypeTag))]; in AddAllocated()
41 StatsEntry& entry = map_[std::type_index(typeid(TypeTag))]; in AddDeallocated()
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.h16 #include "utypeinfo.h" // for 'typeid' to work
111 const char *s = typeid(T).name();
119 const char *s = typeid(T).name();
130 return this == &other || typeid(*this) == typeid(other);
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.h16 #include "utypeinfo.h" // for 'typeid' to work
111 const char *s = typeid(T).name();
119 const char *s = typeid(T).name();
130 return this == &other || typeid(*this) == typeid(other);
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h62 abi::__cxa_demangle(typeid(T).name(), nullptr, nullptr, &status); in NameOfImpl()
67 return typeid(T).name(); in NameOfImpl()
70 return typeid(T).name(); in NameOfImpl()
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h79 // gcc's implementation of typeid(T).name() mangles the type name, in GetTypeName()
101 return GetTypeName(typeid(T)); in GetTypeName()
H A Dgtest-port.h526 // both the typeid and dynamic_cast features are present.
1140 GTEST_CHECK_(typeid(*base) == typeid(Derived)); in CheckedDowncastToActualType()
H A Dgtest-internal.h1387 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-type-util.h95 // gcc's implementation of typeid(T).name() mangles the type name, in GetTypeName()
131 return GetTypeName(typeid(T)); in GetTypeName()
H A Dgtest-internal.h1374 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Drefcount.h89 typeid(this).name(), object_counter_, object_id_, ref_count_)
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany.h352 // Returns: typeid(T) if *this has a contained object of type T, otherwise
353 // typeid(void).
359 return typeid(void);
390 const std::type_info& Type() const noexcept final { return typeid(T); }
403 // Note: This type dance is to make the behavior consistent with typeid.
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout.h300 demangled = abi::__cxa_demangle(typeid(T).name(), nullptr, nullptr, &status); in TypeName()
307 absl::StrAppend(&out, "<", typeid(T).name(), ">"); in TypeName()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h505 // both the typeid and dynamic_cast features are present.
1101 GTEST_CHECK_(typeid(*base) == typeid(Derived)); in CheckedDowncastToActualType()
H A Dgtest-type-util.h83 const char* const name = typeid(T).name(); in GetTypeName()
86 // gcc's implementation of typeid(T).name() mangles the type name, in GetTypeName()
/third_party/nghttp2/src/
H A Dtemplate.h524 fprintf(stderr, "Caught %s:\n%s\n", typeid(x).name(), x.what());
/third_party/protobuf/src/google/protobuf/
H A Darena.h177 // match program's lifetime (It is given by typeid operator).
178 // Note: typeid(void) will be passed as allocated_type every time we
197 #define RTTI_TYPE_ID(type) (&typeid(type))
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h163 // Returns an address of RTTI's typeid(T).
167 return &typeid(T); in GenRuntimeTypeId()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5361 *listener << "throws an exception of type " << GetTypeName(typeid(err)); in MatchAndExplain()

Completed in 37 milliseconds