Searched defs:arg8 (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/include/fst/script/
H A Darg-packs.h70 T8 arg8; member in struct:fst::script::args::Package
74 T7 arg7, T8 arg8, T9 arg9) :
76 arg6(arg6), arg7(arg7), arg8(arg8), arg9(arg9) { }
96 T8 arg8; member in struct:fst::script::args::Package
99 T7 arg7, T8 arg8) :
101 arg6(arg6), arg7(arg7), arg8(arg8) { }
73 Package(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) argument
98 Package(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc59 const SubstituteArg& arg8, const SubstituteArg& arg9) {
62 arg5, arg6, arg7, arg8, arg9);
72 const SubstituteArg& arg8, const SubstituteArg& arg9) {
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
53 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
66 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc59 const SubstituteArg& arg8, const SubstituteArg& arg9) {
62 arg5, arg6, arg7, arg8, arg9);
72 const SubstituteArg& arg8, const SubstituteArg& arg9) {
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
53 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
66 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
/external/chromium_org/base/strings/
H A Dsafe_sprintf.h228 T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) {
232 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9
242 T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) {
246 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9
255 T5 arg5, T6 arg6, T7 arg7, T8 arg8) {
259 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8
269 T5 arg5, T6 arg6, T7 arg7, T8 arg8) {
273 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8
226 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) argument
240 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) argument
253 SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) argument
267 SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8) argument
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h490 Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8) {
495 std::forward<Arg7>(arg7), std::forward<Arg8>(arg8)));
502 Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8, Arg9 &&arg9) {
507 std::forward<Arg7>(arg7), std::forward<Arg8>(arg8),
515 Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8, Arg9 &&arg9, Arg10 &&arg10) {
520 std::forward<Arg7>(arg7), std::forward<Arg8>(arg8),
489 make_unique(Arg1 &&arg1, Arg2 &&arg2, Arg3 &&arg3, Arg4 &&arg4, Arg5 &&arg5, Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8) argument
501 make_unique(Arg1 &&arg1, Arg2 &&arg2, Arg3 &&arg3, Arg4 &&arg4, Arg5 &&arg5, Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8, Arg9 &&arg9) argument
514 make_unique(Arg1 &&arg1, Arg2 &&arg2, Arg3 &&arg3, Arg4 &&arg4, Arg5 &&arg5, Arg6 &&arg6, Arg7 &&arg7, Arg8 &&arg8, Arg9 &&arg9, Arg10 &&arg10) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h63 UWord arg8; member in struct:SyscallArgs
315 #define ARG8 (arrghs->arg8)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 697 milliseconds