Home
last modified time | relevance | path

Searched refs:nulls (Results 1 – 25 of 50) sorted by relevance

12

/third_party/grpc/src/ruby/pb/test/
Dclient.rb173 def nulls(l) method
198 req = req_cls.new(payload: Payload.new(body: nulls(req_size)),
229 req = req_cls.new(payload: Payload.new(body: nulls(@req_size)))
277 payload = Payload.new(type: :COMPRESSABLE, body: nulls(req_size))
380 req = Payload.new(body: nulls(x))
392 payload: Payload.new(type: :COMPRESSABLE, body: nulls(27_182)),
406 payload: Payload.new(type: :COMPRESSABLE, body: nulls(45_904)),
482 req = Payload.new(body: nulls(x))
534 payload = Payload.new(type: :COMPRESSABLE, body: nulls(1))
559 duplex_req = req_cls.new(payload: Payload.new(body: nulls(1)),
[all …]
Dserver.rb112 def nulls(l) method
157 body: nulls(resp_size)))
184 body: nulls(req_size)))
197 body: nulls(p.size)))
/third_party/grpc/src/ruby/qps/
Dqps-common.rb27 def nulls(l) method
74 yield sr.new(payload: pl.new(body: nulls(req.response_size)))
Dserver.rb34 sr.new(payload: pl.new(body: nulls(req.response_size)))
Dclient.rb75 body: nulls(simple_params.req_size)))
/third_party/gptfdisk/
Dbasicmbr.cc54 nulls = orig.nulls; in BasicMBRData()
111 nulls = orig.nulls; in operator =()
196 nulls = tempMBR.nulls; in ReadMBRData()
208 ReverseBytes(&nulls, 2); in ReadMBRData()
387 tempMBR.nulls = nulls; in WriteMBRData()
455 ReverseBytes(&mbr.nulls, 2); in WriteMBRData()
479 ReverseBytes(&mbr.nulls, 2); in WriteMBRData()
1021 nulls = 0; in EmptyBootloader()
Dbasicmbr.h31 uint16_t nulls; member
45 uint16_t nulls; variable
Dmbr.cc54 nulls = 0; in MakeProtectiveMBR()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c206 static char *jn_string(napi_env env, napi_value val_, IWPOOL *pool, bool nulls, bool coerce, iwrc *… in jn_string() argument
211 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_string()
247 bool nulls, bool coerce, uint32_t idx, iwrc *rcp) { in jn_string_at() argument
256 return jn_string(env, el, pool, nulls, coerce, rcp); in jn_string_at()
259 static int64_t jn_int(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_int() argument
263 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_int()
284 static int64_t jn_int_at(napi_env env, napi_value arr, bool nulls, bool coerce, uint32_t idx, iwrc … in jn_int_at() argument
293 return jn_int(env, el, nulls, coerce, rcp); in jn_int_at()
296 static double jn_double(napi_env env, napi_value val_, bool nulls, bool coerce, iwrc *rcp) { in jn_double() argument
300 if (nulls && jn_is_null_or_undefined(env, val)) { in jn_double()
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
Dth18057.txt16 # and some obvious garbage lines (nulls, etc) were deleted
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c132 IW_INLINE char *cobject_str(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_str() argument
137 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_str()
145 IW_INLINE int64_t cobject_int(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_int() argument
152 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_int()
160 IW_INLINE bool cobject_bool(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_bool() argument
165 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_bool()
173 IW_INLINE double cobject_double(Dart_CObject *co, bool nulls, iwrc *rcp) { in cobject_double() argument
178 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_double()
/third_party/flutter/engine/flutter/testing/dart/
Dcolor_filter_test.dart44 test('ColorFilter - nulls', () async {
/third_party/grpc/doc/
Dsecurity_audit.md24 One solution is to change the API of `gpr_free` so that it automatically nulls the given pointer af…
44 Adding an alternative `gpr_free` that nulls the given pointer is undesirable because we cannot enfo…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h455 raw_ostream &nulls();
/third_party/openssl/doc/man3/
DASN1_STRING_length.pod72 is null terminated or does not contain embedded nulls. The actual format
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dtable_border_test.dart110 test('TableBorder.lerp with nulls', () {
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dtext_span.dart95 /// The list must not contain any nulls.
349 … 'A TextSpan object with a non-null child list should not have any nulls in its child list.\n'
/third_party/boost/libs/ptr_container/doc/
Dptr_sequence_adapter.rst346 …- Remarks: ``to_clone == 0`` is valid if the container supports nulls. The container does not take…
402 contain any nulls*.
Dtutorial.rst210 is thrown. If you want to allow nulls, then you must
309 shrinks. For containers that store nulls, we can exploit that
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h508 raw_ostream &nulls();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp33 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/
Dflutter_command_test.dart184 // nulls should be cleaned up.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.05.txt51 exact size of the file so that the nulls at the end of the file are
/third_party/typescript_eslint/packages/types/
DCHANGELOG.md126 * **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp717 raw_ostream &llvm::nulls() { in nulls() function in llvm

12