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

1 2

  /external/grpc-grpc/src/compiler/
php_plugin.cc 40 if (file->service_count() == 0) {
57 for (int i = 0; i < file->service_count(); i++) {
objective_c_plugin.cc 72 if (file->service_count() == 0) {
107 for (int i = 0; i < file->service_count(); i++) {
113 for (int i = 0; i < file->service_count(); i++) {
142 for (int i = 0; i < file->service_count(); i++) {
schema_interface.h 105 virtual int service_count() const = 0;
node_generator.cc 96 for (int service_num = 0; service_num < file->service_count();
241 for (int i = 0; i < file->service_count(); i++) {
254 if (file->service_count() == 0) {
protobuf_plugin.h 169 int service_count() const { return file_->service_count(); }; function in class:ProtoBufFile
ruby_generator.cc 159 if (file->service_count() == 0) {
210 for (int i = 0; i < file->service_count(); ++i) {
csharp_generator.cc 659 if (file->service_count() == 0) {
689 for (int i = 0; i < file->service_count(); i++) {
objective_c_generator.cc 200 for (int i = 0; i < file->service_count(); i++) {
python_generator.cc 585 for (int i = 0; i < file->service_count(); ++i) {
631 for (int i = 0; i < file->service_count(); ++i) {
649 for (int i = 0; i < file->service_count(); ++i) {
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 119 virtual int service_count() const = 0;
  /external/grpc-grpc-java/compiler/src/java_plugin/cpp/
java_plugin.cpp 54 for (int i = 0; i < file->service_count(); ++i) {
  /external/flatbuffers/src/
idl_gen_grpc.cpp 236 int service_count() const { function in class:flatbuffers::FlatBufFile
269 for (int i = 0; i < file.service_count(); i++) {
341 for (int i = 0; i < file.service_count(); i++) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 68 new google::protobuf::scoped_ptr<ServiceGenerator>[file->service_count()]),
82 for (int i = 0; i < file->service_count(); i++) {
315 for (int i = 0; i < file_->service_count(); i++) {
366 for (int i = 0; i < file_->service_count(); i++) {
499 for (int i = 0; i < file_->service_count(); i++) {
    [all...]
cpp_helpers.h 209 return file->service_count() > 0 &&
  /bionic/tests/
netdb_test.cpp 426 size_t service_count = 0; local
428 ++service_count;
430 ASSERT_GT(service_count, 0U);
  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 263 for (int i = 0; i < file->service_count(); i++) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 199 return file->service_count() > 0 &&
java_name_resolver.cc 165 for (int i = 0; i < file->service_count(); i++) {
java_file.cc 301 for (int i = 0; i < file_->service_count(); i++) {
595 for (int i = 0; i < file_->service_count(); i++) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 106 if (file_->service_count() != 0) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 108 if (file_->service_count() != 0 && !params_.ignore_services()) {
  /external/grpc-grpc/test/cpp/util/
proto_file_parser.cc 89 for (int i = 0; i < file_desc->service_count(); i++) {
  /external/nos/host/generic/libnos/generator/
main.cpp 279 for (int i = 0; i < file->service_count(); ++i) {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 157 return file->service_count() > 0 &&
531 for (int i = 0; i < file_->service_count(); ++i) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]

Completed in 875 milliseconds

1 2