OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_fields
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.cc
458
bool
has_fields
= descriptor_->field_count() > 0;
local
466
if (
has_fields
) {
493
vars["fields"] =
has_fields
? "fields" : "NULL";
494
if (
has_fields
) {
/art/compiler/
verifier_deps_test.cc
436
bool
has_fields
= false;
local
445
has_fields
|= !entry.second->fields_.empty();
455
has_fields
&&
[
all
...]
Completed in 209 milliseconds