Searched defs:Uint32 (Results 1 - 4 of 4) sorted by relevance
/external/gemmlowp/internal/ |
H A D | allocator.h | 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; member in class:gemmlowp::TypeId 77 GEMMLOWP_REGISTER_TYPEID(std::uint32_t, Uint32)
|
/external/v8/src/ |
H A D | machine-type.h | 107 static MachineType Uint32() { function in class:v8::internal::MachineType
|
H A D | api.cc | 3196 MaybeLocal<Uint32> Value::ToUint32(Local<Context> context) const { 3198 if (obj->IsSmi()) return ToApiHandle<Uint32>(obj); 3199 Local<Uint32> result; 3200 PREPARE_FOR_EXECUTION(context, Object, ToUint32, Uint32); 3202 !ToLocal<Uint32>(i::Object::ToUint32(isolate, obj), &result); 3203 RETURN_ON_FAILED_EXECUTION(Uint32); 3208 Local<Uint32> Value::ToUint32(Isolate* isolate) const { 3209 RETURN_TO_LOCAL_UNCHECKED(ToUint32(isolate->GetCurrentContext()), Uint32); 3289 void v8::Uint32::CheckCast(v8::Value* that) { 3290 Utils::ApiCheck(that->IsUint32(), "v8::Uint32 3577 RETURN_TO_LOCAL_UNCHECKED(ToArrayIndex(context), Uint32); local [all...] |
/external/v8/include/ |
H A D | v8.h | 110 class Uint32; 1967 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32( 1984 Local<Uint32> ToUint32(Isolate* isolate) const); 1997 inline V8_DEPRECATED("Use maybe version", Local<Uint32> ToUint32() const); 2004 V8_DEPRECATED("Use maybe version", Local<Uint32> ToArrayIndex() const); 2005 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex( 2565 class V8_EXPORT Uint32 : public Integer { class in namespace:v8 2568 V8_INLINE static Uint32* Cast(v8::Value* obj); 2571 Uint32(); 8328 Local<Uint32> Valu [all...] |
Completed in 124 milliseconds