Home
last modified time | relevance | path

Searched defs:structInfo (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage.go126 type structInfo struct { struct
127 sizecacheOffset offset
128 sizecacheType reflect.Type
129 weakOffset offset
130 weakType reflect.Type
131 unknownOffset offset
132 unknownType reflect.Type
133 extensionOffset offset
134 extensionType reflect.Type
136 fieldsByNumber map[protoreflect.FieldNumber]reflect.StructField
[all …]
H A Dmessage_reflect.go41 func (mi *MessageInfo) makeReflectFuncs(t reflect.Type, si structInfo) {
54 func (mi *MessageInfo) makeKnownFieldsFunc(si structInfo) {
116 func (mi *MessageInfo) makeUnknownFieldsFunc(t reflect.Type, si structInfo) {
166 func (mi *MessageInfo) makeExtensionFieldsFunc(t reflect.Type, si structInfo) {
181 func (mi *MessageInfo) makeFieldTypes(si structInfo) {
H A Dvalidate.go109 func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protoreflect.FieldDescriptor, ft ref…
H A Dcodec_message.go50 func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) {
H A Dmessage_reflect_field.go471 func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
H A Dcodec_field.go33 func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dvulkantypes.py1199 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType): argument
1200 def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType): argument
1240 def __init__(self, typeInfo, structInfo, vulkanType): argument
H A Dcodegen.py474 structInfo, argument
480 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dcounting.py468 def streamLetParameter(self, structInfo, letParamInfo): argument
H A Dmarshaling.py587 def streamLetParameter(self, structInfo, letParamInfo): argument
H A Dreservedmarshaling.py689 def streamLetParameter(self, structInfo, letParamInfo): argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19774 …tring specializeInBoundsShaderTemplate(const NumberType type, const AssemblyStructInfo &structInfo, in specializeInBoundsShaderTemplate()
19926 AssemblyStructInfo structInfo(structComponents, structIndex); in createOpInBoundsAccessChainGroup() local