Searched refs:Arg1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | callback.h | 159 template <typename Arg1> 162 typedef void (*FunctionType)(Arg1 arg1); 165 Arg1 arg1) in FunctionClosure1() 179 Arg1 arg1_; 182 template <typename Class, typename Arg1> 185 typedef void (Class::*MethodType)(Arg1 arg1); 188 Arg1 arg1) in MethodClosure1() 203 Arg1 arg1_; 206 template <typename Arg1, typename Arg2> 209 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | arena.h | 274 template <typename T, typename Arg1, typename Arg2> GOOGLE_ATTRIBUTE_ALWAYS_INLINE 276 const Arg1& arg1, in CreateMessage() 322 template <typename T, typename Arg1, typename Arg2> GOOGLE_ATTRIBUTE_ALWAYS_INLINE 323 static T* Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2) { in Create() 334 template <typename T, typename Arg1, typename Arg2, typename Arg3> 336 const Arg1& arg1, const Arg2& arg2, in Create() 348 template <typename T, typename Arg1, typename Arg2, typename Arg3, 351 const Arg1& arg1, const Arg2& arg2, in Create() 363 template <typename T, typename Arg1, typename Arg2, typename Arg3, 366 const Arg1& arg1, const Arg2& arg2, in Create() [all …]
|