HomeSort by relevance Sort by last modified time
    Searched refs:method_prototype (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/compiler/java/
java_message_field.h 94 const char* method_prototype, const char* regular_case,
160 const char* method_prototype, const char* regular_case,
java_message_field.cc 237 const char* method_prototype,
241 printer->Print(variables_, method_prototype);
925 const char* method_prototype,
929 printer->Print(variables_, method_prototype);
    [all...]
  /external/smali/smali/src/main/antlr/
smaliParser.g 491 : 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_directives);
590 method_prototype
702 | member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method_prototype)
709 : (reference_type_descriptor ARROW)? member_name method_prototype
710 -> reference_type_descriptor? member_name method_prototype;
    [all...]
smaliTreeWalker.g 467 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);
    [all...]
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 316 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
422 method_prototype
425 { marker.done(SmaliElementTypes.METHOD_PROTOTYPE); };
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 2289 public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliTreeWalker
    [all...]
smaliParser.java 3948 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliParser
    [all...]

Completed in 98 milliseconds