Home
last modified time | relevance | path

Searched refs:path_pb (Results 1 – 6 of 6) sorted by relevance

/dports/www/py-google-cloud-datastore/google-cloud-datastore-2.4.0/tests/unit/
H A Dtest_key.py687 path_pb = _make_path_pb(element_pb)
688 flat_path = _get_flat_path(path_pb)
703 path_pb = _make_path_pb(element_pb1, element_pb2)
704 flat_path = _get_flat_path(path_pb)
723 flat_path = _get_flat_path(path_pb)
733 path_pb = _to_legacy_path(dict_path)
737 assert path_pb == expected_pb
750 path_pb = _to_legacy_path(dict_path)
755 assert path_pb == expected_pb
774 path_pb = _to_legacy_path(dict_path)
[all …]
/dports/www/py-google-cloud-datastore/google-cloud-datastore-2.4.0/google/cloud/datastore/
H A Dkey.py596 def _get_flat_path(path_pb): argument
620 num_elts = len(path_pb.element)
624 for index, element in enumerate(path_pb.element):
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp203 QPushButton *path_pb = new QPushButton(QObject::tr("Browse…")); in pref_show() local
204 path_pb->setProperty(pref_prop_, VariantPointer<pref_t>::asQVariant(pref)); in pref_show()
205 hb->addWidget(path_pb); in pref_show()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp203 QPushButton *path_pb = new QPushButton(QObject::tr("Browse…")); in pref_show() local
204 path_pb->setProperty(pref_prop_, VariantPointer<pref_t>::asQVariant(pref)); in pref_show()
205 hb->addWidget(path_pb); in pref_show()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp203 QPushButton *path_pb = new QPushButton(QObject::tr("Browse…")); in pref_show() local
204 path_pb->setProperty(pref_prop_, VariantPointer<pref_t>::asQVariant(pref)); in pref_show()
205 hb->addWidget(path_pb); in pref_show()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmodule_preferences_scroll_area.cpp203 QPushButton *path_pb = new QPushButton(QObject::tr("Browse…")); in pref_show() local
204 path_pb->setProperty(pref_prop_, VariantPointer<pref_t>::asQVariant(pref)); in pref_show()
205 hb->addWidget(path_pb); in pref_show()