Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h103 template <typename ObjectType>
104 void Info(ObjectType object, const char* format, ...) const in Info()
113 template <typename ObjectType>
114 void Warn(ObjectType object, const char* format, ...) const in Warn()
123 template <typename ObjectType>
124 void Err(ObjectType object, const char* format, ...) const in Err()
134 template <typename ObjectType>
135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument
136 if (std::is_same<ObjectType, VkInstance>::value) in GetObjectType()
138 else if (std::is_same<ObjectType, VkPhysicalDevice>::value) in GetObjectType()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.h385 @interface GPBUInt32ObjectDictionary<__covariant ObjectType> : NSObject <NSCopying>
390 + (instancetype)dictionaryWithObject:(ObjectType)object
392 + (instancetype)dictionaryWithObjects:(const ObjectType GPB_UNSAFE_UNRETAINED [])objects
398 - (instancetype)initWithObjects:(const ObjectType GPB_UNSAFE_UNRETAINED [])objects
404 - (ObjectType)objectForKey:(uint32_t)key;
407 (void (^)(uint32_t key, ObjectType object, BOOL *stop))block;
411 - (void)setObject:(ObjectType)object forKey:(uint32_t)key;
749 @interface GPBInt32ObjectDictionary<__covariant ObjectType> : NSObject <NSCopying>
754 + (instancetype)dictionaryWithObject:(ObjectType)object
756 + (instancetype)dictionaryWithObjects:(const ObjectType GPB_UNSAFE_UNRETAINED [])objects
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py156 types.ObjectType, types.TypeType]
/frameworks/native/cmds/lshal/
DListCommand.cpp162 template <typename ObjectType>
163 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo()