Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/src/main/
Dsentinel.proto10 string default_string = 5; field
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc846 const std::string& default_string = field->default_value_string(); in DefaultValue() local
912 const std::string& default_string = field->default_value_string(); in HasNonZeroDefaultValue() local
/third_party/protobuf/src/google/protobuf/
Dunittest_lite.proto150 optional string default_string = 74 [default = "hello"]; field
Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field
/third_party/flatbuffers/src/
Didl_gen_swift.cpp770 const auto default_string = "\"" + SwiftConstant(field) + "\""; in GenTableReaderFields() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1426 std::string default_string = in GenerateArenaString() local
/third_party/protobuf/csharp/protos/
Dunittest.proto165 optional string default_string = 74 [default = "hello"]; field