HomeSort by relevance Sort by last modified time
    Searched refs:isCompound (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 50 isCompound bool
138 func getUniversalType(t reflect.Type) (tagNumber int, isCompound, ok bool) {
marshal.go 208 if t.isCompound {
553 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
559 tag, isCompound, ok := getUniversalType(v.Type())
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
624 isCompound: true,
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
asn1.go 427 IsCompound bool
454 ret.isCompound = b&0x20 == 0x20
548 if t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag {
614 result := RawValue{t.class, t.tag, t.isCompound, bytes[offset : offset+t.length], bytes[initOffset : offset+t.length]}
632 if !t.isCompound && t.class == ClassUniversal {
687 if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
752 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 50 isCompound bool
138 func getUniversalType(t reflect.Type) (tagNumber int, isCompound, ok bool) {
marshal.go 208 if t.isCompound {
553 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))
559 tag, isCompound, ok := getUniversalType(v.Type())
614 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
624 isCompound: true,
636 t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{class, tag, bodyLen, isCompound}))
asn1.go 427 IsCompound bool
454 ret.isCompound = b&0x20 == 0x20
548 if t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag {
614 result := RawValue{t.class, t.tag, t.isCompound, bytes[offset : offset+t.length], bytes[initOffset : offset+t.length]}
632 if !t.isCompound && t.class == ClassUniversal {
687 if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
752 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 173 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCChecker.cpp 177 if (HexagonMCInstrInfo::isCompound(MCII, MCI))
HexagonMCInstrInfo.cpp 434 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII,
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 259 milliseconds

1 2