OUTPUT 97 third_party/cld/base/commandlineflags.h extern void GetAllFlags(vector<CommandLineFlagInfo>* OUTPUT); OUTPUT 131 third_party/cld/base/commandlineflags.h extern bool GetCommandLineOption(const char* name, string* OUTPUT); OUTPUT 136 third_party/cld/base/commandlineflags.h CommandLineFlagInfo* OUTPUT); OUTPUT 3011 third_party/protobuf/src/google/protobuf/descriptor.cc #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ OUTPUT 3012 third_party/protobuf/src/google/protobuf/descriptor.cc OUTPUT->NAME##_count_ = INPUT.NAME##_size(); \ OUTPUT 3013 third_party/protobuf/src/google/protobuf/descriptor.cc AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \ OUTPUT 3015 third_party/protobuf/src/google/protobuf/descriptor.cc METHOD(INPUT.NAME(i), PARENT, OUTPUT->NAME##s_ + i); \