Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp76 int add_ints(int x, int y) { return x + y; } in add_ints() function
/aosp_15_r20/external/flatbuffers/tests/more_defaults/
H A Dmore_defaults_generated.rs164 pub fn add_ints(&mut self, ints: flatbuffers::WIPOffset<flatbuffers::Vector<'b , i32>>) { in add_ints() method