HomeSort by relevance Sort by last modified time
    Searched refs:method_count (Results 1 - 25 of 39) sorted by null

1 2

  /art/runtime/native/
native_util.h 31 jint method_count) {
36 jint jni_result = env->RegisterNatives(c.get(), methods, method_count);
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 139 for (int i = 0; i < descriptor_->method_count(); i++) {
178 for (int i = 0; i < descriptor_->method_count(); i++) {
204 for (int i = 0; i < descriptor_->method_count(); i++) {
252 for (int i = 0; i < descriptor_->method_count(); i++) {
299 for (int i = 0; i < descriptor_->method_count(); i++) {
346 for (int i = 0; i < descriptor_->method_count(); i++) {
390 for (int i = 0; i < descriptor_->method_count(); i++) {
412 for (int i = 0; i < descriptor_->method_count(); i++) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 144 for (int i = 0; i < descriptor_->method_count(); i++) {
213 for (int i = 0; i < descriptor_->method_count(); i++) {
244 for (int i = 0; i < descriptor_->method_count(); i++) {
287 for (int i = 0; i < descriptor_->method_count(); i++) {
311 for (int i = 0; i < descriptor_->method_count(); i++) {
  /art/runtime/
native_bridge_art_interface.cc 57 uint32_t method_count) {
67 if (count < method_count) {
  /external/grpc-grpc/test/cpp/util/
service_describer.cc 57 for (int i = 0; i < service->method_count(); ++i) {
80 for (int i = 0; i < service->method_count(); ++i) {
proto_file_parser.cc 141 for (int j = 0; j < service_desc->method_count(); j++) {
  /external/grpc-grpc/src/compiler/
cpp_generator.cc     [all...]
schema_interface.h 79 virtual int method_count() const = 0;
objective_c_generator.cc 202 for (int i = 0; i < service->method_count(); i++) {
226 for (int i = 0; i < service->method_count(); i++) {
300 for (int i = 0; i < service->method_count(); i++) {
protobuf_plugin.h 111 int method_count() const { return service_->method_count(); }; function in class:ProtoBufService
python_generator.cc 128 for (int i = 0; i < service->method_count(); ++i) {
164 for (int i = 0; i < service->method_count(); ++i) {
208 for (int i = 0; i < service->method_count(); ++i) {
315 for (int i = 0; i < service->method_count(); ++i) {
420 for (int i = 0; i < service->method_count(); ++i) {
474 for (int i = 0; i < service->method_count(); ++i) {
510 for (int i = 0; i < service->method_count(); ++i) {
587 for (int j = 0; j < service->method_count(); ++j) {
ruby_generator.cc 69 if (service->method_count() == 0) {
95 for (int i = 0; i < service->method_count(); ++i) {
csharp_generator.cc 297 for (int i = 0; i < service->method_count(); i++) {
374 for (int i = 0; i < service->method_count(); i++) {
445 for (int i = 0; i < service->method_count(); i++) {
597 for (int i = 0; i < service->method_count(); i++) {
627 for (int i = 0; i < service->method_count(); i++) {
php_generator.cc 146 for (int i = 0; i < service->method_count(); i++) {
node_generator.cc 99 for (int method_num = 0; method_num < service->method_count();
193 for (int i = 0; i < service->method_count(); i++) {
  /external/flatbuffers/grpc/src/compiler/
cpp_generator.cc     [all...]
go_generator.cc 314 for (int i = 0; i < service->method_count(); i++) {
338 for (int i = 0; i < service->method_count(); i++) {
354 for (int i = 0; i < service->method_count(); i++) {
368 for (int i = 0; i < service->method_count(); i++) {
381 for (int i = 0; i < service->method_count(); i++) {
398 for (int i = 0; i < service->method_count(); i++) {
schema_interface.h 94 virtual int method_count() const = 0;
java_generator.cc 344 for (int i = 0; i < service->method_count(); ++i) {
543 for (int i = 0; i < service->method_count(); ++i) {
720 service->method_count());
721 for (int i = 0; i < service->method_count(); ++i) {
758 for (int i = 0; i < service->method_count(); ++i) {
792 for (int i = 0; i < service->method_count(); ++i) {
894 for (int i = 0; i < service->method_count(); ++i) {
    [all...]
  /art/test/ti-agent/
jni_binder.cc 233 jint method_count; local
235 jvmtiError methods_result = jvmti_env->GetClassMethods(klass, &method_count, &methods);
239 for (jint i = 0; i < method_count; ++i) {
  /external/grpc-grpc-java/compiler/src/java_plugin/cpp/
java_generator.cpp 377 for (int i = 0; i < service->method_count(); ++i) {
539 for (int i = 0; i < service->method_count(); ++i) {
695 for (int i = 0; i < service->method_count(); ++i) {
882 std::vector<const MethodDescriptor*> sorted_methods(service->method_count());
883 for (int i = 0; i < service->method_count(); ++i) {
922 for (int i = 0; i < service->method_count(); ++i) {
958 for (int i = 0; i < service->method_count(); ++i) {
    [all...]
  /external/grpc-grpc/test/cpp/end2end/
proto_server_reflection_test.cc 87 for (int i = 0; i < service_desc->method_count(); ++i) {
  /external/wayland/src/
wayland-util.h 148 int method_count; member in struct:wl_interface
  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 129 for (int i = 0; i < svc.method_count(); i++) {
  /external/nos/host/generic/libnos/generator/
main.cpp 120 for (int i = 0; i < service.method_count(); ++i) {

Completed in 815 milliseconds

1 2