OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:service_count
(Results
1 - 12
of
12
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc
61
new scoped_ptr<ServiceGenerator>[file->
service_count
()]),
76
for (int i = 0; i < file->
service_count
(); i++) {
210
for (int i = 0; i < file_->
service_count
(); i++) {
323
for (int i = 0; i < file_->
service_count
(); i++) {
355
for (int i = 0; i < file_->
service_count
(); i++) {
430
for (int i = 0; i < file_->
service_count
(); i++) {
cpp_helpers.h
133
return file->
service_count
() > 0 &&
cpp_unittest.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_file.cc
112
for (int i = 0; i < file_->
service_count
() && !found_conflict; i++) {
185
for (int i = 0; i < file_->
service_count
(); i++) {
412
for (int i = 0; i < file_->
service_count
(); i++) {
java_helpers.h
151
return file->
service_count
() > 0 &&
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc
137
if (file_->
service_count
() != 0) {
/external/protobuf/src/google/protobuf/
descriptor.h
[
all
...]
descriptor_unittest.cc
229
ASSERT_EQ(1, foo_file_->
service_count
());
240
ASSERT_EQ(1, bar_file_->
service_count
());
[
all
...]
descriptor.cc
[
all
...]
/external/qemu/android/
hw-qemud.c
1732
unsigned int
service_count
= 0;
local
1779
int
service_count
= qemu_get_be32(f);
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
111
return file->
service_count
() > 0 &&
425
for (int i = 0; i < file_->
service_count
(); ++i) {
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
599
if (disallow_services_ && parsed_file->
service_count
() > 0) {
[
all
...]
Completed in 826 milliseconds