Home
last modified time | relevance | path

Searched defs:EmptyDefault (Results 1 – 9 of 9) sorted by relevance

/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Darenastring.cc100 void ArenaStringPtr::Set(EmptyDefault, ConstStringParam value, in Set() argument
105 void ArenaStringPtr::Set(EmptyDefault, std::string&& value, in Set() argument
120 std::string* ArenaStringPtr::Mutable(EmptyDefault, ::google::protobuf::Arena* arena) { in Mutable() argument
228 void ArenaStringPtr::Destroy(EmptyDefault, ::google::protobuf::Arena* arena) { in Destroy() argument
H A Darenastring_unittest.cc57 using EmptyDefault = ArenaStringPtr::EmptyDefault; typedef
H A Darenastring.h187 struct EmptyDefault {}; struct
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Darenastring.cc100 void ArenaStringPtr::Set(EmptyDefault, ConstStringParam value, in Set() argument
105 void ArenaStringPtr::Set(EmptyDefault, std::string&& value, in Set() argument
120 std::string* ArenaStringPtr::Mutable(EmptyDefault, ::google::protobuf::Arena* arena) { in Mutable() argument
228 void ArenaStringPtr::Destroy(EmptyDefault, ::google::protobuf::Arena* arena) { in Destroy() argument
H A Darenastring_unittest.cc57 using EmptyDefault = ArenaStringPtr::EmptyDefault; typedef
H A Dinlined_string_field.cc58 std::string* InlinedStringField::Mutable(ArenaStringPtr::EmptyDefault, in Mutable()
H A Darenastring.h187 struct EmptyDefault {}; struct
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/tools/
H A D__init__.py1134 class EmptyDefault(str, Mapping): class
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/json_schema_validator/
H A Djson-validator.cpp37 static const json EmptyDefault = nullptr; variable