OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreField
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc
434
bool
IgnoreField
(const FieldDescriptor* field) {
442
if (!
IgnoreField
(oneof->field(i))) {
555
if (!
IgnoreField
(f)) {
1033
if (
IgnoreField
(oneof->field(j))) {
[
all
...]
/external/protobuf/src/google/protobuf/util/
message_differencer.cc
349
void MessageDifferencer::
IgnoreField
(const FieldDescriptor* field) {
[
all
...]
Completed in 467 milliseconds