OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_package
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc
61
// We must be careful here -- calling file.package() if file.
has_package
() is
64
string path = file.
has_package
() ? file.package() : string();
descriptor.pb.cc
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.h
308
inline bool
has_package
() const;
2878
inline bool FileDescriptorProto::
has_package
() const {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_database.cc
61
// We must be careful here -- calling file.package() if file.
has_package
() is
64
string path = file.
has_package
() ? file.package() : string();
descriptor.cc
[
all
...]
descriptor.pb.h
311
inline bool
has_package
() const;
2541
inline bool FileDescriptorProto::
has_package
() const {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
descriptor.pb.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
1057
if (file->
has_package
()) {
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc
[
all
...]
Completed in 115 milliseconds