Searched refs:size_ceil (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.h | 102 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 103 const char *upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS);
|
D | decode_fast.c | 1015 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 1016 const char *upb_p##card##m_##tagbytes##bt_max##size_ceil##b( \
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 766 std::string size_ceil = "max"; in TryFillTableEntry() local 779 size_ceil = std::to_string(brk); in TryFillTableEntry() 784 expected_tag > 0xff ? "2" : "1", size_ceil); in TryFillTableEntry()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 2249 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2250 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS);
|
D | php-upb.c | 4534 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 4535 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b( \
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 2249 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2250 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS);
|
D | php-upb.c | 4534 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 4535 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b( \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.h | 2279 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2280 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS);
|
D | ruby-upb.c | 4568 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 4569 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b( \
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.h | 2279 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2280 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS);
|
D | ruby-upb.c | 4568 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 4569 const char* upb_p##card##m_##tagbytes##bt_max##size_ceil##b( \
|