Home
last modified time | relevance | path

Searched defs:nullary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/functional/
Dinvoke_procedure.cpp63 int nullary() { return element1 = data + 1; } in nullary() function in members
175 int nullary() { return element1 = 16; } in nullary() function
Dinvoke.cpp138 int nullary() { return 16; } in nullary() function
181 int nullary() { return data + 1; } in nullary() function in members
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_element_type_converter.cc161 bool nullary = hlo->operands().empty(); in Run() local
/aosp_15_r20/external/eigen/test/
H A Dnullary.cpp315 EIGEN_DECLARE_TEST(nullary) in EIGEN_DECLARE_TEST() argument