Home
last modified time | relevance | path

Searched refs:IsPresent (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/optional/
Doptional.go34 func (o *ShallowOptional[T]) IsPresent() bool { func
/build/blueprint/proptools/
Dconfigurable.go33 func (o *ConfigurableOptional[T]) IsPresent() bool { func
34 return o.shallowOptional.IsPresent()
/build/soong/etc/
Dprebuilt_etc.go311 if srcProperty.IsPresent() && len(srcsProperty) > 0 {
323 if srcProperty.IsPresent() {