Home
last modified time | relevance | path

Searched defs:checkOk (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Ddecode_test.go60 checkOk(text.Token) string methodSpec
70 func (s Str) checkOk(tok text.Token) string { func
92 func (e Enum) checkOk(tok text.Token) string { func
114 func (b Bool) checkOk(tok text.Token) string { func
136 func (n Uint64) checkOk(tok text.Token) string { func
158 func (n Uint32) checkOk(tok text.Token) string { func
180 func (n Int64) checkOk(tok text.Token) string { func
202 func (n Int32) checkOk(tok text.Token) string { func
224 func (n Float64) checkOk(tok text.Token) string { func
246 func (n Float32) checkOk(tok text.Token) string { func
/aosp_15_r20/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
H A DCameraOps.java116 private void checkOk() { in checkOk() method in CameraOps