OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_name_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/app_list/
app_list_item_model.h
40
const std::string& full_name() const { return
full_name_
; }
90
std::string
full_name_
;
member in class:app_list::AppListItemModel
app_list_item_model.cc
30
if (title_ == title &&
full_name_
== full_name)
34
full_name_
= full_name;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h
93
const char *full_name() const { return
full_name_
; }
101
char *
full_name_
;
member in class:__sanitizer::LoadedModule
sanitizer_symbolizer_libcdep.cc
30
full_name_
= internal_strdup(module_name);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h
277
const string*
full_name_
;
member in class:google::protobuf::Descriptor
539
const string*
full_name_
;
member in class:google::protobuf::FieldDescriptor
651
const string*
full_name_
;
member in class:google::protobuf::EnumDescriptor
729
const string*
full_name_
;
member in class:google::protobuf::EnumValueDescriptor
799
const string*
full_name_
;
member in class:google::protobuf::ServiceDescriptor
868
const string*
full_name_
;
member in class:google::protobuf::MethodDescriptor
[
all
...]
descriptor.cc
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.h
247
const string*
full_name_
;
member in class:google::protobuf::Descriptor
494
const string*
full_name_
;
member in class:google::protobuf::FieldDescriptor
593
const string*
full_name_
;
member in class:google::protobuf::EnumDescriptor
660
const string*
full_name_
;
member in class:google::protobuf::EnumValueDescriptor
720
const string*
full_name_
;
member in class:google::protobuf::ServiceDescriptor
778
const string*
full_name_
;
member in class:google::protobuf::MethodDescriptor
[
all
...]
descriptor.cc
[
all
...]
Completed in 275 milliseconds