OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_source_code_info
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc
139
bool
has_source_code_info
=
local
140
file_descriptor_proto.
has_source_code_info
() &&
143
<<
has_source_code_info
<< "." << endl;
command_line_interface_unittest.cc
819
EXPECT_FALSE(descriptor_set.file(0).
has_source_code_info
());
844
EXPECT_TRUE(descriptor_set.file(0).
has_source_code_info
());
874
EXPECT_FALSE(descriptor_set.file(0).
has_source_code_info
());
875
EXPECT_FALSE(descriptor_set.file(1).
has_source_code_info
());
905
EXPECT_TRUE(descriptor_set.file(0).
has_source_code_info
());
906
EXPECT_TRUE(descriptor_set.file(1).
has_source_code_info
());
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc
[
all
...]
descriptor.pb.cc
[
all
...]
descriptor.pb.h
417
inline bool
has_source_code_info
() const;
3180
inline bool FileDescriptorProto::
has_source_code_info
() const {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
Completed in 2748 milliseconds