OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enum_value_name
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.h
99
std::string LIBPROTOBUF_EXPORT GetEnumValueName(const std::string& enum_name, const std::string&
enum_value_name
);
csharp_helpers.cc
268
std::string GetEnumValueName(const std::string& enum_name, const std::string&
enum_value_name
) {
269
std::string stripped = TryRemovePrefix(enum_name,
enum_value_name
);
/external/protobuf/src/google/protobuf/
descriptor.cc
878
string
enum_value_name
= StringPrintf(
local
[
all
...]
Completed in 606 milliseconds