Home
last modified time | relevance | path

Searched defs:default_string (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/ruby/src/main/
Dsentinel.proto10 string default_string = 5; field
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_has_nano.proto72 optional string default_string = 74 [default = "hello"]; field
Dunittest_accessors_nano.proto72 optional string default_string = 74 [default = "hello"]; field
Dunittest_reference_types_nano.proto94 optional string default_string = 74 [default = "hello"]; field
Dunittest_nano.proto139 optional string default_string = 74 [default = "hello"]; field
/external/protobuf/src/google/protobuf/
Dunittest_no_arena.proto167 optional string default_string = 74 [default = "hello"]; field
Dunittest_lite.proto146 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto163 optional string default_string = 74 [default = "hello"]; field
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc718 const string& default_string = field->default_value_string(); in DefaultValue() local
784 const string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
/external/protobuf/php/ext/google/protobuf/
Dupb.h2606 inline const char* FieldDef::default_string(size_t* len) const { in default_string() function
Dupb.c5877 char *default_string; member
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6445 char *default_string; member