Home
last modified time | relevance | path

Searched defs:default_string (Results 1 – 20 of 20) 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.proto165 optional string default_string = 74 [default = "hello"]; field
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc829 const string& default_string = field->default_value_string(); in DefaultValue() local
895 const string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp111 const char* default_string(size_t* len) const { in default_string() function in upb::FieldDefPtr
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/external/oj-libjdwp/src/share/javavm/export/
Djmm.h210 const char* default_string; /* Default value in a parsable string */ member
/external/golang-protobuf/proto/test_proto/
Dtest.proto359 optional string default_string = 214 [default = "Hello, string,def=foo"]; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto160 optional string default_string = 74 [default = "hello"]; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1425 string default_string = in GenerateArenaString() local
/external/protobuf/php/ext/google/protobuf/
Dupb.h3331 const char *default_string(size_t * len) const { in default_string() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8643 char *default_string; member