OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAnyMessage
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h
278
bool
IsAnyMessage
(const FileDescriptor* descriptor);
279
bool
IsAnyMessage
(const Descriptor* descriptor);
cpp_helpers.cc
600
bool
IsAnyMessage
(const FileDescriptor* descriptor) {
604
bool
IsAnyMessage
(const Descriptor* descriptor) {
cpp_message.cc
[
all
...]
cpp_file.cc
860
if (
IsAnyMessage
(file_)) {
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h
338
inline bool
IsAnyMessage
(const Descriptor* descriptor) {
java_message.cc
472
if (
IsAnyMessage
(descriptor_)) {
[
all
...]
Completed in 204 milliseconds