HomeSort by relevance Sort by last modified time
    Searched defs:IsStruct (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.cc 492 if (element() != NULL && IsStruct(*element()->parent_field())) {
512 if (IsStruct(*field)) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 24 IsStruct() bool
68 func (t *CompilerType) IsStruct() bool { return false }
101 func (t *TupleType) IsStruct() bool { return false }
type_test.go 38 func (t *TypeImpl) IsStruct() bool { return t.struct_ }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 24 IsStruct() bool
68 func (t *CompilerType) IsStruct() bool { return false }
101 func (t *TupleType) IsStruct() bool { return false }
type_test.go 38 func (t *TypeImpl) IsStruct() bool { return t.struct_ }
  /external/flatbuffers/include/flatbuffers/
idl.h 272 inline bool IsStruct(const Type &type) {
277 return IsStruct(type) ? type.struct_def->bytesize : SizeOf(type.base_type);
281 return IsStruct(type) ? type.struct_def->minalign : SizeOf(type.base_type);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1169 func (t *Type) IsStruct() bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1169 func (t *Type) IsStruct() bool {
  /external/v8/src/
objects-inl.h 561 bool HeapObject::IsStruct() const {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 365 milliseconds