Searched refs:method_prototype (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_message_field.h | 94 const char* method_prototype, const char* regular_case, 160 const char* method_prototype, const char* regular_case,
|
D | java_message_field.cc | 226 const char* method_prototype, in PrintNestedBuilderFunction() argument 230 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction() 877 const char* method_prototype, in PrintNestedBuilderFunction() argument 881 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction()
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 487 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives 489 …-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directiv… 584 method_prototype 696 …| member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method… 703 : (reference_type_descriptor ARROW)? member_name method_prototype 704 -> reference_type_descriptor? member_name method_prototype; 1083 …ORMAT45cc_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference COMMA method_prototype 1084 …FORMAT45cc_METHOD"] INSTRUCTION_FORMAT45cc_METHOD register_list method_reference method_prototype); 1088 …RMAT4rcc_METHOD OPEN_BRACE register_range CLOSE_BRACE COMMA method_reference COMMA method_prototype 1089 …ORMAT4rcc_METHOD"] INSTRUCTION_FORMAT4rcc_METHOD register_range method_reference method_prototype);
|
D | smaliTreeWalker.g | 468 method_prototype returns[List<String> parameters, String returnType] 476 : SIMPLE_NAME method_prototype 482 for (String type: $method_prototype.parameters) { 489 $returnType = $method_prototype.returnType; 506 : reference_type_descriptor? SIMPLE_NAME method_prototype 515 $method_prototype.parameters, $method_prototype.returnType); 1116 …NT_FORMAT45cc_METHOD INSTRUCTION_FORMAT45cc_METHOD register_list method_reference method_prototype) 1126 $method_prototype.parameters, 1127 $method_prototype.returnType); 1137 …T_FORMAT4rcc_METHOD INSTRUCTION_FORMAT4rcc_METHOD register_range method_reference method_prototype) [all …]
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 316 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives 422 method_prototype
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 2281 …public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionExceptio… in method_prototype() method in smaliTreeWalker 2349 method_prototype75=method_prototype(); in method_name_and_prototype() 2476 method_prototype79=method_prototype(); in method_reference() 5935 method_prototype176=method_prototype(); in insn_format45cc_method() 5996 method_prototype180=method_prototype(); in insn_format4rcc_method()
|
D | smaliParser.java | 1519 method_prototype31=method_prototype(); in method() 3849 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { in method_prototype() method in smaliParser 6809 method_prototype172=method_prototype(); in type_field_method_literal() 6959 method_prototype178=method_prototype(); in method_reference() 14136 method_prototype476=method_prototype(); in insn_format45cc_method() 14257 method_prototype484=method_prototype(); in insn_format4rcc_method()
|