Home
last modified time | relevance | path

Searched defs:TField (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_logging/
H A Dscribe.py9 TField: TypeAlias = Union[TAtom, List[TAtom]] variable
/aosp_15_r20/external/angle/src/compiler/translator/
H A DFlagStd140Structs.h17 class TField; variable
H A DTypes.h34 TField(TType *type, const ImmutableString &name, const TSourceLoc &line, SymbolType symbolType) in TField() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/
Dexport_test.go43 func TField(typ Type, i int) Type { func
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp189 const angle::HashMap<const TField *, bool> &convertedFields) in IsConvertedField()