Home
last modified time | relevance | path

Searched refs:method_prototype (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_field.h94 const char* method_prototype, const char* regular_case,
160 const char* method_prototype, const char* regular_case,
Djava_message_field.cc237 const char* method_prototype, in PrintNestedBuilderFunction() argument
241 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction()
925 const char* method_prototype, in PrintNestedBuilderFunction() argument
929 printer->Print(variables_, method_prototype); in PrintNestedBuilderFunction()
/external/smali/smali/src/main/antlr3/
DsmaliParser.g490 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
492 …-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directiv…
585 method_prototype
691 …| member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method…
698 : (reference_type_descriptor ARROW)? member_name method_prototype
699 -> reference_type_descriptor? member_name method_prototype;
DsmaliTreeWalker.g467 method_prototype returns[List<String> parameters, String returnType]
475 : SIMPLE_NAME method_prototype
481 for (String type: $method_prototype.parameters) {
488 $returnType = $method_prototype.returnType;
505 : reference_type_descriptor? SIMPLE_NAME method_prototype
514 $method_prototype.parameters, $method_prototype.returnType);
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java2278 …public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionExceptio… in method_prototype() method in smaliTreeWalker
2346 method_prototype75=method_prototype(); in method_name_and_prototype()
2473 method_prototype79=method_prototype(); in method_reference()
DsmaliParser.java1521 method_prototype31=method_prototype(); in method()
3789 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { in method_prototype() method in smaliParser
6563 method_prototype172=method_prototype(); in type_field_method_literal()
6713 method_prototype178=method_prototype(); in method_reference()