Home
last modified time | relevance | path

Searched defs:GetInt32 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/json/internal/
Dunparser_traits.h89 static absl::StatusOr<int32_t> GetInt32(Field f) { in GetInt32() function
130 static absl::StatusOr<int32_t> GetInt32(Field f, const Msg& msg) { in GetInt32() function
172 static absl::StatusOr<int32_t> GetInt32(Field f, const Msg& msg, size_t idx) { in GetInt32() function
263 static absl::StatusOr<int32_t> GetInt32(Field f) { in GetInt32() function
/third_party/flatbuffers/go/
Dencode.go84 func GetInt32(buf []byte) (n int32) { func
Dtable.go108 func (t *Table) GetInt32(off UOffsetT) int32 { func