Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
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 …]
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) {
Dvalidate.go109 func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protoreflect.FieldDescriptor, ft ref…
Dcodec_message.go50 func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) {
Dmessage_reflect_field.go471 func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
Dcodec_field.go33 func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescriptor, si structInfo) {
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py1105 def vulkanTypeGetStructFieldLengthInfo(structInfo, vulkanType): argument
1106 def getSpecialCaseVulkanStructFieldLength(structInfo, vulkanType): argument
1146 def __init__(self, typeInfo, structInfo, vulkanType): argument
Dcodegen.py461 structInfo, argument
467 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dcounting.py487 def streamLetParameter(self, structInfo, letParamInfo): argument
Dmarshaling.py606 def streamLetParameter(self, structInfo, letParamInfo): argument
Dreservedmarshaling.py701 def streamLetParameter(self, structInfo, letParamInfo): argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp19333 … specializeInBoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, co… in specializeInBoundsShaderTemplate()
19486 AssemblyStructInfo structInfo(structComponents, structIndex); in createOpInBoundsAccessChainGroup() local