Home
last modified time | relevance | path

Searched refs:method_prototype (Results 1 – 7 of 7) 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/antlr/
DsmaliParser.g491 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
493 …-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directiv…
590 method_prototype
702 …| member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method…
709 : (reference_type_descriptor ARROW)? member_name method_prototype
710 -> 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/smalidea/src/main/antlr/
DsmalideaParser.g316 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
422 method_prototype
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java2289 …public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionExceptio… in method_prototype() method in smaliTreeWalker
2357 method_prototype75=method_prototype(); in method_name_and_prototype()
2484 method_prototype79=method_prototype(); in method_reference()
DsmaliParser.java1532 method_prototype31=method_prototype(); in method()
3948 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { in method_prototype() method in smaliParser
6730 method_prototype176=method_prototype(); in type_field_method_literal()
6880 method_prototype182=method_prototype(); in method_reference()