Home
last modified time | relevance | path

Searched defs:SubstituteArg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h93 inline SubstituteArg(const char* value) in SubstituteArg() function
95 inline SubstituteArg(const std::string& value) in SubstituteArg() function
97 inline SubstituteArg(const StringPiece value) in SubstituteArg() function
101 inline explicit SubstituteArg() in SubstituteArg() function
110 inline SubstituteArg(char value) in SubstituteArg() function
112 inline SubstituteArg(short value) in SubstituteArg() function
114 inline SubstituteArg(unsigned short value) in SubstituteArg() function
116 inline SubstituteArg(int value) in SubstituteArg() function
118 inline SubstituteArg(unsigned int value) in SubstituteArg() function
120 inline SubstituteArg(long value) in SubstituteArg() function
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h93 inline SubstituteArg(const char* value) in SubstituteArg() function
95 inline SubstituteArg(const std::string& value) in SubstituteArg() function
97 inline SubstituteArg(const StringPiece value) in SubstituteArg() function
101 inline explicit SubstituteArg() in SubstituteArg() function
110 inline SubstituteArg(char value) in SubstituteArg() function
112 inline SubstituteArg(short value) in SubstituteArg() function
114 inline SubstituteArg(unsigned short value) in SubstituteArg() function
116 inline SubstituteArg(int value) in SubstituteArg() function
118 inline SubstituteArg(unsigned int value) in SubstituteArg() function
120 inline SubstituteArg(long value) in SubstituteArg() function
[all …]