| /external/google-fruit/include/fruit/impl/component_storage/ |
| partial_component_storage.defn.h | 338 std::tuple<>) 356 std::tuple<Args...> args_tuple; 360 OtherComponent (*fun1)(Args...), std::tuple<Args...> args_tuple) 412 std::tuple<ComponentFunctions...> component_functions_tuple; 416 std::tuple<ComponentFunctions...> component_functions_tuple) 437 std::tuple<>) 455 std::tuple<ReplacedFunArgs...> args_tuple; 459 OtherComponent (*fun1)(ReplacedFunArgs...), std::tuple<ReplacedFunArgs...> args_tuple) 484 PartialComponentStorage(previous_storage_t& previous_storage, OtherComponent (*fun1)(), std::tuple<>) 507 std::tuple<ReplacementFunArgs...> args_tuple [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
| gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-generated-matchers.h | 50 // The type of the i-th (0-based) field of Tuple. 51 #define GMOCK_FIELD_TYPE_(Tuple, i) \ 52 typename ::testing::tuple_element<i, Tuple>::type 54 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a 55 // tuple of type Tuple. It has two members: 57 // type: a tuple type whose i-th field is the ki-th field of Tuple. 58 // GetSelectedFields(t): returns fields k0, ..., and kn of t as a tuple. 60 // For example, in class TupleFields<tuple<bool, char, int>, 2, 0>, we have [all...] |
| /development/vndk/tools/header-checker/tests/input/ |
| example2.h | 6 #include <tuple>
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| types.py | 38 TupleType = tuple
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_charmapcodec.py | 20 return tuple(testcodec.getregentry())
|
| test_code.py | 102 print "consts:", tuple(consts(co.co_consts))
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| types.py | 38 TupleType = tuple
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
| CompressSection.py | 54 # @retval tuple (Generated file name, section alignment)
62 SectFiles = tuple()
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/examples/println/ |
| main.cpp | 31 void operator()(const std::tuple<TN...>& tpl) const { 60 std::cout << "===== println stream of std::tuple =====" << std::endl;
|
| /external/autotest/client/common_lib/cros/ |
| process_watcher.py | 20 def __init__(self, command, args=tuple(), minijail_config=None, host=None): 25 @param minijail_config: MinijailConfig tuple defined above.
|
| /external/catch2/examples/ |
| 310-Gen-VariablesInGenerators.cpp | 49 using record = std::tuple<double, double>;
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| APSIntType.h | 14 #include <tuple>
|
| /external/clang/include/clang/Tooling/ |
| JSONCompilationDatabase.h | 102 // Tuple (directory, filename, commandline) where 'commandline' points to the 108 typedef std::tuple<llvm::yaml::ScalarNode *,
|
| /external/clang/test/SemaCXX/ |
| for-range-examples.cpp | 75 struct tuple : tuple_elem<A>... { struct in namespace:map_range 76 tuple() : tuple_elem<A>()... {} function in struct:map_range::tuple 77 tuple(A... a) : tuple_elem<A>(a)... {} function in struct:map_range::tuple 141 typedef map_range::tuple<int, double> T;
|
| /external/clang/test/SemaTemplate/ |
| alias-templates.cpp | 173 template <typename ... Args> struct tuple {}; struct in namespace:PR16646::test1 174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>; 184 template <typename ... Args> struct tuple {}; struct in namespace:PR16646::test2 185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| freeze_spec_const_test.cpp | 17 #include <tuple>
|
| pass_fixture.h | 21 #include <tuple> 58 // Returns a tuple of the optimized binary and the boolean value returned 60 std::tuple<std::vector<uint32_t>, Pass::Status> OptimizeToBinary( 78 // |assembly|. Returns a tuple of the optimized binary and the boolean value 81 std::tuple<std::vector<uint32_t>, Pass::Status> SinglePassRunToBinary( 89 // |assembly|, disassembles the optimized binary. Returns a tuple of 92 std::tuple<std::string, Pass::Status> SinglePassRunAndDisassemble(
|
| /external/deqp-deps/SPIRV-Tools/test/val/ |
| val_storage_test.cpp | 19 #include <tuple>
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| BitmapGlyphMetrics.py | 47 if not isinstance(element, tuple):
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
| _channel_test.py | 41 threads = tuple(
|
| /external/harfbuzz_ng/src/ |
| gen-os2-unicode-ranges.py | 42 v = tuple((int(ranges[0], 16), int(ranges[1], 16), int(current_bit), name))
|
| /external/libaom/libaom/test/ |
| comp_avg_pred_test.cc | 20 using ::testing::tuple;
|
| /external/libchrome/base/ |
| unguessable_token.h | 11 #include <tuple>
|