Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs193 pub flag_exists: bool, field
278 flag_exists: true, in new()
285 flag_exists: false, in new()
293 flag_exists: false, in new()
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
Daconfig_storage_read_api.hpp56 bool flag_exists; member
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.cpp167 ASSERT_TRUE(context->flag_exists); in TEST_F()
182 ASSERT_FALSE(context->flag_exists); in TEST_F()
186 ASSERT_FALSE(context->flag_exists); in TEST_F()
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp158 context.flag_exists = context_cxx.flag_exists; in get_flag_read_context()