OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_default_name_
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.h
397
static const ::std::string
_default_name_
;
member in class:google::protobuf::FileDescriptorProto
664
static const ::std::string
_default_name_
;
member in class:google::protobuf::DescriptorProto
886
static const ::std::string
_default_name_
;
member in class:google::protobuf::FieldDescriptorProto
1008
static const ::std::string
_default_name_
;
member in class:google::protobuf::EnumDescriptorProto
1117
static const ::std::string
_default_name_
;
member in class:google::protobuf::EnumValueDescriptorProto
1231
static const ::std::string
_default_name_
;
member in class:google::protobuf::ServiceDescriptorProto
1353
static const ::std::string
_default_name_
;
member in class:google::protobuf::MethodDescriptorProto
[
all
...]
descriptor.pb.cc
856
const ::std::string FileDescriptorProto::
_default_name_
;
member in class:google::protobuf::FileDescriptorProto
1653
const ::std::string DescriptorProto::
_default_name_
;
member in class:google::protobuf::DescriptorProto
2214
const ::std::string FieldDescriptorProto::
_default_name_
;
member in class:google::protobuf::FieldDescriptorProto
2793
const ::std::string EnumDescriptorProto::
_default_name_
;
member in class:google::protobuf::EnumDescriptorProto
3109
const ::std::string EnumValueDescriptorProto::
_default_name_
;
member in class:google::protobuf::EnumValueDescriptorProto
3422
const ::std::string ServiceDescriptorProto::
_default_name_
;
member in class:google::protobuf::ServiceDescriptorProto
3738
const ::std::string MethodDescriptorProto::
_default_name_
;
member in class:google::protobuf::MethodDescriptorProto
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.h
257
static const ::std::string
_default_name_
;
member in class:google::protobuf::compiler::CodeGeneratorResponse_File
517
if (name_ != &
_default_name_
) {
527
if (name_ == &
_default_name_
) {
534
if (name_ == &
_default_name_
) {
541
if (name_ == &
_default_name_
) {
548
if (name_ == &
_default_name_
) {
plugin.pb.cc
474
const ::std::string CodeGeneratorResponse_File::
_default_name_
;
member in class:google::protobuf::compiler::CodeGeneratorResponse_File
499
name_ = const_cast< ::std::string*>(&
_default_name_
);
510
if (name_ != &
_default_name_
) {
546
if (name_ != &
_default_name_
) {
[
all
...]
Completed in 266 milliseconds