Searched refs:FieldD (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/third_party/nanopb/generator/ |
D | nanopb_generator.py | 52 FieldD = descriptor.FieldDescriptorProto variable 54 FieldD.TYPE_BOOL: ('bool', 'BOOL', 1, False), 55 FieldD.TYPE_DOUBLE: ('double', 'DOUBLE', 8, False), 56 FieldD.TYPE_FIXED32: ('uint32_t', 'FIXED32', 4, False), 57 FieldD.TYPE_FIXED64: ('uint64_t', 'FIXED64', 8, False), 58 FieldD.TYPE_FLOAT: ('float', 'FLOAT', 4, False), 59 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10, True), 60 FieldD.TYPE_INT64: ('int64_t', 'INT64', 10, True), 61 FieldD.TYPE_SFIXED32: ('int32_t', 'SFIXED32', 4, False), 62 FieldD.TYPE_SFIXED64: ('int64_t', 'SFIXED64', 8, False), [all …]
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 67 FieldD = descriptor.FieldDescriptorProto variable 69 FieldD.TYPE_BOOL: ('bool', 'BOOL', 1, False), 70 FieldD.TYPE_DOUBLE: ('double', 'DOUBLE', 8, False), 71 FieldD.TYPE_FIXED32: ('uint32_t', 'FIXED32', 4, False), 72 FieldD.TYPE_FIXED64: ('uint64_t', 'FIXED64', 8, False), 73 FieldD.TYPE_FLOAT: ('float', 'FLOAT', 4, False), 74 FieldD.TYPE_INT32: ('int32_t', 'INT32', 10, True), 75 FieldD.TYPE_INT64: ('int64_t', 'INT64', 10, True), 76 FieldD.TYPE_SFIXED32: ('int32_t', 'SFIXED32', 4, False), 77 FieldD.TYPE_SFIXED64: ('int64_t', 'SFIXED64', 8, False), [all …]
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 3184 FieldDecl *FieldD = FieldDecl::Create(*Context, nullptr, SourceLocation(), in SynthMsgSendStretCallExpr() local 3191 MemberExpr(STCE, false, SourceLocation(), FieldD, SourceLocation(), in SynthMsgSendStretCallExpr() 3192 FieldD->getType(), VK_LValue, OK_Ordinary); in SynthMsgSendStretCallExpr()
|