Searched defs:structInfo (Results  1 – 12 of 12) sorted by relevance
| /external/golang-protobuf/internal/impl/ | 
| D | message.go | 126 type structInfo struct {  struct127 	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 …]
 
 | 
| 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) {
 
 | 
| D | validate.go | 109 func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protoreflect.FieldDescriptor, ft ref…
 | 
| D | codec_message.go | 50 func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) {
 | 
| D | message_reflect_field.go | 471 func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
 | 
| D | codec_field.go | 33 func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
 | 
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/ | 
| D | vulkantypes.py | 1105 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType):  argument1106     def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType):  argument
 1146     def __init__(self, typeInfo, structInfo, vulkanType):  argument
 
 | 
| D | codegen.py | 461                                    structInfo,  argument467         def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr):  argument
 
 | 
| /external/gfxstream-protocols/registry/vulkan/scripts/cereal/ | 
| D | counting.py | 487     def streamLetParameter(self, structInfo, letParamInfo):  argument
 | 
| D | marshaling.py | 606     def streamLetParameter(self, structInfo, letParamInfo):  argument
 | 
| D | reservedmarshaling.py | 701     def streamLetParameter(self, structInfo, letParamInfo):  argument
 | 
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ | 
| D | vktSpvAsmInstructionTests.cpp | 19333 … specializeInBoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, co…  in specializeInBoundsShaderTemplate()19486 			AssemblyStructInfo structInfo(structComponents, structIndex);  in createOpInBoundsAccessChainGroup()  local
 
 |