OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_type_name
(Results
1 - 10
of
10
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
410
->
set_type_name
("TestEnum");
414
->
set_type_name
("TestForeign");
418
->
set_type_name
("TestForeign");
[
all
...]
descriptor.pb.h
3076
inline void FieldDescriptorProto::
set_type_name
(const ::std::string& value) {
function in class:google::protobuf::FieldDescriptorProto
3083
inline void FieldDescriptorProto::
set_type_name
(const char* value) {
function in class:google::protobuf::FieldDescriptorProto
3090
inline void FieldDescriptorProto::
set_type_name
(const char* value, size_t size) {
function in class:google::protobuf::FieldDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
456
field->
set_type_name
(type_name);
491
field->
set_type_name
(group->name());
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc
412
->
set_type_name
("TestEnum");
416
->
set_type_name
("TestForeign");
420
->
set_type_name
("TestForeign");
[
all
...]
descriptor.pb.h
3663
inline void FieldDescriptorProto::
set_type_name
(const ::std::string& value) {
function in class:google::protobuf::FieldDescriptorProto
3670
inline void FieldDescriptorProto::
set_type_name
(const char* value) {
function in class:google::protobuf::FieldDescriptorProto
3677
inline void FieldDescriptorProto::
set_type_name
(const char* value, size_t size) {
function in class:google::protobuf::FieldDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
descriptor.pb.cc
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc
670
field->
set_type_name
(type_name);
737
field->
set_type_name
(group->name());
[
all
...]
Completed in 373 milliseconds