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

/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc492 if (element() != NULL && IsStruct(*element()->parent_field())) {
512 if (IsStruct(*field)) {
1189 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { function in class:google::protobuf::util::converter::ProtoStreamObjectWriter
/external/flatbuffers/include/flatbuffers/
H A Didl.h290 inline bool IsStruct(const Type &type) { function in namespace:flatbuffers
295 return IsStruct(type) ? type.struct_def->bytesize : SizeOf(type.base_type);
299 return IsStruct(type) ? type.struct_def->minalign : SizeOf(type.base_type);
/external/v8/src/
H A Dobjects-inl.h561 bool HeapObject::IsStruct() const { function in class:v8::internal::HeapObject
6141 DCHECK_EQ(debug_info()->IsStruct(), has_debug_info);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4640 bool IsStruct = CurTy->isStructTy(); local
4643 if (!IsStruct && !IsArray)
4647 if (IsStruct && Index >= CurTy->subtypes().size())
4653 if (IsStruct)
4682 bool IsStruct = CurTy->isStructTy(); local
4685 if (!IsStruct && !IsArray)
4689 if (IsStruct && Index >= CurTy->subtypes().size())
4695 if (IsStruct)
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1089 else if (variable.IsStruct())
3823 bool Variable::IsStruct() const function in class:gl4cts::EnhancedLayouts::Utils::Variable

Completed in 387 milliseconds