Home
last modified time | relevance | path

Searched defs:size_string (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dheap_utils.cc113 Local<String> size_string = env->size_string(); in CreateObject() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py566 def size_string(self, use_parens = 1, marshal = 0): member in gl_parameter
/third_party/node/deps/v8/src/torque/
Dtypes.cc1218 std::string size_string; in SizeOf() local
Dimplementation-visitor.cc2992 std::string size_string; in GenerateCall() local
3710 std::string size_string = "0"; in RecordOffsetFor() local
3937 void WriteField(const Field& f, const std::string& size_string) override { in WriteField()