Searched defs:IsStruct (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayType.cpp685 bool SkDisplayType::IsStruct(SkAnimateMaker* , SkDisplayTypes type) { function in class:SkDisplayType
/external/v8/test/cctest/
H A Dtest-types.cc34 static bool IsStruct(Type* t, int tag) { function in struct:ZoneRep
68 static bool IsStruct(Handle<HeapType> t, int tag) { function in struct:HeapRep
/external/v8/src/
H A Dobjects-inl.h1029 bool Object::IsStruct() const { function in class:v8::internal::Object
5918 bool has_debug_info = debug_info()->IsStruct();
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4202 bool IsStruct = CurTy->isStructTy(); local
4205 if (!IsStruct && !IsArray)
4209 if (IsStruct && Index >= CurTy->subtypes().size())
4215 if (IsStruct)
4244 bool IsStruct = CurTy->isStructTy(); local
4247 if (!IsStruct && !IsArray)
4251 if (IsStruct && Index >= CurTy->subtypes().size())
4257 if (IsStruct)

Completed in 172 milliseconds