Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dfield_access_listener.h109 static void OnList(const MessageLite* msg, const void* field) {} in OnList() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dfield_access_listener.h109 static void OnList(const MessageLite* msg, const void* field) {} in OnList() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dsymbolbuilder.go73 func (sb *SymbolBuilder) OnList() bool { return sb.l.AttrOnList(sb.symIdx) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go858 func (a *Attribute) OnList() bool { return a.load()&AttrOnList != 0 } func