Home
last modified time | relevance | path

Searched refs:IDType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h34 using IDType = uintptr_t;
38 IDType getNewID() { in getNewID()
45 IDType getOrAddString(const std::string &Value) { in getOrAddString()
49 auto ID = reinterpret_cast<IDType>(NewStr); in getOrAddString()
53 return reinterpret_cast<IDType>(Iter->second.get()); in getOrAddString()
67 static constexpr IDType FirstID = 1;
68 static constexpr IDType IDIncrement = 2;
69 IDType NextID = FirstID;
75 using IDType = StringPool::IDType;
97 IDType getID() const { in getID()
[all …]
/external/libchrome/base/trace_event/
Dtrace_event.h1199 template<typename IDType> class TraceScopedTrackableObject {
1202 IDType id) in TraceScopedTrackableObject()
1220 IDType id_;
/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch47 @@ -1115,4 +1152,5 @@ template<typename IDType> class TraceSco
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h196 typedef void* IDType; typedef