Searched refs:IsAnyMessage (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 795 if (IsAnyMessage(descriptor->containing_type(), options)) return false; in IsStringInlined() 997 bool IsAnyMessage(const FileDescriptor* descriptor, const Options& options) { in IsAnyMessage() function 1001 bool IsAnyMessage(const Descriptor* descriptor, const Options& options) { in IsAnyMessage() function 1003 IsAnyMessage(descriptor->file(), options); in IsAnyMessage()
|
D | cpp_message.cc | 1237 if (IsAnyMessage(descriptor_, options_)) { in GenerateClassDefinition() 1607 if (IsAnyMessage(descriptor_, options_)) { in GenerateClassDefinition() 2048 if (IsAnyMessage(descriptor_, options_)) { in GenerateClassMethods() 2659 if (IsAnyMessage(descriptor_, options_)) { in GenerateStructors() 2667 if (IsAnyMessage(descriptor_, options_)) { in GenerateStructors() 2732 if (IsAnyMessage(descriptor_, options_)) { in GenerateStructors()
|
D | cpp_helpers.h | 479 bool IsAnyMessage(const FileDescriptor* descriptor, const Options& options); 480 bool IsAnyMessage(const Descriptor* descriptor, const Options& options);
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.h | 412 inline bool IsAnyMessage(const Descriptor* descriptor) { in IsAnyMessage() function
|
D | java_message.cc | 485 if (IsAnyMessage(descriptor_)) { in Generate()
|