Searched defs:structInfo (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | message.go | 126 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 D | message_reflect.go | 41 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 D | validate.go | 109 func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protoreflect.FieldDescriptor, ft ref…
|
H A D | codec_message.go | 50 func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) {
|
H A D | message_reflect_field.go | 471 func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
|
H A D | codec_field.go | 33 func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/ |
H A D | vulkantypes.py | 1199 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType): argument 1200 def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType): argument 1240 def __init__(self, typeInfo, structInfo, vulkanType): argument
|
H A D | codegen.py | 474 structInfo, argument 480 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument
|
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/ |
H A D | counting.py | 468 def streamLetParameter(self, structInfo, letParamInfo): argument
|
H A D | marshaling.py | 587 def streamLetParameter(self, structInfo, letParamInfo): argument
|
H A D | reservedmarshaling.py | 689 def streamLetParameter(self, structInfo, letParamInfo): argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 19774 …tring specializeInBoundsShaderTemplate(const NumberType type, const AssemblyStructInfo &structInfo, in specializeInBoundsShaderTemplate() 19926 AssemblyStructInfo structInfo(structComponents, structIndex); in createOpInBoundsAccessChainGroup() local
|