Home
last modified time | relevance | path

Searched refs:CheckIntegerFormat (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h1508 static bool CheckIntegerFormat(int32_t val);
2479 inline bool FieldDef::CheckIntegerFormat(int32_t val) { in CheckIntegerFormat() function
2495 assert(CheckIntegerFormat(val)); in ConvertIntegerFormat()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1924 static bool CheckIntegerFormat(int32_t val);
3080 inline bool FieldDef::CheckIntegerFormat(int32_t val) {
3096 assert(CheckIntegerFormat(val));