Home
last modified time | relevance | path

Searched refs:test_o (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c161 const upb_oneofdef* test_o; in extract_method_call() local
171 &test_f, &test_o)) { in extract_method_call()
177 &test_f, &test_o)) { in extract_method_call()
186 &test_f, &test_o); in extract_method_call()
211 test_o = test_o_wrapper; in extract_method_call()
234 test_o = test_o_enum; in extract_method_call()
252 *o = test_o; in extract_method_call()
/external/clang/test/SemaCXX/
Doverload-call.cpp126 void test_o() { in test_o() function
/external/llvm-project/clang/test/SemaCXX/
Doverload-call.cpp126 void test_o() { in test_o() function
/external/python/cpython3/Lib/test/
Dtest_call.py217 def test_o(self): member in TestCallingConventions