OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_json_name
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc
160
<< field_descriptor_proto.
has_json_name
() << std::endl;
command_line_interface_unittest.cc
896
EXPECT_TRUE(descriptor_set.file(0).message_type(0).field(0).
has_json_name
());
933
EXPECT_TRUE(descriptor_set.file(0).message_type(0).field(0).
has_json_name
());
[
all
...]
parser.cc
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
785
EXPECT_FALSE(proto.field(0).
has_json_name
());
786
EXPECT_FALSE(proto.field(1).
has_json_name
());
787
EXPECT_FALSE(proto.field(2).
has_json_name
());
788
EXPECT_FALSE(proto.field(3).
has_json_name
());
789
EXPECT_FALSE(proto.field(4).
has_json_name
());
[
all
...]
descriptor.pb.cc
5245
bool FieldDescriptorProto::
has_json_name
() const {
function in class:google::protobuf::FieldDescriptorProto
[
all
...]
descriptor.pb.h
4954
inline bool FieldDescriptorProto::
has_json_name
() const {
function in class:google::protobuf::FieldDescriptorProto
[
all
...]
descriptor.cc
[
all
...]
Completed in 94 milliseconds