Home
last modified time | relevance | path

Searched refs:AccessProtobufToIR (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp96 function_ir.SetAccess(AccessProtobufToIR(function_protobuf.access())); in FunctionProtobufToIR()
138 AccessProtobufToIR(field.access())); in RecordFieldsProtobufToIR()
151 AccessProtobufToIR(base.access())); in RecordCXXBaseSpecifiersProtobufToIR()
163 record_type_ir.SetAccess(AccessProtobufToIR(record_type_protobuf.access())); in RecordTypeProtobufToIR()
194 enum_type_ir.SetAccess(AccessProtobufToIR(enum_type_protobuf.access())); in EnumTypeProtobufToIR()
206 global_variable_ir.SetAccess(AccessProtobufToIR(global_variable_protobuf.access())); in ReadGlobalVariables()
Dconverter.h80 inline AccessSpecifierIR AccessProtobufToIR( in AccessProtobufToIR() function