Home
last modified time | relevance | path

Searched refs:class_key (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h150 rule_type class_key; member
1068 >> class_key >> *odd_language_extension in definition()
1086 = class_key >> *odd_language_extension in definition()
1120 HANNIBAL_REGISTER_RULE(class_key); in definition()
1121 class_key in definition()
/third_party/glib/gio/
Dgwin32appinfo.c2964 GWin32RegistryKey *class_key; in read_classes() local
2975 class_key = g_win32_registry_key_get_child_w (classes_root, class_name, NULL); in read_classes()
2977 if (class_key == NULL) in read_classes()
2980 … open_with_progids = g_win32_registry_key_get_child_w (class_key, L"OpenWithProgids", NULL); in read_classes()
2981 g_clear_object (&class_key); in read_classes()
3010 GWin32RegistryKey *class_key; in read_classes() local
3023 class_key = g_win32_registry_key_get_child_w (classes_root, class_name, NULL); in read_classes()
3025 if (class_key == NULL) in read_classes()
3028 success = g_win32_registry_key_get_value_w (class_key, in read_classes()
3036 g_clear_object (&class_key); in read_classes()